COLOR #471A0B

HEX: #471A0B
RGB: (71,26,11)

Color info

#471A0B contains mainly red and green colors. Web safe color of #471A0B is #330000 (or #300).

RGB color model

#471A0B color RGB value is (71,26,11).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 11 of 255 = 4%

71
26
11

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

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 11 = 108 (100%)
R 71 of 108 ~ 65.74%
G 26 of 108 ~ 24.07%
B 11 of 108 ~ 10.19%

%65.74
%24.07
%10.19

CMYK color model

#471A0B color CMYK value is (0,63,85,72).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(0,63,85,72)
C0M63Y85K72 
(0%,63%,85%,72%)
(0.00/0.63/0.85/0.72)	

CMYK percentages

%0
%63.38
%84.51
%72.16

Codes

Color #471A0B in popluar color models

471A0B
RGB712611
HSL15°73.17%16.08%
HSB/HSV15°84.51%27.84%
CMYK0.00%63.38%84.51%
72.16%

Color #471A0B in popluar number systems.

HEX471A0B
Decimal712611
Binary1000111110101011
Octal1073213

Shades and tints

Shades of #471A0B

#471A0B
(71,26,11)
#41180A
(65,24,10)
#3B1609
(59,22,9)
#351408
(53,20,8)
#2F1207
(47,18,7)
#291006
(41,16,6)
#230E05
(35,14,5)
#1D0C04
(29,12,4)
#170A03
(23,10,3)
#110802
(17,8,2)
#0B0601
(11,6,1)
#000000
(0,0,0)

Tints of #471A0B

#471A0B
(71,26,11)
#572E21
(87,46,33)
#674237
(103,66,55)
#77564D
(119,86,77)
#876A63
(135,106,99)
#977E79
(151,126,121)
#A7928F
(167,146,143)
#B7A6A5
(183,166,165)
#C7BABB
(199,186,187)
#D7CED1
(215,206,209)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A0B; }

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

This text font color is #471A0B.


Background Color

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

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

This div background color is #471A0B.


Border color

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

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

This div border color is #471A0B.


Opacity

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

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

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

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

This text has shadow with #471A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A0B on black background.


Color preview on white background

This text has color #471A0B on white background.



Black color preview on #471A0B background

This text has black color on #471A0B background.


White color preview on #471A0B background

This text has white color on #471A0B background.