COLOR #471A38

HEX: #471A38
RGB: (71,26,56)

Color info

#471A38 contains red, green and blue colors in about the same proportion. Web safe color of #471A38 is #330033 (or #303).

RGB color model

#471A38 color RGB value is (71,26,56).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 56 of 255 = 22%

71
26
56

R + G + B ~ 20%. #471A38 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 56 = 153 (100%)
R 71 of 153 ~ 46.41%
G 26 of 153 ~ 16.99%
B 56 of 153 ~ 36.6%

%46.41
%16.99
%36.6

CMYK color model

#471A38 color CMYK value is (0,63,21,72).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,63,21,72)
C0M63Y21K72 
(0%,63%,21%,72%)
(0.00/0.63/0.21/0.72)	

CMYK percentages

%0
%63.38
%21.13
%72.16

Codes

Color #471A38 in popluar color models

471A38
RGB712656
HSL320°46.39%19.02%
HSB/HSV320°63.38%27.84%
CMYK0.00%63.38%21.13%
72.16%

Color #471A38 in popluar number systems.

HEX471A38
Decimal712656
Binary100011111010111000
Octal1073270

Shades and tints

Shades of #471A38

#471A38
(71,26,56)
#411833
(65,24,51)
#3B162E
(59,22,46)
#351429
(53,20,41)
#2F1224
(47,18,36)
#29101F
(41,16,31)
#230E1A
(35,14,26)
#1D0C15
(29,12,21)
#170A10
(23,10,16)
#11080B
(17,8,11)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #471A38

#471A38
(71,26,56)
#572E4A
(87,46,74)
#67425C
(103,66,92)
#77566E
(119,86,110)
#876A80
(135,106,128)
#977E92
(151,126,146)
#A792A4
(167,146,164)
#B7A6B6
(183,166,182)
#C7BAC8
(199,186,200)
#D7CEDA
(215,206,218)
#E7E2EC
(231,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A38; }

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

This text font color is #471A38.


Background Color

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

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

This div background color is #471A38.


Border color

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

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

This div border color is #471A38.


Opacity

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

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

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

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

This text has shadow with #471A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A38 on black background.


Color preview on white background

This text has color #471A38 on white background.



Black color preview on #471A38 background

This text has black color on #471A38 background.


White color preview on #471A38 background

This text has white color on #471A38 background.