COLOR #4C532F

HEX: #4C532F
RGB: (76,83,47)

Color info

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

RGB color model

#4C532F color RGB value is (76,83,47).

  • red value is 76;
  • green value is 83;
  • blue value is 47.
RGB:
(76,83,47)
(30%,33%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 47 of 255 = 18%

76
83
47

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

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 47 = 206 (100%)
R 76 of 206 ~ 36.89%
G 83 of 206 ~ 40.29%
B 47 of 206 ~ 22.82%

%36.89
%40.29
%22.82

CMYK color model

#4C532F color CMYK value is (8,0,43,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 67.45%
CMYK:
(8,0,43,67)
C8M0Y43K67 
(8%,0%,43%,67%)
(0.08/0.00/0.43/0.67)	

CMYK percentages

%8.43
%0
%43.37
%67.45

Codes

Color #4C532F in popluar color models

4C532F
RGB768347
HSL72°27.69%25.49%
HSB/HSV72°43.37%32.55%
CMYK8.43%0.00%43.37%
67.45%

Color #4C532F in popluar number systems.

HEX4C532F
Decimal768347
Binary10011001010011101111
Octal11412357

Shades and tints

Shades of #4C532F

#4C532F
(76,83,47)
#464C2B
(70,76,43)
#404527
(64,69,39)
#3A3E23
(58,62,35)
#34371F
(52,55,31)
#2E301B
(46,48,27)
#282917
(40,41,23)
#222213
(34,34,19)
#1C1B0F
(28,27,15)
#16140B
(22,20,11)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #4C532F

#4C532F
(76,83,47)
#5C6241
(92,98,65)
#6C7153
(108,113,83)
#7C8065
(124,128,101)
#8C8F77
(140,143,119)
#9C9E89
(156,158,137)
#ACAD9B
(172,173,155)
#BCBCAD
(188,188,173)
#CCCBBF
(204,203,191)
#DCDAD1
(220,218,209)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C532F; }

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

This text font color is #4C532F.


Background Color

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

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

This div background color is #4C532F.


Border color

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

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

This div border color is #4C532F.


Opacity

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

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

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

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

This text has shadow with #4C532F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C532F on black background.


Color preview on white background

This text has color #4C532F on white background.



Black color preview on #4C532F background

This text has black color on #4C532F background.


White color preview on #4C532F background

This text has white color on #4C532F background.