COLOR #5F5851

HEX: #5F5851 RGB: (95,88,81)

Color info

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

RGB color model

#5F5851 color RGB value is (95,88,81).

RGB: (95,88,81) (37%, 35%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 81 of 255 = 32%

95
88
81

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

Portions of RGB colors in percentages

R + G + B = 95 + 88 + 81 = 264 (100%)
R 95 of 264 ~ 35.98%
G 88 of 264 ~ 33.33%
B 81 of 264 ~ 30.68'%

%35.98
%33.33
%30.68

CMYK color model

#5F5851 color CMYK value is (0,7,15,63).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 14.74%
  • key color value is 62.75%

CMYK: (0,7,15,63)
C0M7Y15K63 (0%, 7%, 15%, 63%)
(0.00 / 0.07 / 0.15 / 0.63)

CMYK percentages

%0
%7.37
%14.74
%62.75

Codes

Color #5F5851 in popluar color models

5F 58 51
RGB 95 88 81
HSL 30° 7.95% 34.51%
HSB/HSV 30° 14.74% 37.25%
CMYK 0.00% 7.37% 14.74%
62.75%

Color #5F5851 in popluar number systems.

HEX 5F 58 51
Decimal 95 88 81
Binary 1011111 1011000 1010001
Octal 137 130 121

Shades and tints

Shades of #5F5851

#5F5851
(95,88,81)
#57504A
(87,80,74)
#4F4843
(79,72,67)
#47403C
(71,64,60)
#3F3835
(63,56,53)
#37302E
(55,48,46)
#2F2827
(47,40,39)
#272020
(39,32,32)
#1F1819
(31,24,25)
#171012
(23,16,18)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #5F5851

#5F5851
(95,88,81)
#6D6760
(109,103,96)
#7B766F
(123,118,111)
#89857E
(137,133,126)
#97948D
(151,148,141)
#A5A39C
(165,163,156)
#B3B2AB
(179,178,171)
#C1C1BA
(193,193,186)
#CFD0C9
(207,208,201)
#DDDFD8
(221,223,216)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5851 color. Also use rgb(95,88,81) instead hex code.

Text Font Color

.myTextColor { color: #5F5851; }

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

This text font color is #5F5851.

Background Color

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

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

This div background color is #5F5851.

Border color

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

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

This div border color is #5F5851.

Opacity

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

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

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

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

This text has shadow with #5F5851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5851.

Preview

Color preview on black background

This text has color #5F5851 on black background.


Color preview on white background

This text has color #5F5851 on white background.


Black color preview on #5F5851 background

This text has black color on #5F5851 background.


White color preview on #5F5851 background

This text has white color on #5F5851 background.


Related colors

Complementary color

Complementary color for #hex is #A0A7AE.


I love getcolorcode.com

Triadic colors

1 #515F58 and #58515F with #5F5851 are triadic colors.

2 #51585F and #585F51 with #5F5851 are triadic colors.