COLOR #471D30

HEX: #471D30
RGB: (71,29,48)

Color info

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

RGB color model

#471D30 color RGB value is (71,29,48).

  • red value is 71;
  • green value is 29;
  • blue value is 48.
RGB:
(71,29,48)
(28%,11%,19%)

RGB channels and saturation

R 71 of 255 = 28%
G 29 of 255 = 11%
B 48 of 255 = 19%

71
29
48

R + G + B ~ 19%. #471D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 29 + 48 = 148 (100%)
R 71 of 148 ~ 47.97%
G 29 of 148 ~ 19.59%
B 48 of 148 ~ 32.43%

%47.97
%19.59
%32.43

CMYK color model

#471D30 color CMYK value is (0,59,32,72).

  • cyan value is 0.00%
  • magenta value is 59.15%
  • yellow value is 32.39%
  • key color value is 72.16%
CMYK:
(0,59,32,72)
C0M59Y32K72 
(0%,59%,32%,72%)
(0.00/0.59/0.32/0.72)	

CMYK percentages

%0
%59.15
%32.39
%72.16

Codes

Color #471D30 in popluar color models

471D30
RGB712948
HSL333°42.00%19.61%
HSB/HSV333°59.15%27.84%
CMYK0.00%59.15%32.39%
72.16%

Color #471D30 in popluar number systems.

HEX471D30
Decimal712948
Binary100011111101110000
Octal1073560

Shades and tints

Shades of #471D30

#471D30
(71,29,48)
#411B2C
(65,27,44)
#3B1928
(59,25,40)
#351724
(53,23,36)
#2F1520
(47,21,32)
#29131C
(41,19,28)
#231118
(35,17,24)
#1D0F14
(29,15,20)
#170D10
(23,13,16)
#110B0C
(17,11,12)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #471D30

#471D30
(71,29,48)
#573142
(87,49,66)
#674554
(103,69,84)
#775966
(119,89,102)
#876D78
(135,109,120)
#97818A
(151,129,138)
#A7959C
(167,149,156)
#B7A9AE
(183,169,174)
#C7BDC0
(199,189,192)
#D7D1D2
(215,209,210)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471D30 color. Also use rgb(71,29,48) instead hex code.

Text Font Color

.myTextColor { color: #471D30; }

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

This text font color is #471D30.


Background Color

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

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

This div background color is #471D30.


Border color

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

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

This div border color is #471D30.


Opacity

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

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

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

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

This text has shadow with #471D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D30 on black background.


Color preview on white background

This text has color #471D30 on white background.



Black color preview on #471D30 background

This text has black color on #471D30 background.


White color preview on #471D30 background

This text has white color on #471D30 background.