COLOR #5F6058

HEX: #5F6058 RGB: (95,96,88)

Color info

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

RGB color model

#5F6058 color RGB value is (95,96,88).

RGB: (95,96,88) (37%, 38%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 96 of 255 = 38%
B 88 of 255 = 35%

95
96
88

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

Portions of RGB colors in percentages

R + G + B = 95 + 96 + 88 = 279 (100%)
R 95 of 279 ~ 34.05%
G 96 of 279 ~ 34.41%
B 88 of 279 ~ 31.54'%

%34.05
%34.41
%31.54

CMYK color model

#5F6058 color CMYK value is (1,0,8,62).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 62.35%

CMYK: (1,0,8,62)
C1M0Y8K62 (1%, 0%, 8%, 62%)
(0.01 / 0.00 / 0.08 / 0.62)

CMYK percentages

%1.04
%0
%8.33
%62.35

Codes

Color #5F6058 in popluar color models

5F 60 58
RGB 95 96 88
HSL 68° 4.35% 36.08%
HSB/HSV 68° 8.33% 37.65%
CMYK 1.04% 0.00% 8.33%
62.35%

Color #5F6058 in popluar number systems.

HEX 5F 60 58
Decimal 95 96 88
Binary 1011111 1100000 1011000
Octal 137 140 130

Shades and tints

Shades of #5F6058

#5F6058
(95,96,88)
#575850
(87,88,80)
#4F5048
(79,80,72)
#474840
(71,72,64)
#3F4038
(63,64,56)
#373830
(55,56,48)
#2F3028
(47,48,40)
#272820
(39,40,32)
#1F2018
(31,32,24)
#171810
(23,24,16)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #5F6058

#5F6058
(95,96,88)
#6D6E67
(109,110,103)
#7B7C76
(123,124,118)
#898A85
(137,138,133)
#979894
(151,152,148)
#A5A6A3
(165,166,163)
#B3B4B2
(179,180,178)
#C1C2C1
(193,194,193)
#CFD0D0
(207,208,208)
#DDDEDF
(221,222,223)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6058; }

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

This text font color is #5F6058.

Background Color

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

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

This div background color is #5F6058.

Border color

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

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

This div border color is #5F6058.

Opacity

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

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

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

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

This text has shadow with #5F6058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6058.

Preview

Color preview on black background

This text has color #5F6058 on black background.


Color preview on white background

This text has color #5F6058 on white background.


Black color preview on #5F6058 background

This text has black color on #5F6058 background.


White color preview on #5F6058 background

This text has white color on #5F6058 background.


Related colors

Complementary color

Complementary color for #hex is #A09FA7.


I love getcolorcode.com

Triadic colors

1 #585F60 and #60585F with #5F6058 are triadic colors.

2 #58605F and #605F58 with #5F6058 are triadic colors.