COLOR #47590C

HEX: #47590C
RGB: (71,89,12)

Color info

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

RGB color model

#47590C color RGB value is (71,89,12).

  • red value is 71;
  • green value is 89;
  • blue value is 12.
RGB:
(71,89,12)
(28%,35%,5%)

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 12 of 255 = 5%

71
89
12

R + G + B ~ 23%. #47590C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 12 = 172 (100%)
R 71 of 172 ~ 41.28%
G 89 of 172 ~ 51.74%
B 12 of 172 ~ 6.98%

%41.28
%51.74

CMYK color model

#47590C color CMYK value is (20,0,87,65).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 86.52%
  • key color value is 65.10%
CMYK:
(20,0,87,65)
C20M0Y87K65 
(20%,0%,87%,65%)
(0.20/0.00/0.87/0.65)	

CMYK percentages

%20.22
%0
%86.52
%65.1

Codes

Color #47590C in popluar color models

47590C
RGB718912
HSL74°76.24%19.80%
HSB/HSV74°86.52%34.90%
CMYK20.22%0.00%86.52%
65.10%

Color #47590C in popluar number systems.

HEX47590C
Decimal718912
Binary100011110110011100
Octal10713114

Shades and tints

Shades of #47590C

#47590C
(71,89,12)
#41510B
(65,81,11)
#3B490A
(59,73,10)
#354109
(53,65,9)
#2F3908
(47,57,8)
#293107
(41,49,7)
#232906
(35,41,6)
#1D2105
(29,33,5)
#171904
(23,25,4)
#111103
(17,17,3)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #47590C

#47590C
(71,89,12)
#576822
(87,104,34)
#677738
(103,119,56)
#77864E
(119,134,78)
#879564
(135,149,100)
#97A47A
(151,164,122)
#A7B390
(167,179,144)
#B7C2A6
(183,194,166)
#C7D1BC
(199,209,188)
#D7E0D2
(215,224,210)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47590C color. Also use rgb(71,89,12) instead hex code.

Text Font Color

.myTextColor { color: #47590C; }

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

This text font color is #47590C.


Background Color

.myBgColor { background-color: #47590C; }

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

This div background color is #47590C.


Border color

.myBorderColor { border: 1px solid #47590C; }

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

This div border color is #47590C.


Opacity

.myOpacity80 { color: #47590C; opacity: 0.8; }

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

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

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

This text has shadow with #47590C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47590C on black background.


Color preview on white background

This text has color #47590C on white background.



Black color preview on #47590C background

This text has black color on #47590C background.


White color preview on #47590C background

This text has white color on #47590C background.