COLOR #4C512C

HEX: #4C512C
RGB: (76,81,44)

Color info

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

RGB color model

#4C512C color RGB value is (76,81,44).

  • red value is 76;
  • green value is 81;
  • blue value is 44.
RGB:
(76,81,44)
(30%,32%,17%)

RGB channels and saturation

R 76 of 255 = 30%
G 81 of 255 = 32%
B 44 of 255 = 17%

76
81
44

R + G + B ~ 26%. #4C512C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 81 + 44 = 201 (100%)
R 76 of 201 ~ 37.81%
G 81 of 201 ~ 40.3%
B 44 of 201 ~ 21.89%

%37.81
%40.3
%21.89

CMYK color model

#4C512C color CMYK value is (6,0,46,68).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 68.24%
CMYK:
(6,0,46,68)
C6M0Y46K68 
(6%,0%,46%,68%)
(0.06/0.00/0.46/0.68)	

CMYK percentages

%6.17
%0
%45.68
%68.24

Codes

Color #4C512C in popluar color models

4C512C
RGB768144
HSL68°29.60%24.51%
HSB/HSV68°45.68%31.76%
CMYK6.17%0.00%45.68%
68.24%

Color #4C512C in popluar number systems.

HEX4C512C
Decimal768144
Binary10011001010001101100
Octal11412154

Shades and tints

Shades of #4C512C

#4C512C
(76,81,44)
#464A28
(70,74,40)
#404324
(64,67,36)
#3A3C20
(58,60,32)
#34351C
(52,53,28)
#2E2E18
(46,46,24)
#282714
(40,39,20)
#222010
(34,32,16)
#1C190C
(28,25,12)
#161208
(22,18,8)
#100B04
(16,11,4)
#000000
(0,0,0)

Tints of #4C512C

#4C512C
(76,81,44)
#5C603F
(92,96,63)
#6C6F52
(108,111,82)
#7C7E65
(124,126,101)
#8C8D78
(140,141,120)
#9C9C8B
(156,156,139)
#ACAB9E
(172,171,158)
#BCBAB1
(188,186,177)
#CCC9C4
(204,201,196)
#DCD8D7
(220,216,215)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C512C color. Also use rgb(76,81,44) instead hex code.

Text Font Color

.myTextColor { color: #4C512C; }

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

This text font color is #4C512C.


Background Color

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

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

This div background color is #4C512C.


Border color

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

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

This div border color is #4C512C.


Opacity

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

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

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

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

This text has shadow with #4C512C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C512C on black background.


Color preview on white background

This text has color #4C512C on white background.



Black color preview on #4C512C background

This text has black color on #4C512C background.


White color preview on #4C512C background

This text has white color on #4C512C background.