COLOR #4C7213

HEX: #4C7213
RGB: (76,114,19)

Color info

#4C7213 contains mainly red and green colors. Web safe color of #4C7213 is #336600 (or #360).

RGB color model

#4C7213 color RGB value is (76,114,19).

  • red value is 76;
  • green value is 114;
  • blue value is 19.
RGB:
(76,114,19)
(30%,45%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 19 of 255 = 7%

76
114
19

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

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 19 = 209 (100%)
R 76 of 209 ~ 36.36%
G 114 of 209 ~ 54.55%
B 19 of 209 ~ 9.09%

%36.36
%54.55

CMYK color model

#4C7213 color CMYK value is (33,0,83,55).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 55.29%
CMYK:
(33,0,83,55)
C33M0Y83K55 
(33%,0%,83%,55%)
(0.33/0.00/0.83/0.55)	

CMYK percentages

%33.33
%0
%83.33
%55.29

Codes

Color #4C7213 in popluar color models

4C7213
RGB7611419
HSL84°71.43%26.08%
HSB/HSV84°83.33%44.71%
CMYK33.33%0.00%83.33%
55.29%

Color #4C7213 in popluar number systems.

HEX4C7213
Decimal7611419
Binary1001100111001010011
Octal11416223

Shades and tints

Shades of #4C7213

#4C7213
(76,114,19)
#466812
(70,104,18)
#405E11
(64,94,17)
#3A5410
(58,84,16)
#344A0F
(52,74,15)
#2E400E
(46,64,14)
#28360D
(40,54,13)
#222C0C
(34,44,12)
#1C220B
(28,34,11)
#16180A
(22,24,10)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #4C7213

#4C7213
(76,114,19)
#5C7E28
(92,126,40)
#6C8A3D
(108,138,61)
#7C9652
(124,150,82)
#8CA267
(140,162,103)
#9CAE7C
(156,174,124)
#ACBA91
(172,186,145)
#BCC6A6
(188,198,166)
#CCD2BB
(204,210,187)
#DCDED0
(220,222,208)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7213 color. Also use rgb(76,114,19) instead hex code.

Text Font Color

.myTextColor { color: #4C7213; }

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

This text font color is #4C7213.


Background Color

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

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

This div background color is #4C7213.


Border color

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

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

This div border color is #4C7213.


Opacity

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

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

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

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

This text has shadow with #4C7213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7213 on black background.


Color preview on white background

This text has color #4C7213 on white background.



Black color preview on #4C7213 background

This text has black color on #4C7213 background.


White color preview on #4C7213 background

This text has white color on #4C7213 background.