COLOR #47612F

HEX: #47612F
RGB: (71,97,47)

Color info

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

RGB color model

#47612F color RGB value is (71,97,47).

  • red value is 71;
  • green value is 97;
  • blue value is 47.
RGB:
(71,97,47)
(28%,38%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 47 of 255 = 18%

71
97
47

R + G + B ~ 28%. #47612F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 47 = 215 (100%)
R 71 of 215 ~ 33.02%
G 97 of 215 ~ 45.12%
B 47 of 215 ~ 21.86%

%33.02
%45.12
%21.86

CMYK color model

#47612F color CMYK value is (27,0,52,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 51.55%
  • key color value is 61.96%
CMYK:
(27,0,52,62)
C27M0Y52K62 
(27%,0%,52%,62%)
(0.27/0.00/0.52/0.62)	

CMYK percentages

%26.8
%0
%51.55
%61.96

Codes

Color #47612F in popluar color models

47612F
RGB719747
HSL91°34.72%28.24%
HSB/HSV91°51.55%38.04%
CMYK26.80%0.00%51.55%
61.96%

Color #47612F in popluar number systems.

HEX47612F
Decimal719747
Binary10001111100001101111
Octal10714157

Shades and tints

Shades of #47612F

#47612F
(71,97,47)
#41592B
(65,89,43)
#3B5127
(59,81,39)
#354923
(53,73,35)
#2F411F
(47,65,31)
#29391B
(41,57,27)
#233117
(35,49,23)
#1D2913
(29,41,19)
#17210F
(23,33,15)
#11190B
(17,25,11)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #47612F

#47612F
(71,97,47)
#576F41
(87,111,65)
#677D53
(103,125,83)
#778B65
(119,139,101)
#879977
(135,153,119)
#97A789
(151,167,137)
#A7B59B
(167,181,155)
#B7C3AD
(183,195,173)
#C7D1BF
(199,209,191)
#D7DFD1
(215,223,209)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47612F color. Also use rgb(71,97,47) instead hex code.

Text Font Color

.myTextColor { color: #47612F; }

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

This text font color is #47612F.


Background Color

.myBgColor { background-color: #47612F; }

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

This div background color is #47612F.


Border color

.myBorderColor { border: 1px solid #47612F; }

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

This div border color is #47612F.


Opacity

.myOpacity80 { color: #47612F; opacity: 0.8; }

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

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

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

This text has shadow with #47612F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47612F on black background.


Color preview on white background

This text has color #47612F on white background.



Black color preview on #47612F background

This text has black color on #47612F background.


White color preview on #47612F background

This text has white color on #47612F background.