COLOR #47603B

HEX: #47603B
RGB: (71,96,59)

Color info

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

RGB color model

#47603B color RGB value is (71,96,59).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 59 of 255 = 23%

71
96
59

R + G + B ~ 30%. #47603B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 59 = 226 (100%)
R 71 of 226 ~ 31.42%
G 96 of 226 ~ 42.48%
B 59 of 226 ~ 26.11%

%31.42
%42.48
%26.11

CMYK color model

#47603B color CMYK value is (26,0,39,62).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 62.35%
CMYK:
(26,0,39,62)
C26M0Y39K62 
(26%,0%,39%,62%)
(0.26/0.00/0.39/0.62)	

CMYK percentages

%26.04
%0
%38.54
%62.35

Codes

Color #47603B in popluar color models

47603B
RGB719659
HSL101°23.87%30.39%
HSB/HSV101°38.54%37.65%
CMYK26.04%0.00%38.54%
62.35%

Color #47603B in popluar number systems.

HEX47603B
Decimal719659
Binary10001111100000111011
Octal10714073

Shades and tints

Shades of #47603B

#47603B
(71,96,59)
#415836
(65,88,54)
#3B5031
(59,80,49)
#35482C
(53,72,44)
#2F4027
(47,64,39)
#293822
(41,56,34)
#23301D
(35,48,29)
#1D2818
(29,40,24)
#172013
(23,32,19)
#11180E
(17,24,14)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #47603B

#47603B
(71,96,59)
#576E4C
(87,110,76)
#677C5D
(103,124,93)
#778A6E
(119,138,110)
#87987F
(135,152,127)
#97A690
(151,166,144)
#A7B4A1
(167,180,161)
#B7C2B2
(183,194,178)
#C7D0C3
(199,208,195)
#D7DED4
(215,222,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47603B; }

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

This text font color is #47603B.


Background Color

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

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

This div background color is #47603B.


Border color

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

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

This div border color is #47603B.


Opacity

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

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

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

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

This text has shadow with #47603B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47603B on black background.


Color preview on white background

This text has color #47603B on white background.



Black color preview on #47603B background

This text has black color on #47603B background.


White color preview on #47603B background

This text has white color on #47603B background.