COLOR #5F665D

HEX: #5F665D RGB: (95,102,93)

Color info

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

RGB color model

#5F665D color RGB value is (95,102,93).

RGB: (95,102,93) (37%, 40%, 36%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 93 of 255 = 36%

95
102
93

R + G + B ~ 38%. #5F665D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 102 + 93 = 290 (100%)
R 95 of 290 ~ 32.76%
G 102 of 290 ~ 35.17%
B 93 of 290 ~ 32.07'%

%32.76
%35.17
%32.07

CMYK color model

#5F665D color CMYK value is (7,0,9,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 60.00%

CMYK: (7,0,9,60)
C7M0Y9K60 (7%, 0%, 9%, 60%)
(0.07 / 0.00 / 0.09 / 0.60)

CMYK percentages

%6.86
%0
%8.82
%60

Codes

Color #5F665D in popluar color models

5F 66 5D
RGB 95 102 93
HSL 107° 4.62% 38.24%
HSB/HSV 107° 8.82% 40.00%
CMYK 6.86% 0.00% 8.82%
60.00%

Color #5F665D in popluar number systems.

HEX 5F 66 5D
Decimal 95 102 93
Binary 1011111 1100110 1011101
Octal 137 146 135

Shades and tints

Shades of #5F665D

#5F665D
(95,102,93)
#575D55
(87,93,85)
#4F544D
(79,84,77)
#474B45
(71,75,69)
#3F423D
(63,66,61)
#373935
(55,57,53)
#2F302D
(47,48,45)
#272725
(39,39,37)
#1F1E1D
(31,30,29)
#171515
(23,21,21)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F665D

#5F665D
(95,102,93)
#6D736B
(109,115,107)
#7B8079
(123,128,121)
#898D87
(137,141,135)
#979A95
(151,154,149)
#A5A7A3
(165,167,163)
#B3B4B1
(179,180,177)
#C1C1BF
(193,193,191)
#CFCECD
(207,206,205)
#DDDBDB
(221,219,219)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F665D; }

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

This text font color is #5F665D.

Background Color

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

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

This div background color is #5F665D.

Border color

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

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

This div border color is #5F665D.

Opacity

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

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

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

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

This text has shadow with #5F665D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F665D.

Preview

Color preview on black background

This text has color #5F665D on black background.


Color preview on white background

This text has color #5F665D on white background.


Black color preview on #5F665D background

This text has black color on #5F665D background.


White color preview on #5F665D background

This text has white color on #5F665D background.


Related colors

Complementary color

Complementary color for #hex is #A099A2.


I love getcolorcode.com

Triadic colors

1 #5D5F66 and #665D5F with #5F665D are triadic colors.

2 #5D665F and #665F5D with #5F665D are triadic colors.