COLOR #5F4171

HEX: #5F4171 RGB: (95,65,113)

Color info

#5F4171 contains red, green and blue colors in about the same proportion. Web safe color of #5F4171 is #663366 (or #636).

RGB color model

#5F4171 color RGB value is (95,65,113).

RGB: (95,65,113) (37%, 25%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 113 of 255 = 44%

95
65
113

R + G + B ~ 35%. #5F4171 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 65 + 113 = 273 (100%)
R 95 of 273 ~ 34.8%
G 65 of 273 ~ 23.81%
B 113 of 273 ~ 41.39'%

%34.8
%23.81
%41.39

CMYK color model

#5F4171 color CMYK value is (16,42,0,56).

  • cyan value is 15.93%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (16,42,0,56)
C16M42Y0K56 (16%, 42%, 0%, 56%)
(0.16 / 0.42 / 0.00 / 0.56)

CMYK percentages

%15.93
%42.48
%0
%55.69

Codes

Color #5F4171 in popluar color models

5F 41 71
RGB 95 65 113
HSL 278° 26.97% 34.90%
HSB/HSV 278° 42.48% 44.31%
CMYK 15.93% 42.48% 0.00%
55.69%

Color #5F4171 in popluar number systems.

HEX 5F 41 71
Decimal 95 65 113
Binary 1011111 1000001 1110001
Octal 137 101 161

Shades and tints

Shades of #5F4171

#5F4171
(95,65,113)
#573C67
(87,60,103)
#4F375D
(79,55,93)
#473253
(71,50,83)
#3F2D49
(63,45,73)
#37283F
(55,40,63)
#2F2335
(47,35,53)
#271E2B
(39,30,43)
#1F1921
(31,25,33)
#171417
(23,20,23)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F4171

#5F4171
(95,65,113)
#6D527D
(109,82,125)
#7B6389
(123,99,137)
#897495
(137,116,149)
#9785A1
(151,133,161)
#A596AD
(165,150,173)
#B3A7B9
(179,167,185)
#C1B8C5
(193,184,197)
#CFC9D1
(207,201,209)
#DDDADD
(221,218,221)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4171 color. Also use rgb(95,65,113) instead hex code.

Text Font Color

.myTextColor { color: #5F4171; }

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

This text font color is #5F4171.

Background Color

.myBgColor { background-color: #5F4171; }

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

This div background color is #5F4171.

Border color

.myBorderColor { border: 1px solid #5F4171; }

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

This div border color is #5F4171.

Opacity

.myOpacity80 { color: #5F4171; opacity: 0.8; }

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

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

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

This text has shadow with #5F4171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4171.

Preview

Color preview on black background

This text has color #5F4171 on black background.


Color preview on white background

This text has color #5F4171 on white background.


Black color preview on #5F4171 background

This text has black color on #5F4171 background.


White color preview on #5F4171 background

This text has white color on #5F4171 background.


Related colors

Complementary color

Complementary color for #hex is #A0BE8E.


I love getcolorcode.com

Triadic colors

1 #715F41 and #41715F with #5F4171 are triadic colors.

2 #71415F and #415F71 with #5F4171 are triadic colors.