COLOR #5F6659

HEX: #5F6659
RGB: (95,102,89)

Color info

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

RGB color model

#5F6659 color RGB value is (95,102,89).

  • red value is 95;
  • green value is 102;
  • blue value is 89.
RGB:
(95,102,89)
(37%,40%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 89 of 255 = 35%

95
102
89

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 89 = 286 (100%)
R 95 of 286 ~ 33.22%
G 102 of 286 ~ 35.66%
B 89 of 286 ~ 31.12%

%33.22
%35.66
%31.12

CMYK color model

#5F6659 color CMYK value is (7,0,13,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(7,0,13,60)
C7M0Y13K60 
(7%,0%,13%,60%)
(0.07/0.00/0.13/0.60)	

CMYK percentages

%6.86
%0
%12.75
%60

Codes

Color #5F6659 in popluar color models

5F6659
RGB9510289
HSL92°6.81%37.45%
HSB/HSV92°12.75%40.00%
CMYK6.86%0.00%12.75%
60.00%

Color #5F6659 in popluar number systems.

HEX5F6659
Decimal9510289
Binary101111111001101011001
Octal137146131

Shades and tints

Shades of #5F6659

#5F6659
(95,102,89)
#575D51
(87,93,81)
#4F5449
(79,84,73)
#474B41
(71,75,65)
#3F4239
(63,66,57)
#373931
(55,57,49)
#2F3029
(47,48,41)
#272721
(39,39,33)
#1F1E19
(31,30,25)
#171511
(23,21,17)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #5F6659

#5F6659
(95,102,89)
#6D7368
(109,115,104)
#7B8077
(123,128,119)
#898D86
(137,141,134)
#979A95
(151,154,149)
#A5A7A4
(165,167,164)
#B3B4B3
(179,180,179)
#C1C1C2
(193,193,194)
#CFCED1
(207,206,209)
#DDDBE0
(221,219,224)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6659; }

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

This text font color is #5F6659.


Background Color

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

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

This div background color is #5F6659.


Border color

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

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

This div border color is #5F6659.


Opacity

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

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

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

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

This text has shadow with #5F6659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6659 on black background.


Color preview on white background

This text has color #5F6659 on white background.



Black color preview on #5F6659 background

This text has black color on #5F6659 background.


White color preview on #5F6659 background

This text has white color on #5F6659 background.