COLOR #47602B

HEX: #47602B
RGB: (71,96,43)

Color info

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

RGB color model

#47602B color RGB value is (71,96,43).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 43 of 255 = 17%

71
96
43

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

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 43 = 210 (100%)
R 71 of 210 ~ 33.81%
G 96 of 210 ~ 45.71%
B 43 of 210 ~ 20.48%

%33.81
%45.71
%20.48

CMYK color model

#47602B color CMYK value is (26,0,55,62).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 55.21%
  • key color value is 62.35%
CMYK:
(26,0,55,62)
C26M0Y55K62 
(26%,0%,55%,62%)
(0.26/0.00/0.55/0.62)	

CMYK percentages

%26.04
%0
%55.21
%62.35

Codes

Color #47602B in popluar color models

47602B
RGB719643
HSL88°38.13%27.25%
HSB/HSV88°55.21%37.65%
CMYK26.04%0.00%55.21%
62.35%

Color #47602B in popluar number systems.

HEX47602B
Decimal719643
Binary10001111100000101011
Octal10714053

Shades and tints

Shades of #47602B

#47602B
(71,96,43)
#415828
(65,88,40)
#3B5025
(59,80,37)
#354822
(53,72,34)
#2F401F
(47,64,31)
#29381C
(41,56,28)
#233019
(35,48,25)
#1D2816
(29,40,22)
#172013
(23,32,19)
#111810
(17,24,16)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #47602B

#47602B
(71,96,43)
#576E3E
(87,110,62)
#677C51
(103,124,81)
#778A64
(119,138,100)
#879877
(135,152,119)
#97A68A
(151,166,138)
#A7B49D
(167,180,157)
#B7C2B0
(183,194,176)
#C7D0C3
(199,208,195)
#D7DED6
(215,222,214)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47602B; }

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

This text font color is #47602B.


Background Color

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

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

This div background color is #47602B.


Border color

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

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

This div border color is #47602B.


Opacity

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

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

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

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

This text has shadow with #47602B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47602B on black background.


Color preview on white background

This text has color #47602B on white background.



Black color preview on #47602B background

This text has black color on #47602B background.


White color preview on #47602B background

This text has white color on #47602B background.