COLOR #471A3C

HEX: #471A3C RGB: (71,26,60)

Color info

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

RGB color model

#471A3C color RGB value is (71,26,60).

RGB: (71,26,60) (28%, 10%, 24%)

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 60 of 255 = 24%

71
26
60

R + G + B ~ 21%. #471A3C is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 26 + 60 = 157 (100%)
R 71 of 157 ~ 45.22%
G 26 of 157 ~ 16.56%
B 60 of 157 ~ 38.22'%

%45.22
%16.56
%38.22

CMYK color model

#471A3C color CMYK value is (0,63,15,72).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 15.49%
  • key color value is 72.16%

CMYK: (0,63,15,72)
C0M63Y15K72 (0%, 63%, 15%, 72%)
(0.00 / 0.63 / 0.15 / 0.72)

CMYK percentages

%0
%63.38
%15.49
%72.16

Codes

Color #471A3C in popluar color models

47 1A 3C
RGB 71 26 60
HSL 315° 46.39% 19.02%
HSB/HSV 315° 63.38% 27.84%
CMYK 0.00% 63.38% 15.49%
72.16%

Color #471A3C in popluar number systems.

HEX 47 1A 3C
Decimal 71 26 60
Binary 1000111 11010 111100
Octal 107 32 74

Shades and tints

Shades of #471A3C

#471A3C
(71,26,60)
#411837
(65,24,55)
#3B1632
(59,22,50)
#35142D
(53,20,45)
#2F1228
(47,18,40)
#291023
(41,16,35)
#230E1E
(35,14,30)
#1D0C19
(29,12,25)
#170A14
(23,10,20)
#11080F
(17,8,15)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #471A3C

#471A3C
(71,26,60)
#572E4D
(87,46,77)
#67425E
(103,66,94)
#77566F
(119,86,111)
#876A80
(135,106,128)
#977E91
(151,126,145)
#A792A2
(167,146,162)
#B7A6B3
(183,166,179)
#C7BAC4
(199,186,196)
#D7CED5
(215,206,213)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A3C; }

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

This text font color is #471A3C.

Background Color

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

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

This div background color is #471A3C.

Border color

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

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

This div border color is #471A3C.

Opacity

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

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

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

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

This text has shadow with #471A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471A3C.

Preview

Color preview on black background

This text has color #471A3C on black background.


Color preview on white background

This text has color #471A3C on white background.


Black color preview on #471A3C background

This text has black color on #471A3C background.


White color preview on #471A3C background

This text has white color on #471A3C background.


Related colors

Complementary color

Complementary color for #hex is #B8E5C3.


I love getcolorcode.com

Triadic colors

1 #3C471A and #1A3C47 with #471A3C are triadic colors.

2 #3C1A47 and #1A473C with #471A3C are triadic colors.