COLOR #471D0C

HEX: #471D0C
RGB: (71,29,12)

Color info

#471D0C contains red, green and blue colors in about the same proportion. Web safe color of #471D0C is #333300 (or #330).

RGB color model

#471D0C color RGB value is (71,29,12).

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

RGB channels and saturation

R 71 of 255 = 28%
G 29 of 255 = 11%
B 12 of 255 = 5%

71
29
12

R + G + B ~ 15%. #471D0C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 29 + 12 = 112 (100%)
R 71 of 112 ~ 63.39%
G 29 of 112 ~ 25.89%
B 12 of 112 ~ 10.71%

%63.39
%25.89
%10.71

CMYK color model

#471D0C color CMYK value is (0,59,83,72).

  • cyan value is 0.00%
  • magenta value is 59.15%
  • yellow value is 83.10%
  • key color value is 72.16%
CMYK:
(0,59,83,72)
C0M59Y83K72 
(0%,59%,83%,72%)
(0.00/0.59/0.83/0.72)	

CMYK percentages

%0
%59.15
%83.1
%72.16

Codes

Color #471D0C in popluar color models

471D0C
RGB712912
HSL17°71.08%16.27%
HSB/HSV17°83.10%27.84%
CMYK0.00%59.15%83.10%
72.16%

Color #471D0C in popluar number systems.

HEX471D0C
Decimal712912
Binary1000111111011100
Octal1073514

Shades and tints

Shades of #471D0C

#471D0C
(71,29,12)
#411B0B
(65,27,11)
#3B190A
(59,25,10)
#351709
(53,23,9)
#2F1508
(47,21,8)
#291307
(41,19,7)
#231106
(35,17,6)
#1D0F05
(29,15,5)
#170D04
(23,13,4)
#110B03
(17,11,3)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #471D0C

#471D0C
(71,29,12)
#573122
(87,49,34)
#674538
(103,69,56)
#77594E
(119,89,78)
#876D64
(135,109,100)
#97817A
(151,129,122)
#A79590
(167,149,144)
#B7A9A6
(183,169,166)
#C7BDBC
(199,189,188)
#D7D1D2
(215,209,210)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471D0C; }

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

This text font color is #471D0C.


Background Color

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

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

This div background color is #471D0C.


Border color

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

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

This div border color is #471D0C.


Opacity

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

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

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

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

This text has shadow with #471D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D0C on black background.


Color preview on white background

This text has color #471D0C on white background.



Black color preview on #471D0C background

This text has black color on #471D0C background.


White color preview on #471D0C background

This text has white color on #471D0C background.