COLOR #471C5F

HEX: #471C5F RGB: (71,28,95)

Color info

#471C5F contains mainly red and blue colors. Web safe color of #471C5F is #333366 (or #336).

RGB color model

#471C5F color RGB value is (71,28,95).

RGB: (71,28,95) (28%, 11%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 28 of 255 = 11%
B 95 of 255 = 37%

71
28
95

R + G + B ~ 25%. #471C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 28 + 95 = 194 (100%)
R 71 of 194 ~ 36.6%
G 28 of 194 ~ 14.43%
B 95 of 194 ~ 48.97'%

%36.6
%14.43
%48.97

CMYK color model

#471C5F color CMYK value is (25,71,0,63).

  • cyan value is 25.26%
  • magenta value is 70.53%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (25,71,0,63)
C25M71Y0K63 (25%, 71%, 0%, 63%)
(0.25 / 0.71 / 0.00 / 0.63)

CMYK percentages

%25.26
%70.53
%0
%62.75

Codes

Color #471C5F in popluar color models

47 1C 5F
RGB 71 28 95
HSL 279° 54.47% 24.12%
HSB/HSV 279° 70.53% 37.25%
CMYK 25.26% 70.53% 0.00%
62.75%

Color #471C5F in popluar number systems.

HEX 47 1C 5F
Decimal 71 28 95
Binary 1000111 11100 1011111
Octal 107 34 137

Shades and tints

Shades of #471C5F

#471C5F
(71,28,95)
#411A57
(65,26,87)
#3B184F
(59,24,79)
#351647
(53,22,71)
#2F143F
(47,20,63)
#291237
(41,18,55)
#23102F
(35,16,47)
#1D0E27
(29,14,39)
#170C1F
(23,12,31)
#110A17
(17,10,23)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #471C5F

#471C5F
(71,28,95)
#57306D
(87,48,109)
#67447B
(103,68,123)
#775889
(119,88,137)
#876C97
(135,108,151)
#9780A5
(151,128,165)
#A794B3
(167,148,179)
#B7A8C1
(183,168,193)
#C7BCCF
(199,188,207)
#D7D0DD
(215,208,221)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471C5F color. Also use rgb(71,28,95) instead hex code.

Text Font Color

.myTextColor { color: #471C5F; }

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

This text font color is #471C5F.

Background Color

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

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

This div background color is #471C5F.

Border color

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

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

This div border color is #471C5F.

Opacity

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

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

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

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

This text has shadow with #471C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471C5F.

Preview

Color preview on black background

This text has color #471C5F on black background.


Color preview on white background

This text has color #471C5F on white background.


Black color preview on #471C5F background

This text has black color on #471C5F background.


White color preview on #471C5F background

This text has white color on #471C5F background.


Related colors

Complementary color

Complementary color for #hex is #B8E3A0.


I love getcolorcode.com

Triadic colors

1 #5F471C and #1C5F47 with #471C5F are triadic colors.

2 #5F1C47 and #1C475F with #471C5F are triadic colors.