COLOR #471E08

HEX: #471E08
RGB: (71,30,8)

Color info

#471E08 contains mainly red and green colors. Web safe color of #471E08 is #333300 (or #330).

RGB color model

#471E08 color RGB value is (71,30,8).

  • red value is 71;
  • green value is 30;
  • blue value is 8.
RGB:
(71,30,8)
(28%,12%,3%)

RGB channels and saturation

R 71 of 255 = 28%
G 30 of 255 = 12%
B 8 of 255 = 3%

71
30
8

R + G + B ~ 14%. #471E08 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 30 + 8 = 109 (100%)
R 71 of 109 ~ 65.14%
G 30 of 109 ~ 27.52%
B 8 of 109 ~ 7.34%

%65.14
%27.52

CMYK color model

#471E08 color CMYK value is (0,58,89,72).

  • cyan value is 0.00%
  • magenta value is 57.75%
  • yellow value is 88.73%
  • key color value is 72.16%
CMYK:
(0,58,89,72)
C0M58Y89K72 
(0%,58%,89%,72%)
(0.00/0.58/0.89/0.72)	

CMYK percentages

%0
%57.75
%88.73
%72.16

Codes

Color #471E08 in popluar color models

471E08
RGB71308
HSL21°79.75%15.49%
HSB/HSV21°88.73%27.84%
CMYK0.00%57.75%88.73%
72.16%

Color #471E08 in popluar number systems.

HEX471E08
Decimal71308
Binary1000111111101000
Octal1073610

Shades and tints

Shades of #471E08

#471E08
(71,30,8)
#411C08
(65,28,8)
#3B1A08
(59,26,8)
#351808
(53,24,8)
#2F1608
(47,22,8)
#291408
(41,20,8)
#231208
(35,18,8)
#1D1008
(29,16,8)
#170E08
(23,14,8)
#110C08
(17,12,8)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #471E08

#471E08
(71,30,8)
#57321E
(87,50,30)
#674634
(103,70,52)
#775A4A
(119,90,74)
#876E60
(135,110,96)
#978276
(151,130,118)
#A7968C
(167,150,140)
#B7AAA2
(183,170,162)
#C7BEB8
(199,190,184)
#D7D2CE
(215,210,206)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471E08 color. Also use rgb(71,30,8) instead hex code.

Text Font Color

.myTextColor { color: #471E08; }

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

This text font color is #471E08.


Background Color

.myBgColor { background-color: #471E08; }

<div style="background-color:#471E08">Inner text</div>

This div background color is #471E08.


Border color

.myBorderColor { border: 1px solid #471E08; }

<div style="border:3px solid #471E08">Div</div>

This div border color is #471E08.


Opacity

.myOpacity80 { color: #471E08; opacity: 0.8; }

<p style="color:#471E08;opacity:0.8;">80%</p>

Text with #471E08 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 #471E08;}

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

This text has shadow with #471E08 color.

.textShadow {text-shadow: 3px 3px 1px #471E08, 3px 3px 1px red;}

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

This text has shadow with #471E08 primary color and red secondary color.


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

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

This text has shadow with #471E08 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E08 on black background.


Color preview on white background

This text has color #471E08 on white background.



Black color preview on #471E08 background

This text has black color on #471E08 background.


White color preview on #471E08 background

This text has white color on #471E08 background.