COLOR #471D0B

HEX: #471D0B
RGB: (71,29,11)

Color info

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

RGB color model

#471D0B color RGB value is (71,29,11).

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

RGB channels and saturation

R 71 of 255 = 28%
G 29 of 255 = 11%
B 11 of 255 = 4%

71
29
11

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

Portions of RGB colors in percentages

R + G + B =
71 + 29 + 11 = 111 (100%)
R 71 of 111 ~ 63.96%
G 29 of 111 ~ 26.13%
B 11 of 111 ~ 9.91%

%63.96
%26.13
%9.91

CMYK color model

#471D0B color CMYK value is (0,59,85,72).

  • cyan value is 0.00%
  • magenta value is 59.15%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK: (0,59,85,72) C0M59Y85K72 (0%,59%,85%,72%) (0.00/0.59/0.85/0.72)

CMYK percentages

%0
%59.15
%84.51
%72.16

Codes

Color #471D0B in popluar color models

471D0B
RGB712911
HSL18°73.17%16.08%
HSB/HSV18°84.51%27.84%
CMYK0.00%59.15%84.51%
72.16%

Color #471D0B in popluar number systems.

HEX471D0B
Decimal712911
Binary1000111111011011
Octal1073513

Shades and tints

Shades of #471D0B

#471D0B
(71,29,11)
#411B0A
(65,27,10)
#3B1909
(59,25,9)
#351708
(53,23,8)
#2F1507
(47,21,7)
#291306
(41,19,6)
#231105
(35,17,5)
#1D0F04
(29,15,4)
#170D03
(23,13,3)
#110B02
(17,11,2)
#0B0901
(11,9,1)
#000000
(0,0,0)

Tints of #471D0B

#471D0B
(71,29,11)
#573121
(87,49,33)
#674537
(103,69,55)
#77594D
(119,89,77)
#876D63
(135,109,99)
#978179
(151,129,121)
#A7958F
(167,149,143)
#B7A9A5
(183,169,165)
#C7BDBB
(199,189,187)
#D7D1D1
(215,209,209)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471D0B color. Also use rgb(71,29,11) instead hex code.

Text Font Color

.myTextColor { color: #471D0B; }

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

This text font color is #471D0B.


Background Color

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

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

This div background color is #471D0B.


Border color

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

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

This div border color is #471D0B.


Opacity

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

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

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

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

This text has shadow with #471D0B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #471D0B on black background.


Color preview on white background

This text has color #471D0B on white background.



Black color preview on #471D0B background

This text has black color on #471D0B background.


White color preview on #471D0B background

This text has white color on #471D0B background.