COLOR #471A34

HEX: #471A34
RGB: (71,26,52)

Color info

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

RGB color model

#471A34 color RGB value is (71,26,52).

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

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 52 of 255 = 20%

71
26
52

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

Portions of RGB colors in percentages

R + G + B =
71 + 26 + 52 = 149 (100%)
R 71 of 149 ~ 47.65%
G 26 of 149 ~ 17.45%
B 52 of 149 ~ 34.9%

%47.65
%17.45
%34.9

CMYK color model

#471A34 color CMYK value is (0,63,27,72).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK: (0,63,27,72) C0M63Y27K72 (0%,63%,27%,72%) (0.00/0.63/0.27/0.72)

CMYK percentages

%0
%63.38
%26.76
%72.16

Codes

Color #471A34 in popluar color models

471A34
RGB712652
HSL325°46.39%19.02%
HSB/HSV325°63.38%27.84%
CMYK0.00%63.38%26.76%
72.16%

Color #471A34 in popluar number systems.

HEX471A34
Decimal712652
Binary100011111010110100
Octal1073264

Shades and tints

Shades of #471A34

#471A34
(71,26,52)
#411830
(65,24,48)
#3B162C
(59,22,44)
#351428
(53,20,40)
#2F1224
(47,18,36)
#291020
(41,16,32)
#230E1C
(35,14,28)
#1D0C18
(29,12,24)
#170A14
(23,10,20)
#110810
(17,8,16)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #471A34

#471A34
(71,26,52)
#572E46
(87,46,70)
#674258
(103,66,88)
#77566A
(119,86,106)
#876A7C
(135,106,124)
#977E8E
(151,126,142)
#A792A0
(167,146,160)
#B7A6B2
(183,166,178)
#C7BAC4
(199,186,196)
#D7CED6
(215,206,214)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A34; }

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

This text font color is #471A34.


Background Color

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

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

This div background color is #471A34.


Border color

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

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

This div border color is #471A34.


Opacity

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

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

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

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

This text has shadow with #471A34 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #471A34 on black background.


Color preview on white background

This text has color #471A34 on white background.



Black color preview on #471A34 background

This text has black color on #471A34 background.


White color preview on #471A34 background

This text has white color on #471A34 background.