COLOR #4C5929

HEX: #4C5929
RGB: (76,89,41)

Color info

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

RGB color model

#4C5929 color RGB value is (76,89,41).

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

RGB channels and saturation

R 76 of 255 = 30%
G 89 of 255 = 35%
B 41 of 255 = 16%

76
89
41

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

Portions of RGB colors in percentages

R + G + B =
76 + 89 + 41 = 206 (100%)
R 76 of 206 ~ 36.89%
G 89 of 206 ~ 43.2%
B 41 of 206 ~ 19.9%

%36.89
%43.2
%19.9

CMYK color model

#4C5929 color CMYK value is (15,0,54,65).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 53.93%
  • key color value is 65.10%
CMYK:
(15,0,54,65)
C15M0Y54K65 
(15%,0%,54%,65%)
(0.15/0.00/0.54/0.65)	

CMYK percentages

%14.61
%0
%53.93
%65.1

Codes

Color #4C5929 in popluar color models

4C5929
RGB768941
HSL76°36.92%25.49%
HSB/HSV76°53.93%34.90%
CMYK14.61%0.00%53.93%
65.10%

Color #4C5929 in popluar number systems.

HEX4C5929
Decimal768941
Binary10011001011001101001
Octal11413151

Shades and tints

Shades of #4C5929

#4C5929
(76,89,41)
#465126
(70,81,38)
#404923
(64,73,35)
#3A4120
(58,65,32)
#34391D
(52,57,29)
#2E311A
(46,49,26)
#282917
(40,41,23)
#222114
(34,33,20)
#1C1911
(28,25,17)
#16110E
(22,17,14)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C5929

#4C5929
(76,89,41)
#5C683C
(92,104,60)
#6C774F
(108,119,79)
#7C8662
(124,134,98)
#8C9575
(140,149,117)
#9CA488
(156,164,136)
#ACB39B
(172,179,155)
#BCC2AE
(188,194,174)
#CCD1C1
(204,209,193)
#DCE0D4
(220,224,212)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5929; }

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

This text font color is #4C5929.


Background Color

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

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

This div background color is #4C5929.


Border color

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

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

This div border color is #4C5929.


Opacity

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

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

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

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

This text has shadow with #4C5929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5929 on black background.


Color preview on white background

This text has color #4C5929 on white background.



Black color preview on #4C5929 background

This text has black color on #4C5929 background.


White color preview on #4C5929 background

This text has white color on #4C5929 background.