COLOR #477212

HEX: #477212
RGB: (71,114,18)

Color info

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

RGB color model

#477212 color RGB value is (71,114,18).

  • red value is 71;
  • green value is 114;
  • blue value is 18.
RGB:
(71,114,18)
(28%,45%,7%)

RGB channels and saturation

R 71 of 255 = 28%
G 114 of 255 = 45%
B 18 of 255 = 7%

71
114
18

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

Portions of RGB colors in percentages

R + G + B =
71 + 114 + 18 = 203 (100%)
R 71 of 203 ~ 34.98%
G 114 of 203 ~ 56.16%
B 18 of 203 ~ 8.87%

%34.98
%56.16

CMYK color model

#477212 color CMYK value is (38,0,84,55).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 55.29%
CMYK:
(38,0,84,55)
C38M0Y84K55 
(38%,0%,84%,55%)
(0.38/0.00/0.84/0.55)	

CMYK percentages

%37.72
%0
%84.21
%55.29

Codes

Color #477212 in popluar color models

477212
RGB7111418
HSL87°72.73%25.88%
HSB/HSV87°84.21%44.71%
CMYK37.72%0.00%84.21%
55.29%

Color #477212 in popluar number systems.

HEX477212
Decimal7111418
Binary1000111111001010010
Octal10716222

Shades and tints

Shades of #477212

#477212
(71,114,18)
#416811
(65,104,17)
#3B5E10
(59,94,16)
#35540F
(53,84,15)
#2F4A0E
(47,74,14)
#29400D
(41,64,13)
#23360C
(35,54,12)
#1D2C0B
(29,44,11)
#17220A
(23,34,10)
#111809
(17,24,9)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #477212

#477212
(71,114,18)
#577E27
(87,126,39)
#678A3C
(103,138,60)
#779651
(119,150,81)
#87A266
(135,162,102)
#97AE7B
(151,174,123)
#A7BA90
(167,186,144)
#B7C6A5
(183,198,165)
#C7D2BA
(199,210,186)
#D7DECF
(215,222,207)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477212 color. Also use rgb(71,114,18) instead hex code.

Text Font Color

.myTextColor { color: #477212; }

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

This text font color is #477212.


Background Color

.myBgColor { background-color: #477212; }

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

This div background color is #477212.


Border color

.myBorderColor { border: 1px solid #477212; }

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

This div border color is #477212.


Opacity

.myOpacity80 { color: #477212; opacity: 0.8; }

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

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

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

This text has shadow with #477212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477212 on black background.


Color preview on white background

This text has color #477212 on white background.



Black color preview on #477212 background

This text has black color on #477212 background.


White color preview on #477212 background

This text has white color on #477212 background.