COLOR #4C774E

HEX: #4C774E RGB: (76,119,78)

Color info

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

RGB color model

#4C774E color RGB value is (76,119,78).

RGB: (76,119,78) (30%, 47%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 119 of 255 = 47%
B 78 of 255 = 31%

76
119
78

R + G + B ~ 36%. #4C774E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 119 + 78 = 273 (100%)
R 76 of 273 ~ 27.84%
G 119 of 273 ~ 43.59%
B 78 of 273 ~ 28.57'%

%27.84
%43.59
%28.57

CMYK color model

#4C774E color CMYK value is (36,0,34,53).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 53.33%

CMYK: (36,0,34,53)
C36M0Y34K53 (36%, 0%, 34%, 53%)
(0.36 / 0.00 / 0.34 / 0.53)

CMYK percentages

%36.13
%0
%34.45
%53.33

Codes

Color #4C774E in popluar color models

4C 77 4E
RGB 76 119 78
HSL 123° 22.05% 38.24%
HSB/HSV 123° 36.13% 46.67%
CMYK 36.13% 0.00% 34.45%
53.33%

Color #4C774E in popluar number systems.

HEX 4C 77 4E
Decimal 76 119 78
Binary 1001100 1110111 1001110
Octal 114 167 116

Shades and tints

Shades of #4C774E

#4C774E
(76,119,78)
#466D47
(70,109,71)
#406340
(64,99,64)
#3A5939
(58,89,57)
#344F32
(52,79,50)
#2E452B
(46,69,43)
#283B24
(40,59,36)
#22311D
(34,49,29)
#1C2716
(28,39,22)
#161D0F
(22,29,15)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #4C774E

#4C774E
(76,119,78)
#5C835E
(92,131,94)
#6C8F6E
(108,143,110)
#7C9B7E
(124,155,126)
#8CA78E
(140,167,142)
#9CB39E
(156,179,158)
#ACBFAE
(172,191,174)
#BCCBBE
(188,203,190)
#CCD7CE
(204,215,206)
#DCE3DE
(220,227,222)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C774E; }

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

This text font color is #4C774E.

Background Color

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

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

This div background color is #4C774E.

Border color

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

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

This div border color is #4C774E.

Opacity

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

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

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

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

This text has shadow with #4C774E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C774E.

Preview

Color preview on black background

This text has color #4C774E on black background.


Color preview on white background

This text has color #4C774E on white background.


Black color preview on #4C774E background

This text has black color on #4C774E background.


White color preview on #4C774E background

This text has white color on #4C774E background.


Related colors

Complementary color

Complementary color for #hex is #B388B1.


I love getcolorcode.com

Triadic colors

1 #4E4C77 and #774E4C with #4C774E are triadic colors.

2 #4E774C and #774C4E with #4C774E are triadic colors.