COLOR #5F665A

HEX: #5F665A
RGB: (95,102,90)

Color info

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

RGB color model

#5F665A color RGB value is (95,102,90).

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

RGB channels and saturation

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

95
102
90

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 90 = 287 (100%)
R 95 of 287 ~ 33.1%
G 102 of 287 ~ 35.54%
B 90 of 287 ~ 31.36%

%33.1
%35.54
%31.36

CMYK color model

#5F665A color CMYK value is (7,0,12,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(7,0,12,60)
C7M0Y12K60 
(7%,0%,12%,60%)
(0.07/0.00/0.12/0.60)	

CMYK percentages

%6.86
%0
%11.76
%60

Codes

Color #5F665A in popluar color models

5F665A
RGB9510290
HSL95°6.25%37.65%
HSB/HSV95°11.76%40.00%
CMYK6.86%0.00%11.76%
60.00%

Color #5F665A in popluar number systems.

HEX5F665A
Decimal9510290
Binary101111111001101011010
Octal137146132

Shades and tints

Shades of #5F665A

#5F665A
(95,102,90)
#575D52
(87,93,82)
#4F544A
(79,84,74)
#474B42
(71,75,66)
#3F423A
(63,66,58)
#373932
(55,57,50)
#2F302A
(47,48,42)
#272722
(39,39,34)
#1F1E1A
(31,30,26)
#171512
(23,21,18)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #5F665A

#5F665A
(95,102,90)
#6D7369
(109,115,105)
#7B8078
(123,128,120)
#898D87
(137,141,135)
#979A96
(151,154,150)
#A5A7A5
(165,167,165)
#B3B4B4
(179,180,180)
#C1C1C3
(193,193,195)
#CFCED2
(207,206,210)
#DDDBE1
(221,219,225)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F665A; }

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

This text font color is #5F665A.


Background Color

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

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

This div background color is #5F665A.


Border color

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

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

This div border color is #5F665A.


Opacity

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

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

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

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

This text has shadow with #5F665A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F665A on black background.


Color preview on white background

This text has color #5F665A on white background.



Black color preview on #5F665A background

This text has black color on #5F665A background.


White color preview on #5F665A background

This text has white color on #5F665A background.