COLOR #4C5B2F

HEX: #4C5B2F RGB: (76,91,47)

Color info

#4C5B2F contains red, green and blue colors in about the same proportion. Web safe color of #4C5B2F is #336633 (or #363).

RGB color model

#4C5B2F color RGB value is (76,91,47).

RGB: (76,91,47) (30%, 36%, 18%)

RGB channels and saturation

R 76 of 255 = 30%
G 91 of 255 = 36%
B 47 of 255 = 18%

76
91
47

R + G + B ~ 28%. #4C5B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 91 + 47 = 214 (100%)
R 76 of 214 ~ 35.51%
G 91 of 214 ~ 42.52%
B 47 of 214 ~ 21.96'%

%35.51
%42.52
%21.96

CMYK color model

#4C5B2F color CMYK value is (16,0,48,64).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 64.31%

CMYK: (16,0,48,64)
C16M0Y48K64 (16%, 0%, 48%, 64%)
(0.16 / 0.00 / 0.48 / 0.64)

CMYK percentages

%16.48
%0
%48.35
%64.31

Codes

Color #4C5B2F in popluar color models

4C 5B 2F
RGB 76 91 47
HSL 80° 31.88% 27.06%
HSB/HSV 80° 48.35% 35.69%
CMYK 16.48% 0.00% 48.35%
64.31%

Color #4C5B2F in popluar number systems.

HEX 4C 5B 2F
Decimal 76 91 47
Binary 1001100 1011011 101111
Octal 114 133 57

Shades and tints

Shades of #4C5B2F

#4C5B2F
(76,91,47)
#46532B
(70,83,43)
#404B27
(64,75,39)
#3A4323
(58,67,35)
#343B1F
(52,59,31)
#2E331B
(46,51,27)
#282B17
(40,43,23)
#222313
(34,35,19)
#1C1B0F
(28,27,15)
#16130B
(22,19,11)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C5B2F

#4C5B2F
(76,91,47)
#5C6941
(92,105,65)
#6C7753
(108,119,83)
#7C8565
(124,133,101)
#8C9377
(140,147,119)
#9CA189
(156,161,137)
#ACAF9B
(172,175,155)
#BCBDAD
(188,189,173)
#CCCBBF
(204,203,191)
#DCD9D1
(220,217,209)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5B2F color. Also use rgb(76,91,47) instead hex code.

Text Font Color

.myTextColor { color: #4C5B2F; }

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

This text font color is #4C5B2F.

Background Color

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

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

This div background color is #4C5B2F.

Border color

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

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

This div border color is #4C5B2F.

Opacity

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

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

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

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

This text has shadow with #4C5B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5B2F.

Preview

Color preview on black background

This text has color #4C5B2F on black background.


Color preview on white background

This text has color #4C5B2F on white background.


Black color preview on #4C5B2F background

This text has black color on #4C5B2F background.


White color preview on #4C5B2F background

This text has white color on #4C5B2F background.


Related colors

Complementary color

Complementary color for #hex is #B3A4D0.


I love getcolorcode.com

Triadic colors

1 #2F4C5B and #5B2F4C with #4C5B2F are triadic colors.

2 #2F5B4C and #5B4C2F with #4C5B2F are triadic colors.