COLOR #471B08

HEX: #471B08
RGB: (71,27,8)

Color info

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

RGB color model

#471B08 color RGB value is (71,27,8).

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

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 8 of 255 = 3%

71
27
8

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

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 8 = 106 (100%)
R 71 of 106 ~ 66.98%
G 27 of 106 ~ 25.47%
B 8 of 106 ~ 7.55%

%66.98
%25.47

CMYK color model

#471B08 color CMYK value is (0,62,89,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 88.73%
  • key color value is 72.16%
CMYK:
(0,62,89,72)
C0M62Y89K72 
(0%,62%,89%,72%)
(0.00/0.62/0.89/0.72)	

CMYK percentages

%0
%61.97
%88.73
%72.16

Codes

Color #471B08 in popluar color models

471B08
RGB71278
HSL18°79.75%15.49%
HSB/HSV18°88.73%27.84%
CMYK0.00%61.97%88.73%
72.16%

Color #471B08 in popluar number systems.

HEX471B08
Decimal71278
Binary1000111110111000
Octal1073310

Shades and tints

Shades of #471B08

#471B08
(71,27,8)
#411908
(65,25,8)
#3B1708
(59,23,8)
#351508
(53,21,8)
#2F1308
(47,19,8)
#291108
(41,17,8)
#230F08
(35,15,8)
#1D0D08
(29,13,8)
#170B08
(23,11,8)
#110908
(17,9,8)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #471B08

#471B08
(71,27,8)
#572F1E
(87,47,30)
#674334
(103,67,52)
#77574A
(119,87,74)
#876B60
(135,107,96)
#977F76
(151,127,118)
#A7938C
(167,147,140)
#B7A7A2
(183,167,162)
#C7BBB8
(199,187,184)
#D7CFCE
(215,207,206)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B08; }

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

This text font color is #471B08.


Background Color

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

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

This div background color is #471B08.


Border color

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

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

This div border color is #471B08.


Opacity

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

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

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

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

This text has shadow with #471B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B08 on black background.


Color preview on white background

This text has color #471B08 on white background.



Black color preview on #471B08 background

This text has black color on #471B08 background.


White color preview on #471B08 background

This text has white color on #471B08 background.