COLOR #47621D

HEX: #47621D
RGB: (71,98,29)

Color info

#47621D contains mainly red and green colors. Web safe color of #47621D is #336633 (or #363).

RGB color model

#47621D color RGB value is (71,98,29).

  • red value is 71;
  • green value is 98;
  • blue value is 29.
RGB:
(71,98,29)
(28%,38%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 29 of 255 = 11%

71
98
29

R + G + B ~ 26%. #47621D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 29 = 198 (100%)
R 71 of 198 ~ 35.86%
G 98 of 198 ~ 49.49%
B 29 of 198 ~ 14.65%

%35.86
%49.49
%14.65

CMYK color model

#47621D color CMYK value is (28,0,70,62).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 70.41%
  • key color value is 61.57%
CMYK:
(28,0,70,62)
C28M0Y70K62 
(28%,0%,70%,62%)
(0.28/0.00/0.70/0.62)	

CMYK percentages

%27.55
%0
%70.41
%61.57

Codes

Color #47621D in popluar color models

47621D
RGB719829
HSL83°54.33%24.90%
HSB/HSV83°70.41%38.43%
CMYK27.55%0.00%70.41%
61.57%

Color #47621D in popluar number systems.

HEX47621D
Decimal719829
Binary1000111110001011101
Octal10714235

Shades and tints

Shades of #47621D

#47621D
(71,98,29)
#415A1B
(65,90,27)
#3B5219
(59,82,25)
#354A17
(53,74,23)
#2F4215
(47,66,21)
#293A13
(41,58,19)
#233211
(35,50,17)
#1D2A0F
(29,42,15)
#17220D
(23,34,13)
#111A0B
(17,26,11)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #47621D

#47621D
(71,98,29)
#577031
(87,112,49)
#677E45
(103,126,69)
#778C59
(119,140,89)
#879A6D
(135,154,109)
#97A881
(151,168,129)
#A7B695
(167,182,149)
#B7C4A9
(183,196,169)
#C7D2BD
(199,210,189)
#D7E0D1
(215,224,209)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47621D color. Also use rgb(71,98,29) instead hex code.

Text Font Color

.myTextColor { color: #47621D; }

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

This text font color is #47621D.


Background Color

.myBgColor { background-color: #47621D; }

<div style="background-color:#47621D">Inner text</div>

This div background color is #47621D.


Border color

.myBorderColor { border: 1px solid #47621D; }

<div style="border:3px solid #47621D">Div</div>

This div border color is #47621D.


Opacity

.myOpacity80 { color: #47621D; opacity: 0.8; }

<p style="color:#47621D;opacity:0.8;">80%</p>

Text with #47621D 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 #47621D;}

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

This text has shadow with #47621D color.

.textShadow {text-shadow: 3px 3px 1px #47621D, 3px 3px 1px red;}

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

This text has shadow with #47621D primary color and red secondary color.


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

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

This text has shadow with #47621D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47621D on black background.


Color preview on white background

This text has color #47621D on white background.



Black color preview on #47621D background

This text has black color on #47621D background.


White color preview on #47621D background

This text has white color on #47621D background.