COLOR #471C18

HEX: #471C18
RGB: (71,28,24)

Color info

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

RGB color model

#471C18 color RGB value is (71,28,24).

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

RGB channels and saturation

R 71 of 255 = 28%
G 28 of 255 = 11%
B 24 of 255 = 9%

71
28
24

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

Portions of RGB colors in percentages

R + G + B =
71 + 28 + 24 = 123 (100%)
R 71 of 123 ~ 57.72%
G 28 of 123 ~ 22.76%
B 24 of 123 ~ 19.51%

%57.72
%22.76
%19.51

CMYK color model

#471C18 color CMYK value is (0,61,66,72).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(0,61,66,72)
C0M61Y66K72 
(0%,61%,66%,72%)
(0.00/0.61/0.66/0.72)	

CMYK percentages

%0
%60.56
%66.2
%72.16

Codes

Color #471C18 in popluar color models

471C18
RGB712824
HSL49.47%18.63%
HSB/HSV66.20%27.84%
CMYK0.00%60.56%66.20%
72.16%

Color #471C18 in popluar number systems.

HEX471C18
Decimal712824
Binary10001111110011000
Octal1073430

Shades and tints

Shades of #471C18

#471C18
(71,28,24)
#411A16
(65,26,22)
#3B1814
(59,24,20)
#351612
(53,22,18)
#2F1410
(47,20,16)
#29120E
(41,18,14)
#23100C
(35,16,12)
#1D0E0A
(29,14,10)
#170C08
(23,12,8)
#110A06
(17,10,6)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #471C18

#471C18
(71,28,24)
#57302D
(87,48,45)
#674442
(103,68,66)
#775857
(119,88,87)
#876C6C
(135,108,108)
#978081
(151,128,129)
#A79496
(167,148,150)
#B7A8AB
(183,168,171)
#C7BCC0
(199,188,192)
#D7D0D5
(215,208,213)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C18; }

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

This text font color is #471C18.


Background Color

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

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

This div background color is #471C18.


Border color

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

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

This div border color is #471C18.


Opacity

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

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

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

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

This text has shadow with #471C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C18 on black background.


Color preview on white background

This text has color #471C18 on white background.



Black color preview on #471C18 background

This text has black color on #471C18 background.


White color preview on #471C18 background

This text has white color on #471C18 background.