COLOR #47582B

HEX: #47582B
RGB: (71,88,43)

Color info

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

RGB color model

#47582B color RGB value is (71,88,43).

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

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 43 of 255 = 17%

71
88
43

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

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 43 = 202 (100%)
R 71 of 202 ~ 35.15%
G 88 of 202 ~ 43.56%
B 43 of 202 ~ 21.29%

%35.15
%43.56
%21.29

CMYK color model

#47582B color CMYK value is (19,0,51,65).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(19,0,51,65)
C19M0Y51K65 
(19%,0%,51%,65%)
(0.19/0.00/0.51/0.65)	

CMYK percentages

%19.32
%0
%51.14
%65.49

Codes

Color #47582B in popluar color models

47582B
RGB718843
HSL83°34.35%25.69%
HSB/HSV83°51.14%34.51%
CMYK19.32%0.00%51.14%
65.49%

Color #47582B in popluar number systems.

HEX47582B
Decimal718843
Binary10001111011000101011
Octal10713053

Shades and tints

Shades of #47582B

#47582B
(71,88,43)
#415028
(65,80,40)
#3B4825
(59,72,37)
#354022
(53,64,34)
#2F381F
(47,56,31)
#29301C
(41,48,28)
#232819
(35,40,25)
#1D2016
(29,32,22)
#171813
(23,24,19)
#111010
(17,16,16)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #47582B

#47582B
(71,88,43)
#57673E
(87,103,62)
#677651
(103,118,81)
#778564
(119,133,100)
#879477
(135,148,119)
#97A38A
(151,163,138)
#A7B29D
(167,178,157)
#B7C1B0
(183,193,176)
#C7D0C3
(199,208,195)
#D7DFD6
(215,223,214)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47582B color. Also use rgb(71,88,43) instead hex code.

Text Font Color

.myTextColor { color: #47582B; }

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

This text font color is #47582B.


Background Color

.myBgColor { background-color: #47582B; }

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

This div background color is #47582B.


Border color

.myBorderColor { border: 1px solid #47582B; }

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

This div border color is #47582B.


Opacity

.myOpacity80 { color: #47582B; opacity: 0.8; }

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

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

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

This text has shadow with #47582B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47582B on black background.


Color preview on white background

This text has color #47582B on white background.



Black color preview on #47582B background

This text has black color on #47582B background.


White color preview on #47582B background

This text has white color on #47582B background.