COLOR #5F4057

HEX: #5F4057 RGB: (95,64,87)

Color info

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

RGB color model

#5F4057 color RGB value is (95,64,87).

RGB: (95,64,87) (37%, 25%, 34%)

RGB channels and saturation

R 95 of 255 = 37%
G 64 of 255 = 25%
B 87 of 255 = 34%

95
64
87

R + G + B ~ 32%. #5F4057 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 64 + 87 = 246 (100%)
R 95 of 246 ~ 38.62%
G 64 of 246 ~ 26.02%
B 87 of 246 ~ 35.37'%

%38.62
%26.02
%35.37

CMYK color model

#5F4057 color CMYK value is (0,33,8,63).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 8.42%
  • key color value is 62.75%
CMYK: (0,33,8,63) C0M33Y8K63 (0%,33%,8%,63%) (0.00/0.33/0.08/0.63) 

CMYK percentages

%0
%32.63
%8.42
%62.75

Codes

Color #5F4057 in popluar color models

5F 40 57
RGB 95 64 87
HSL 315° 19.50% 31.18%
HSB/HSV 315° 32.63% 37.25%
CMYK 0.00% 32.63% 8.42%
62.75%

Color #5F4057 in popluar number systems.

HEX 5F 40 57
Decimal 95 64 87
Binary 1011111 1000000 1010111
Octal 137 100 127

Shades and tints

Shades of #5F4057

#5F4057
(95,64,87)
#573B50
(87,59,80)
#4F3649
(79,54,73)
#473142
(71,49,66)
#3F2C3B
(63,44,59)
#372734
(55,39,52)
#2F222D
(47,34,45)
#271D26
(39,29,38)
#1F181F
(31,24,31)
#171318
(23,19,24)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #5F4057

#5F4057
(95,64,87)
#6D5166
(109,81,102)
#7B6275
(123,98,117)
#897384
(137,115,132)
#978493
(151,132,147)
#A595A2
(165,149,162)
#B3A6B1
(179,166,177)
#C1B7C0
(193,183,192)
#CFC8CF
(207,200,207)
#DDD9DE
(221,217,222)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4057 color. Also use rgb(95,64,87) instead hex code.

Text Font Color

.myTextColor { color: #5F4057; }

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

This text font color is #5F4057.

Background Color

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

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

This div background color is #5F4057.

Border color

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

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

This div border color is #5F4057.

Opacity

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

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

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

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

This text has shadow with #5F4057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4057.

Preview

Color preview on black background

This text has color #5F4057 on black background.


Color preview on white background

This text has color #5F4057 on white background.


Black color preview on #5F4057 background

This text has black color on #5F4057 background.


White color preview on #5F4057 background

This text has white color on #5F4057 background.


Related colors

Complementary color

Complementary color for #hex is #A0BFA8.


I love getcolorcode.com

Triadic colors

1 #575F40 and #40575F with #5F4057 are triadic colors.

2 #57405F and #405F57 with #5F4057 are triadic colors.