COLOR #47580F

HEX: #47580F
RGB: (71,88,15)

Color info

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

RGB color model

#47580F color RGB value is (71,88,15).

  • red value is 71;
  • green value is 88;
  • blue value is 15.
RGB:
(71,88,15)
(28%,35%,6%)

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 15 of 255 = 6%

71
88
15

R + G + B ~ 23%. #47580F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 15 = 174 (100%)
R 71 of 174 ~ 40.8%
G 88 of 174 ~ 50.57%
B 15 of 174 ~ 8.62%

%40.8
%50.57

CMYK color model

#47580F color CMYK value is (19,0,83,65).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(19,0,83,65)
C19M0Y83K65 
(19%,0%,83%,65%)
(0.19/0.00/0.83/0.65)	

CMYK percentages

%19.32
%0
%82.95
%65.49

Codes

Color #47580F in popluar color models

47580F
RGB718815
HSL74°70.87%20.20%
HSB/HSV74°82.95%34.51%
CMYK19.32%0.00%82.95%
65.49%

Color #47580F in popluar number systems.

HEX47580F
Decimal718815
Binary100011110110001111
Octal10713017

Shades and tints

Shades of #47580F

#47580F
(71,88,15)
#41500E
(65,80,14)
#3B480D
(59,72,13)
#35400C
(53,64,12)
#2F380B
(47,56,11)
#29300A
(41,48,10)
#232809
(35,40,9)
#1D2008
(29,32,8)
#171807
(23,24,7)
#111006
(17,16,6)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #47580F

#47580F
(71,88,15)
#576724
(87,103,36)
#677639
(103,118,57)
#77854E
(119,133,78)
#879463
(135,148,99)
#97A378
(151,163,120)
#A7B28D
(167,178,141)
#B7C1A2
(183,193,162)
#C7D0B7
(199,208,183)
#D7DFCC
(215,223,204)
#E7EEE1
(231,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47580F color. Also use rgb(71,88,15) instead hex code.

Text Font Color

.myTextColor { color: #47580F; }

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

This text font color is #47580F.


Background Color

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

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

This div background color is #47580F.


Border color

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

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

This div border color is #47580F.


Opacity

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

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

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

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

This text has shadow with #47580F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47580F on black background.


Color preview on white background

This text has color #47580F on white background.



Black color preview on #47580F background

This text has black color on #47580F background.


White color preview on #47580F background

This text has white color on #47580F background.