COLOR #4C5D29

HEX: #4C5D29
RGB: (76,93,41)

Color info

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

RGB color model

#4C5D29 color RGB value is (76,93,41).

  • red value is 76;
  • green value is 93;
  • blue value is 41.
RGB:
(76,93,41)
(30%,36%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 93 of 255 = 36%
B 41 of 255 = 16%

76
93
41

R + G + B ~ 27%. #4C5D29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 93 + 41 = 210 (100%)
R 76 of 210 ~ 36.19%
G 93 of 210 ~ 44.29%
B 41 of 210 ~ 19.52%

%36.19
%44.29
%19.52

CMYK color model

#4C5D29 color CMYK value is (18,0,56,64).

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 55.91%
  • key color value is 63.53%
CMYK:
(18,0,56,64)
C18M0Y56K64 
(18%,0%,56%,64%)
(0.18/0.00/0.56/0.64)	

CMYK percentages

%18.28
%0
%55.91
%63.53

Codes

Color #4C5D29 in popluar color models

4C5D29
RGB769341
HSL80°38.81%26.27%
HSB/HSV80°55.91%36.47%
CMYK18.28%0.00%55.91%
63.53%

Color #4C5D29 in popluar number systems.

HEX4C5D29
Decimal769341
Binary10011001011101101001
Octal11413551

Shades and tints

Shades of #4C5D29

#4C5D29
(76,93,41)
#465526
(70,85,38)
#404D23
(64,77,35)
#3A4520
(58,69,32)
#343D1D
(52,61,29)
#2E351A
(46,53,26)
#282D17
(40,45,23)
#222514
(34,37,20)
#1C1D11
(28,29,17)
#16150E
(22,21,14)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C5D29

#4C5D29
(76,93,41)
#5C6B3C
(92,107,60)
#6C794F
(108,121,79)
#7C8762
(124,135,98)
#8C9575
(140,149,117)
#9CA388
(156,163,136)
#ACB19B
(172,177,155)
#BCBFAE
(188,191,174)
#CCCDC1
(204,205,193)
#DCDBD4
(220,219,212)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5D29 color. Also use rgb(76,93,41) instead hex code.

Text Font Color

.myTextColor { color: #4C5D29; }

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

This text font color is #4C5D29.


Background Color

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

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

This div background color is #4C5D29.


Border color

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

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

This div border color is #4C5D29.


Opacity

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

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

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

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

This text has shadow with #4C5D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5D29 on black background.


Color preview on white background

This text has color #4C5D29 on white background.



Black color preview on #4C5D29 background

This text has black color on #4C5D29 background.


White color preview on #4C5D29 background

This text has white color on #4C5D29 background.