COLOR #471F18

HEX: #471F18 RGB: (71,31,24)

Color info

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

RGB color model

#471F18 color RGB value is (71,31,24).

RGB: (71,31,24) (28%, 12%, 9%)

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 24 of 255 = 9%

71
31
24

R + G + B ~ 16%. #471F18 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 31 + 24 = 126 (100%)
R 71 of 126 ~ 56.35%
G 31 of 126 ~ 24.6%
B 24 of 126 ~ 19.05'%

%56.35
%24.6
%19.05

CMYK color model

#471F18 color CMYK value is (0,56,66,72).

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

CMYK: (0,56,66,72)
C0M56Y66K72 (0%, 56%, 66%, 72%)
(0.00 / 0.56 / 0.66 / 0.72)

CMYK percentages

%0
%56.34
%66.2
%72.16

Codes

Color #471F18 in popluar color models

47 1F 18
RGB 71 31 24
HSL 49.47% 18.63%
HSB/HSV 66.20% 27.84%
CMYK 0.00% 56.34% 66.20%
72.16%

Color #471F18 in popluar number systems.

HEX 47 1F 18
Decimal 71 31 24
Binary 1000111 11111 11000
Octal 107 37 30

Shades and tints

Shades of #471F18

#471F18
(71,31,24)
#411D16
(65,29,22)
#3B1B14
(59,27,20)
#351912
(53,25,18)
#2F1710
(47,23,16)
#29150E
(41,21,14)
#23130C
(35,19,12)
#1D110A
(29,17,10)
#170F08
(23,15,8)
#110D06
(17,13,6)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #471F18

#471F18
(71,31,24)
#57332D
(87,51,45)
#674742
(103,71,66)
#775B57
(119,91,87)
#876F6C
(135,111,108)
#978381
(151,131,129)
#A79796
(167,151,150)
#B7ABAB
(183,171,171)
#C7BFC0
(199,191,192)
#D7D3D5
(215,211,213)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F18; }

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

This text font color is #471F18.

Background Color

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

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

This div background color is #471F18.

Border color

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

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

This div border color is #471F18.

Opacity

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

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

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

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

This text has shadow with #471F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471F18.

Preview

Color preview on black background

This text has color #471F18 on black background.


Color preview on white background

This text has color #471F18 on white background.


Black color preview on #471F18 background

This text has black color on #471F18 background.


White color preview on #471F18 background

This text has white color on #471F18 background.


Related colors

Complementary color

Complementary color for #hex is #B8E0E7.


I love getcolorcode.com

Triadic colors

1 #18471F and #1F1847 with #471F18 are triadic colors.

2 #181F47 and #1F4718 with #471F18 are triadic colors.