COLOR #4C675A

HEX: #4C675A
RGB: (76,103,90)

Color info

#4C675A contains red, green and blue colors in about the same proportion. Web safe color of #4C675A is #336666 (or #366).

RGB color model

#4C675A color RGB value is (76,103,90).

  • red value is 76;
  • green value is 103;
  • blue value is 90.
RGB:
(76,103,90)
(30%,40%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 90 of 255 = 35%

76
103
90

R + G + B ~ 35%. #4C675A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 103 + 90 = 269 (100%)
R 76 of 269 ~ 28.25%
G 103 of 269 ~ 38.29%
B 90 of 269 ~ 33.46%

%28.25
%38.29
%33.46

CMYK color model

#4C675A color CMYK value is (26,0,13,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 59.61%
CMYK:
(26,0,13,60)
C26M0Y13K60 
(26%,0%,13%,60%)
(0.26/0.00/0.13/0.60)	

CMYK percentages

%26.21
%0
%12.62
%59.61

Codes

Color #4C675A in popluar color models

4C675A
RGB7610390
HSL151°15.08%35.10%
HSB/HSV151°26.21%40.39%
CMYK26.21%0.00%12.62%
59.61%

Color #4C675A in popluar number systems.

HEX4C675A
Decimal7610390
Binary100110011001111011010
Octal114147132

Shades and tints

Shades of #4C675A

#4C675A
(76,103,90)
#465E52
(70,94,82)
#40554A
(64,85,74)
#3A4C42
(58,76,66)
#34433A
(52,67,58)
#2E3A32
(46,58,50)
#28312A
(40,49,42)
#222822
(34,40,34)
#1C1F1A
(28,31,26)
#161612
(22,22,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C675A

#4C675A
(76,103,90)
#5C7469
(92,116,105)
#6C8178
(108,129,120)
#7C8E87
(124,142,135)
#8C9B96
(140,155,150)
#9CA8A5
(156,168,165)
#ACB5B4
(172,181,180)
#BCC2C3
(188,194,195)
#CCCFD2
(204,207,210)
#DCDCE1
(220,220,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C675A color. Also use rgb(76,103,90) instead hex code.

Text Font Color

.myTextColor { color: #4C675A; }

<p style="color:#4C675A">This sample text font color is #4C675A.</p>

This text font color is #4C675A.


Background Color

.myBgColor { background-color: #4C675A; }

<div style="background-color:#4C675A">Inner text</div>

This div background color is #4C675A.


Border color

.myBorderColor { border: 1px solid #4C675A; }

<div style="border:3px solid #4C675A">Div</div>

This div border color is #4C675A.


Opacity

.myOpacity80 { color: #4C675A; opacity: 0.8; }

<p style="color:#4C675A;opacity:0.8;">80%</p>

Text with #4C675A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4C675A;}

<p style="text-shadow: 3px 3px 1px #4C675A">Text here.</p>

This text has shadow with #4C675A color.

.textShadow {text-shadow: 3px 3px 1px #4C675A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4C675A, 5px 5px 20px red">Text here.</p>

This text has shadow with #4C675A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C675A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4C675A, Direction=45, Strength=4)">Text</p>

This text has shadow with #4C675A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4C675A;
  -webkit-box-shadow:	1px 1px 3px 2px #4C675A;
  box-shadow:		1px 1px 3px 2px #4C675A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C675A;
-webkit-box-shadow: 1px 1px 3px 2px #4C675A;
box-shadow:1px 1px 3px 2px #4C675A;">
Div content here</div>
This div box has shadow with color #4C675A.

Preview

Color preview on black background

This text has color #4C675A on black background.


Color preview on white background

This text has color #4C675A on white background.



Black color preview on #4C675A background

This text has black color on #4C675A background.


White color preview on #4C675A background

This text has white color on #4C675A background.