COLOR #47632B

HEX: #47632B
RGB: (71,99,43)

Color info

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

RGB color model

#47632B color RGB value is (71,99,43).

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

RGB channels and saturation

R 71 of 255 = 28%
G 99 of 255 = 39%
B 43 of 255 = 17%

71
99
43

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

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 43 = 213 (100%)
R 71 of 213 ~ 33.33%
G 99 of 213 ~ 46.48%
B 43 of 213 ~ 20.19%

%33.33
%46.48
%20.19

CMYK color model

#47632B color CMYK value is (28,0,57,61).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 56.57%
  • key color value is 61.18%
CMYK:
(28,0,57,61)
C28M0Y57K61 
(28%,0%,57%,61%)
(0.28/0.00/0.57/0.61)	

CMYK percentages

%28.28
%0
%56.57
%61.18

Codes

Color #47632B in popluar color models

47632B
RGB719943
HSL90°39.44%27.84%
HSB/HSV90°56.57%38.82%
CMYK28.28%0.00%56.57%
61.18%

Color #47632B in popluar number systems.

HEX47632B
Decimal719943
Binary10001111100011101011
Octal10714353

Shades and tints

Shades of #47632B

#47632B
(71,99,43)
#415A28
(65,90,40)
#3B5125
(59,81,37)
#354822
(53,72,34)
#2F3F1F
(47,63,31)
#29361C
(41,54,28)
#232D19
(35,45,25)
#1D2416
(29,36,22)
#171B13
(23,27,19)
#111210
(17,18,16)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #47632B

#47632B
(71,99,43)
#57713E
(87,113,62)
#677F51
(103,127,81)
#778D64
(119,141,100)
#879B77
(135,155,119)
#97A98A
(151,169,138)
#A7B79D
(167,183,157)
#B7C5B0
(183,197,176)
#C7D3C3
(199,211,195)
#D7E1D6
(215,225,214)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47632B; }

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

This text font color is #47632B.


Background Color

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

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

This div background color is #47632B.


Border color

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

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

This div border color is #47632B.


Opacity

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

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

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

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

This text has shadow with #47632B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47632B on black background.


Color preview on white background

This text has color #47632B on white background.



Black color preview on #47632B background

This text has black color on #47632B background.


White color preview on #47632B background

This text has white color on #47632B background.