COLOR #47632C

HEX: #47632C
RGB: (71,99,44)

Color info

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

RGB color model

#47632C color RGB value is (71,99,44).

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

RGB channels and saturation

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

71
99
44

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

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 44 = 214 (100%)
R 71 of 214 ~ 33.18%
G 99 of 214 ~ 46.26%
B 44 of 214 ~ 20.56%

%33.18
%46.26
%20.56

CMYK color model

#47632C color CMYK value is (28,0,56,61).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 61.18%
CMYK:
(28,0,56,61)
C28M0Y56K61 
(28%,0%,56%,61%)
(0.28/0.00/0.56/0.61)	

CMYK percentages

%28.28
%0
%55.56
%61.18

Codes

Color #47632C in popluar color models

47632C
RGB719944
HSL91°38.46%28.04%
HSB/HSV91°55.56%38.82%
CMYK28.28%0.00%55.56%
61.18%

Color #47632C in popluar number systems.

HEX47632C
Decimal719944
Binary10001111100011101100
Octal10714354

Shades and tints

Shades of #47632C

#47632C
(71,99,44)
#415A28
(65,90,40)
#3B5124
(59,81,36)
#354820
(53,72,32)
#2F3F1C
(47,63,28)
#293618
(41,54,24)
#232D14
(35,45,20)
#1D2410
(29,36,16)
#171B0C
(23,27,12)
#111208
(17,18,8)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #47632C

#47632C
(71,99,44)
#57713F
(87,113,63)
#677F52
(103,127,82)
#778D65
(119,141,101)
#879B78
(135,155,120)
#97A98B
(151,169,139)
#A7B79E
(167,183,158)
#B7C5B1
(183,197,177)
#C7D3C4
(199,211,196)
#D7E1D7
(215,225,215)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47632C; }

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

This text font color is #47632C.


Background Color

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

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

This div background color is #47632C.


Border color

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

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

This div border color is #47632C.


Opacity

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

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

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

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

This text has shadow with #47632C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47632C on black background.


Color preview on white background

This text has color #47632C on white background.



Black color preview on #47632C background

This text has black color on #47632C background.


White color preview on #47632C background

This text has white color on #47632C background.