COLOR #471C22

HEX: #471C22
RGB: (71,28,34)

Color info

#471C22 contains red, green and blue colors in about the same proportion. Web safe color of #471C22 is #333333 (or #333).

RGB color model

#471C22 color RGB value is (71,28,34).

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

RGB channels and saturation

R 71 of 255 = 28%
G 28 of 255 = 11%
B 34 of 255 = 13%

71
28
34

R + G + B ~ 17%. #471C22 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 28 + 34 = 133 (100%)
R 71 of 133 ~ 53.38%
G 28 of 133 ~ 21.05%
B 34 of 133 ~ 25.56%

%53.38
%21.05
%25.56

CMYK color model

#471C22 color CMYK value is (0,61,52,72).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(0,61,52,72)
C0M61Y52K72 
(0%,61%,52%,72%)
(0.00/0.61/0.52/0.72)	

CMYK percentages

%0
%60.56
%52.11
%72.16

Codes

Color #471C22 in popluar color models

471C22
RGB712834
HSL352°43.43%19.41%
HSB/HSV352°60.56%27.84%
CMYK0.00%60.56%52.11%
72.16%

Color #471C22 in popluar number systems.

HEX471C22
Decimal712834
Binary100011111100100010
Octal1073442

Shades and tints

Shades of #471C22

#471C22
(71,28,34)
#411A1F
(65,26,31)
#3B181C
(59,24,28)
#351619
(53,22,25)
#2F1416
(47,20,22)
#291213
(41,18,19)
#231010
(35,16,16)
#1D0E0D
(29,14,13)
#170C0A
(23,12,10)
#110A07
(17,10,7)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #471C22

#471C22
(71,28,34)
#573036
(87,48,54)
#67444A
(103,68,74)
#77585E
(119,88,94)
#876C72
(135,108,114)
#978086
(151,128,134)
#A7949A
(167,148,154)
#B7A8AE
(183,168,174)
#C7BCC2
(199,188,194)
#D7D0D6
(215,208,214)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C22; }

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

This text font color is #471C22.


Background Color

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

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

This div background color is #471C22.


Border color

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

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

This div border color is #471C22.


Opacity

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

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

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

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

This text has shadow with #471C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C22 on black background.


Color preview on white background

This text has color #471C22 on white background.



Black color preview on #471C22 background

This text has black color on #471C22 background.


White color preview on #471C22 background

This text has white color on #471C22 background.