COLOR #5F655A

HEX: #5F655A
RGB: (95,101,90)

Color info

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

RGB color model

#5F655A color RGB value is (95,101,90).

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

RGB channels and saturation

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

95
101
90

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

Portions of RGB colors in percentages

R + G + B =
95 + 101 + 90 = 286 (100%)
R 95 of 286 ~ 33.22%
G 101 of 286 ~ 35.31%
B 90 of 286 ~ 31.47%

%33.22
%35.31
%31.47

CMYK color model

#5F655A color CMYK value is (6,0,11,60).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 60.39%
CMYK:
(6,0,11,60)
C6M0Y11K60 
(6%,0%,11%,60%)
(0.06/0.00/0.11/0.60)	

CMYK percentages

%5.94
%0
%10.89
%60.39

Codes

Color #5F655A in popluar color models

5F655A
RGB9510190
HSL93°5.76%37.45%
HSB/HSV93°10.89%39.61%
CMYK5.94%0.00%10.89%
60.39%

Color #5F655A in popluar number systems.

HEX5F655A
Decimal9510190
Binary101111111001011011010
Octal137145132

Shades and tints

Shades of #5F655A

#5F655A
(95,101,90)
#575C52
(87,92,82)
#4F534A
(79,83,74)
#474A42
(71,74,66)
#3F413A
(63,65,58)
#373832
(55,56,50)
#2F2F2A
(47,47,42)
#272622
(39,38,34)
#1F1D1A
(31,29,26)
#171412
(23,20,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #5F655A

#5F655A
(95,101,90)
#6D7369
(109,115,105)
#7B8178
(123,129,120)
#898F87
(137,143,135)
#979D96
(151,157,150)
#A5ABA5
(165,171,165)
#B3B9B4
(179,185,180)
#C1C7C3
(193,199,195)
#CFD5D2
(207,213,210)
#DDE3E1
(221,227,225)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F655A; }

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

This text font color is #5F655A.


Background Color

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

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

This div background color is #5F655A.


Border color

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

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

This div border color is #5F655A.


Opacity

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

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

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

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

This text has shadow with #5F655A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F655A on black background.


Color preview on white background

This text has color #5F655A on white background.



Black color preview on #5F655A background

This text has black color on #5F655A background.


White color preview on #5F655A background

This text has white color on #5F655A background.