COLOR #47501A

HEX: #47501A
RGB: (71,80,26)

Color info

#47501A contains red, green and blue colors in about the same proportion. Web safe color of #47501A is #336600 (or #360).

RGB color model

#47501A color RGB value is (71,80,26).

  • red value is 71;
  • green value is 80;
  • blue value is 26.
RGB:
(71,80,26)
(28%,31%,10%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 26 of 255 = 10%

71
80
26

R + G + B ~ 23%. #47501A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 26 = 177 (100%)
R 71 of 177 ~ 40.11%
G 80 of 177 ~ 45.2%
B 26 of 177 ~ 14.69%

%40.11
%45.2
%14.69

CMYK color model

#47501A color CMYK value is (11,0,68,69).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(11,0,68,69)
C11M0Y68K69 
(11%,0%,68%,69%)
(0.11/0.00/0.68/0.69)	

CMYK percentages

%11.25
%0
%67.5
%68.63

Codes

Color #47501A in popluar color models

47501A
RGB718026
HSL70°50.94%20.78%
HSB/HSV70°67.50%31.37%
CMYK11.25%0.00%67.50%
68.63%

Color #47501A in popluar number systems.

HEX47501A
Decimal718026
Binary1000111101000011010
Octal10712032

Shades and tints

Shades of #47501A

#47501A
(71,80,26)
#414918
(65,73,24)
#3B4216
(59,66,22)
#353B14
(53,59,20)
#2F3412
(47,52,18)
#292D10
(41,45,16)
#23260E
(35,38,14)
#1D1F0C
(29,31,12)
#17180A
(23,24,10)
#111108
(17,17,8)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #47501A

#47501A
(71,80,26)
#575F2E
(87,95,46)
#676E42
(103,110,66)
#777D56
(119,125,86)
#878C6A
(135,140,106)
#979B7E
(151,155,126)
#A7AA92
(167,170,146)
#B7B9A6
(183,185,166)
#C7C8BA
(199,200,186)
#D7D7CE
(215,215,206)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47501A color. Also use rgb(71,80,26) instead hex code.

Text Font Color

.myTextColor { color: #47501A; }

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

This text font color is #47501A.


Background Color

.myBgColor { background-color: #47501A; }

<div style="background-color:#47501A">Inner text</div>

This div background color is #47501A.


Border color

.myBorderColor { border: 1px solid #47501A; }

<div style="border:3px solid #47501A">Div</div>

This div border color is #47501A.


Opacity

.myOpacity80 { color: #47501A; opacity: 0.8; }

<p style="color:#47501A;opacity:0.8;">80%</p>

Text with #47501A 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 #47501A;}

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

This text has shadow with #47501A color.

.textShadow {text-shadow: 3px 3px 1px #47501A, 3px 3px 1px red;}

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

This text has shadow with #47501A primary color and red secondary color.


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

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

This text has shadow with #47501A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47501A on black background.


Color preview on white background

This text has color #47501A on white background.



Black color preview on #47501A background

This text has black color on #47501A background.


White color preview on #47501A background

This text has white color on #47501A background.