COLOR #47561E

HEX: #47561E
RGB: (71,86,30)

Color info

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

RGB color model

#47561E color RGB value is (71,86,30).

  • red value is 71;
  • green value is 86;
  • blue value is 30.
RGB:
(71,86,30)
(28%,34%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 86 of 255 = 34%
B 30 of 255 = 12%

71
86
30

R + G + B ~ 25%. #47561E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 86 + 30 = 187 (100%)
R 71 of 187 ~ 37.97%
G 86 of 187 ~ 45.99%
B 30 of 187 ~ 16.04%

%37.97
%45.99
%16.04

CMYK color model

#47561E color CMYK value is (17,0,65,66).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 65.12%
  • key color value is 66.27%
CMYK:
(17,0,65,66)
C17M0Y65K66 
(17%,0%,65%,66%)
(0.17/0.00/0.65/0.66)	

CMYK percentages

%17.44
%0
%65.12
%66.27

Codes

Color #47561E in popluar color models

47561E
RGB718630
HSL76°48.28%22.75%
HSB/HSV76°65.12%33.73%
CMYK17.44%0.00%65.12%
66.27%

Color #47561E in popluar number systems.

HEX47561E
Decimal718630
Binary1000111101011011110
Octal10712636

Shades and tints

Shades of #47561E

#47561E
(71,86,30)
#414F1C
(65,79,28)
#3B481A
(59,72,26)
#354118
(53,65,24)
#2F3A16
(47,58,22)
#293314
(41,51,20)
#232C12
(35,44,18)
#1D2510
(29,37,16)
#171E0E
(23,30,14)
#11170C
(17,23,12)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #47561E

#47561E
(71,86,30)
#576532
(87,101,50)
#677446
(103,116,70)
#77835A
(119,131,90)
#87926E
(135,146,110)
#97A182
(151,161,130)
#A7B096
(167,176,150)
#B7BFAA
(183,191,170)
#C7CEBE
(199,206,190)
#D7DDD2
(215,221,210)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47561E color. Also use rgb(71,86,30) instead hex code.

Text Font Color

.myTextColor { color: #47561E; }

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

This text font color is #47561E.


Background Color

.myBgColor { background-color: #47561E; }

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

This div background color is #47561E.


Border color

.myBorderColor { border: 1px solid #47561E; }

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

This div border color is #47561E.


Opacity

.myOpacity80 { color: #47561E; opacity: 0.8; }

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

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

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

This text has shadow with #47561E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47561E on black background.


Color preview on white background

This text has color #47561E on white background.



Black color preview on #47561E background

This text has black color on #47561E background.


White color preview on #47561E background

This text has white color on #47561E background.