COLOR #4C776E

HEX: #4C776E
RGB: (76,119,110)

Color info

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

RGB color model

#4C776E color RGB value is (76,119,110).

  • red value is 76;
  • green value is 119;
  • blue value is 110.
RGB:
(76,119,110)
(30%,47%,43%)

RGB channels and saturation

R 76 of 255 = 30%
G 119 of 255 = 47%
B 110 of 255 = 43%

76
119
110

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

Portions of RGB colors in percentages

R + G + B =
76 + 119 + 110 = 305 (100%)
R 76 of 305 ~ 24.92%
G 119 of 305 ~ 39.02%
B 110 of 305 ~ 36.07%

%24.92
%39.02
%36.07

CMYK color model

#4C776E color CMYK value is (36,0,8,53).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(36,0,8,53)
C36M0Y8K53 
(36%,0%,8%,53%)
(0.36/0.00/0.08/0.53)	

CMYK percentages

%36.13
%0
%7.56
%53.33

Codes

Color #4C776E in popluar color models

4C776E
RGB76119110
HSL167°22.05%38.24%
HSB/HSV167°36.13%46.67%
CMYK36.13%0.00%7.56%
53.33%

Color #4C776E in popluar number systems.

HEX4C776E
Decimal76119110
Binary100110011101111101110
Octal114167156

Shades and tints

Shades of #4C776E

#4C776E
(76,119,110)
#466D64
(70,109,100)
#40635A
(64,99,90)
#3A5950
(58,89,80)
#344F46
(52,79,70)
#2E453C
(46,69,60)
#283B32
(40,59,50)
#223128
(34,49,40)
#1C271E
(28,39,30)
#161D14
(22,29,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #4C776E

#4C776E
(76,119,110)
#5C837B
(92,131,123)
#6C8F88
(108,143,136)
#7C9B95
(124,155,149)
#8CA7A2
(140,167,162)
#9CB3AF
(156,179,175)
#ACBFBC
(172,191,188)
#BCCBC9
(188,203,201)
#CCD7D6
(204,215,214)
#DCE3E3
(220,227,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C776E color. Also use rgb(76,119,110) instead hex code.

Text Font Color

.myTextColor { color: #4C776E; }

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

This text font color is #4C776E.


Background Color

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

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

This div background color is #4C776E.


Border color

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

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

This div border color is #4C776E.


Opacity

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

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

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

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

This text has shadow with #4C776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C776E on black background.


Color preview on white background

This text has color #4C776E on white background.



Black color preview on #4C776E background

This text has black color on #4C776E background.


White color preview on #4C776E background

This text has white color on #4C776E background.