COLOR #471F0B

HEX: #471F0B RGB: (71,31,11)

Color info

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

RGB color model

#471F0B color RGB value is (71,31,11).

RGB: (71,31,11) (28%, 12%, 4%)

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 11 of 255 = 4%

71
31
11

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

Portions of RGB colors in percentages

R + G + B = 71 + 31 + 11 = 113 (100%)
R 71 of 113 ~ 62.83%
G 31 of 113 ~ 27.43%
B 11 of 113 ~ 9.73'%

%62.83
%27.43

CMYK color model

#471F0B color CMYK value is (0,56,85,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 84.51%
  • key color value is 72.16%

CMYK: (0,56,85,72)
C0M56Y85K72 (0%, 56%, 85%, 72%)
(0.00 / 0.56 / 0.85 / 0.72)

CMYK percentages

%0
%56.34
%84.51
%72.16

Codes

Color #471F0B in popluar color models

47 1F 0B
RGB 71 31 11
HSL 20° 73.17% 16.08%
HSB/HSV 20° 84.51% 27.84%
CMYK 0.00% 56.34% 84.51%
72.16%

Color #471F0B in popluar number systems.

HEX 47 1F 0B
Decimal 71 31 11
Binary 1000111 11111 1011
Octal 107 37 13

Shades and tints

Shades of #471F0B

#471F0B
(71,31,11)
#411D0A
(65,29,10)
#3B1B09
(59,27,9)
#351908
(53,25,8)
#2F1707
(47,23,7)
#291506
(41,21,6)
#231305
(35,19,5)
#1D1104
(29,17,4)
#170F03
(23,15,3)
#110D02
(17,13,2)
#0B0B01
(11,11,1)
#000000
(0,0,0)

Tints of #471F0B

#471F0B
(71,31,11)
#573321
(87,51,33)
#674737
(103,71,55)
#775B4D
(119,91,77)
#876F63
(135,111,99)
#978379
(151,131,121)
#A7978F
(167,151,143)
#B7ABA5
(183,171,165)
#C7BFBB
(199,191,187)
#D7D3D1
(215,211,209)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F0B; }

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

This text font color is #471F0B.

Background Color

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

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

This div background color is #471F0B.

Border color

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

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

This div border color is #471F0B.

Opacity

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

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

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

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

This text has shadow with #471F0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471F0B.

Preview

Color preview on black background

This text has color #471F0B on black background.


Color preview on white background

This text has color #471F0B on white background.


Black color preview on #471F0B background

This text has black color on #471F0B background.


White color preview on #471F0B background

This text has white color on #471F0B background.


Related colors

Complementary color

Complementary color for #hex is #B8E0F4.


I love getcolorcode.com

Triadic colors

1 #0B471F and #1F0B47 with #471F0B are triadic colors.

2 #0B1F47 and #1F470B with #471F0B are triadic colors.