COLOR #4C6F74

HEX: #4C6F74 RGB: (76,111,116)

Color info

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

RGB color model

#4C6F74 color RGB value is (76,111,116).

RGB: (76,111,116) (30%, 44%, 45%)

RGB channels and saturation

R 76 of 255 = 30%
G 111 of 255 = 44%
B 116 of 255 = 45%

76
111
116

R + G + B ~ 40%. #4C6F74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 111 + 116 = 303 (100%)
R 76 of 303 ~ 25.08%
G 111 of 303 ~ 36.63%
B 116 of 303 ~ 38.28'%

%25.08
%36.63
%38.28

CMYK color model

#4C6F74 color CMYK value is (34,4,0,55).

  • cyan value is 34.48%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (34,4,0,55)
C34M4Y0K55 (34%, 4%, 0%, 55%)
(0.34 / 0.04 / 0.00 / 0.55)

CMYK percentages

%34.48
%4.31
%0
%54.51

Codes

Color #4C6F74 in popluar color models

4C 6F 74
RGB 76 111 116
HSL 188° 20.83% 37.65%
HSB/HSV 188° 34.48% 45.49%
CMYK 34.48% 4.31% 0.00%
54.51%

Color #4C6F74 in popluar number systems.

HEX 4C 6F 74
Decimal 76 111 116
Binary 1001100 1101111 1110100
Octal 114 157 164

Shades and tints

Shades of #4C6F74

#4C6F74
(76,111,116)
#46656A
(70,101,106)
#405B60
(64,91,96)
#3A5156
(58,81,86)
#34474C
(52,71,76)
#2E3D42
(46,61,66)
#283338
(40,51,56)
#22292E
(34,41,46)
#1C1F24
(28,31,36)
#16151A
(22,21,26)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #4C6F74

#4C6F74
(76,111,116)
#5C7C80
(92,124,128)
#6C898C
(108,137,140)
#7C9698
(124,150,152)
#8CA3A4
(140,163,164)
#9CB0B0
(156,176,176)
#ACBDBC
(172,189,188)
#BCCAC8
(188,202,200)
#CCD7D4
(204,215,212)
#DCE4E0
(220,228,224)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6F74 color. Also use rgb(76,111,116) instead hex code.

Text Font Color

.myTextColor { color: #4C6F74; }

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

This text font color is #4C6F74.

Background Color

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

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

This div background color is #4C6F74.

Border color

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

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

This div border color is #4C6F74.

Opacity

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

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

Text with #4C6F74 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 #4C6F74;}

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

This text has shadow with #4C6F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6F74.

Preview

Color preview on black background

This text has color #4C6F74 on black background.


Color preview on white background

This text has color #4C6F74 on white background.


Black color preview on #4C6F74 background

This text has black color on #4C6F74 background.


White color preview on #4C6F74 background

This text has white color on #4C6F74 background.


Related colors

Complementary color

Complementary color for #hex is #B3908B.


I love getcolorcode.com

Triadic colors

1 #744C6F and #6F744C with #4C6F74 are triadic colors.

2 #746F4C and #6F4C74 with #4C6F74 are triadic colors.