COLOR #5F6159

HEX: #5F6159 RGB: (95,97,89)

Color info

#5F6159 contains red, green and blue colors in about the same proportion. Web safe color of #5F6159 is #666666 (or #666).

RGB color model

#5F6159 color RGB value is (95,97,89).

RGB: (95,97,89) (37%, 38%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 89 of 255 = 35%

95
97
89

R + G + B ~ 37%. #5F6159 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 97 + 89 = 281 (100%)
R 95 of 281 ~ 33.81%
G 97 of 281 ~ 34.52%
B 89 of 281 ~ 31.67'%

%33.81
%34.52
%31.67

CMYK color model

#5F6159 color CMYK value is (2,0,8,62).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 61.96%

CMYK: (2,0,8,62)
C2M0Y8K62 (2%, 0%, 8%, 62%)
(0.02 / 0.00 / 0.08 / 0.62)

CMYK percentages

%2.06
%0
%8.25
%61.96

Codes

Color #5F6159 in popluar color models

5F 61 59
RGB 95 97 89
HSL 75° 4.30% 36.47%
HSB/HSV 75° 8.25% 38.04%
CMYK 2.06% 0.00% 8.25%
61.96%

Color #5F6159 in popluar number systems.

HEX 5F 61 59
Decimal 95 97 89
Binary 1011111 1100001 1011001
Octal 137 141 131

Shades and tints

Shades of #5F6159

#5F6159
(95,97,89)
#575951
(87,89,81)
#4F5149
(79,81,73)
#474941
(71,73,65)
#3F4139
(63,65,57)
#373931
(55,57,49)
#2F3129
(47,49,41)
#272921
(39,41,33)
#1F2119
(31,33,25)
#171911
(23,25,17)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #5F6159

#5F6159
(95,97,89)
#6D6F68
(109,111,104)
#7B7D77
(123,125,119)
#898B86
(137,139,134)
#979995
(151,153,149)
#A5A7A4
(165,167,164)
#B3B5B3
(179,181,179)
#C1C3C2
(193,195,194)
#CFD1D1
(207,209,209)
#DDDFE0
(221,223,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6159 color. Also use rgb(95,97,89) instead hex code.

Text Font Color

.myTextColor { color: #5F6159; }

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

This text font color is #5F6159.

Background Color

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

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

This div background color is #5F6159.

Border color

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

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

This div border color is #5F6159.

Opacity

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

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

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

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

This text has shadow with #5F6159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6159.

Preview

Color preview on black background

This text has color #5F6159 on black background.


Color preview on white background

This text has color #5F6159 on white background.


Black color preview on #5F6159 background

This text has black color on #5F6159 background.


White color preview on #5F6159 background

This text has white color on #5F6159 background.


Related colors

Complementary color

Complementary color for #hex is #A09EA6.


I love getcolorcode.com

Triadic colors

1 #595F61 and #61595F with #5F6159 are triadic colors.

2 #59615F and #615F59 with #5F6159 are triadic colors.