COLOR #471534

HEX: #471534
RGB: (71,21,52)

Color info

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

RGB color model

#471534 color RGB value is (71,21,52).

  • red value is 71;
  • green value is 21;
  • blue value is 52.
RGB:
(71,21,52)
(28%,8%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 21 of 255 = 8%
B 52 of 255 = 20%

71
21
52

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

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 52 = 144 (100%)
R 71 of 144 ~ 49.31%
G 21 of 144 ~ 14.58%
B 52 of 144 ~ 36.11%

%49.31
%14.58
%36.11

CMYK color model

#471534 color CMYK value is (0,70,27,72).

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK:
(0,70,27,72)
C0M70Y27K72 
(0%,70%,27%,72%)
(0.00/0.70/0.27/0.72)	

CMYK percentages

%0
%70.42
%26.76
%72.16

Codes

Color #471534 in popluar color models

471534
RGB712152
HSL323°54.35%18.04%
HSB/HSV323°70.42%27.84%
CMYK0.00%70.42%26.76%
72.16%

Color #471534 in popluar number systems.

HEX471534
Decimal712152
Binary100011110101110100
Octal1072564

Shades and tints

Shades of #471534

#471534
(71,21,52)
#411430
(65,20,48)
#3B132C
(59,19,44)
#351228
(53,18,40)
#2F1124
(47,17,36)
#291020
(41,16,32)
#230F1C
(35,15,28)
#1D0E18
(29,14,24)
#170D14
(23,13,20)
#110C10
(17,12,16)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #471534

#471534
(71,21,52)
#572A46
(87,42,70)
#673F58
(103,63,88)
#77546A
(119,84,106)
#87697C
(135,105,124)
#977E8E
(151,126,142)
#A793A0
(167,147,160)
#B7A8B2
(183,168,178)
#C7BDC4
(199,189,196)
#D7D2D6
(215,210,214)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471534 color. Also use rgb(71,21,52) instead hex code.

Text Font Color

.myTextColor { color: #471534; }

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

This text font color is #471534.


Background Color

.myBgColor { background-color: #471534; }

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

This div background color is #471534.


Border color

.myBorderColor { border: 1px solid #471534; }

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

This div border color is #471534.


Opacity

.myOpacity80 { color: #471534; opacity: 0.8; }

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

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

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

This text has shadow with #471534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471534 on black background.


Color preview on white background

This text has color #471534 on white background.



Black color preview on #471534 background

This text has black color on #471534 background.


White color preview on #471534 background

This text has white color on #471534 background.