COLOR #5F635D

HEX: #5F635D
RGB: (95,99,93)

Color info

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

RGB color model

#5F635D color RGB value is (95,99,93).

  • red value is 95;
  • green value is 99;
  • blue value is 93.
RGB:
(95,99,93)
(37%,39%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 93 of 255 = 36%

95
99
93

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 93 = 287 (100%)
R 95 of 287 ~ 33.1%
G 99 of 287 ~ 34.49%
B 93 of 287 ~ 32.4%

%33.1
%34.49
%32.4

CMYK color model

#5F635D color CMYK value is (4,0,6,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(4,0,6,61)
C4M0Y6K61 
(4%,0%,6%,61%)
(0.04/0.00/0.06/0.61)	

CMYK percentages

%4.04
%0
%6.06
%61.18

Codes

Color #5F635D in popluar color models

5F635D
RGB959993
HSL100°3.13%37.65%
HSB/HSV100°6.06%38.82%
CMYK4.04%0.00%6.06%
61.18%

Color #5F635D in popluar number systems.

HEX5F635D
Decimal959993
Binary101111111000111011101
Octal137143135

Shades and tints

Shades of #5F635D

#5F635D
(95,99,93)
#575A55
(87,90,85)
#4F514D
(79,81,77)
#474845
(71,72,69)
#3F3F3D
(63,63,61)
#373635
(55,54,53)
#2F2D2D
(47,45,45)
#272425
(39,36,37)
#1F1B1D
(31,27,29)
#171215
(23,18,21)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #5F635D

#5F635D
(95,99,93)
#6D716B
(109,113,107)
#7B7F79
(123,127,121)
#898D87
(137,141,135)
#979B95
(151,155,149)
#A5A9A3
(165,169,163)
#B3B7B1
(179,183,177)
#C1C5BF
(193,197,191)
#CFD3CD
(207,211,205)
#DDE1DB
(221,225,219)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F635D; }

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

This text font color is #5F635D.


Background Color

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

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

This div background color is #5F635D.


Border color

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

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

This div border color is #5F635D.


Opacity

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

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

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

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

This text has shadow with #5F635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F635D on black background.


Color preview on white background

This text has color #5F635D on white background.



Black color preview on #5F635D background

This text has black color on #5F635D background.


White color preview on #5F635D background

This text has white color on #5F635D background.