COLOR #471A3F

HEX: #471A3F RGB: (71,26,63)

Color info

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

RGB color model

#471A3F color RGB value is (71,26,63).

RGB: (71,26,63) (28%, 10%, 25%)

RGB channels and saturation

R 71 of 255 = 28%
G 26 of 255 = 10%
B 63 of 255 = 25%

71
26
63

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

Portions of RGB colors in percentages

R + G + B = 71 + 26 + 63 = 160 (100%)
R 71 of 160 ~ 44.38%
G 26 of 160 ~ 16.25%
B 63 of 160 ~ 39.38'%

%44.38
%16.25
%39.38

CMYK color model

#471A3F color CMYK value is (0,63,11,72).

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

CMYK: (0,63,11,72)
C0M63Y11K72 (0%, 63%, 11%, 72%)
(0.00 / 0.63 / 0.11 / 0.72)

CMYK percentages

%0
%63.38
%11.27
%72.16

Codes

Color #471A3F in popluar color models

47 1A 3F
RGB 71 26 63
HSL 311° 46.39% 19.02%
HSB/HSV 311° 63.38% 27.84%
CMYK 0.00% 63.38% 11.27%
72.16%

Color #471A3F in popluar number systems.

HEX 47 1A 3F
Decimal 71 26 63
Binary 1000111 11010 111111
Octal 107 32 77

Shades and tints

Shades of #471A3F

#471A3F
(71,26,63)
#41183A
(65,24,58)
#3B1635
(59,22,53)
#351430
(53,20,48)
#2F122B
(47,18,43)
#291026
(41,16,38)
#230E21
(35,14,33)
#1D0C1C
(29,12,28)
#170A17
(23,10,23)
#110812
(17,8,18)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #471A3F

#471A3F
(71,26,63)
#572E50
(87,46,80)
#674261
(103,66,97)
#775672
(119,86,114)
#876A83
(135,106,131)
#977E94
(151,126,148)
#A792A5
(167,146,165)
#B7A6B6
(183,166,182)
#C7BAC7
(199,186,199)
#D7CED8
(215,206,216)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A3F; }

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

This text font color is #471A3F.

Background Color

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

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

This div background color is #471A3F.

Border color

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

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

This div border color is #471A3F.

Opacity

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

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

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

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

This text has shadow with #471A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471A3F.

Preview

Color preview on black background

This text has color #471A3F on black background.


Color preview on white background

This text has color #471A3F on white background.


Black color preview on #471A3F background

This text has black color on #471A3F background.


White color preview on #471A3F background

This text has white color on #471A3F background.


Related colors

Complementary color

Complementary color for #hex is #B8E5C0.


I love getcolorcode.com

Triadic colors

1 #3F471A and #1A3F47 with #471A3F are triadic colors.

2 #3F1A47 and #1A473F with #471A3F are triadic colors.