COLOR #5F4371

HEX: #5F4371 RGB: (95,67,113)

Color info

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

RGB color model

#5F4371 color RGB value is (95,67,113).

RGB: (95,67,113) (37%, 26%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 67 of 255 = 26%
B 113 of 255 = 44%

95
67
113

R + G + B ~ 36%. #5F4371 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 67 + 113 = 275 (100%)
R 95 of 275 ~ 34.55%
G 67 of 275 ~ 24.36%
B 113 of 275 ~ 41.09'%

%34.55
%24.36
%41.09

CMYK color model

#5F4371 color CMYK value is (16,41,0,56).

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

CMYK: (16,41,0,56)
C16M41Y0K56 (16%, 41%, 0%, 56%)
(0.16 / 0.41 / 0.00 / 0.56)

CMYK percentages

%15.93
%40.71
%0
%55.69

Codes

Color #5F4371 in popluar color models

5F 43 71
RGB 95 67 113
HSL 277° 25.56% 35.29%
HSB/HSV 277° 40.71% 44.31%
CMYK 15.93% 40.71% 0.00%
55.69%

Color #5F4371 in popluar number systems.

HEX 5F 43 71
Decimal 95 67 113
Binary 1011111 1000011 1110001
Octal 137 103 161

Shades and tints

Shades of #5F4371

#5F4371
(95,67,113)
#573D67
(87,61,103)
#4F375D
(79,55,93)
#473153
(71,49,83)
#3F2B49
(63,43,73)
#37253F
(55,37,63)
#2F1F35
(47,31,53)
#27192B
(39,25,43)
#1F1321
(31,19,33)
#170D17
(23,13,23)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #5F4371

#5F4371
(95,67,113)
#6D547D
(109,84,125)
#7B6589
(123,101,137)
#897695
(137,118,149)
#9787A1
(151,135,161)
#A598AD
(165,152,173)
#B3A9B9
(179,169,185)
#C1BAC5
(193,186,197)
#CFCBD1
(207,203,209)
#DDDCDD
(221,220,221)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4371; }

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

This text font color is #5F4371.

Background Color

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

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

This div background color is #5F4371.

Border color

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

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

This div border color is #5F4371.

Opacity

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

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

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

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

This text has shadow with #5F4371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4371.

Preview

Color preview on black background

This text has color #5F4371 on black background.


Color preview on white background

This text has color #5F4371 on white background.


Black color preview on #5F4371 background

This text has black color on #5F4371 background.


White color preview on #5F4371 background

This text has white color on #5F4371 background.


Related colors

Complementary color

Complementary color for #hex is #A0BC8E.


I love getcolorcode.com

Triadic colors

1 #715F43 and #43715F with #5F4371 are triadic colors.

2 #71435F and #435F71 with #5F4371 are triadic colors.