COLOR #5F5653

HEX: #5F5653 RGB: (95,86,83)

Color info

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

RGB color model

#5F5653 color RGB value is (95,86,83).

RGB: (95,86,83) (37%, 34%, 33%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 83 of 255 = 33%

95
86
83

R + G + B ~ 35%. #5F5653 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 86 + 83 = 264 (100%)
R 95 of 264 ~ 35.98%
G 86 of 264 ~ 32.58%
B 83 of 264 ~ 31.44'%

%35.98
%32.58
%31.44

CMYK color model

#5F5653 color CMYK value is (0,9,13,63).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 12.63%
  • key color value is 62.75%

CMYK: (0,9,13,63)
C0M9Y13K63 (0%, 9%, 13%, 63%)
(0.00 / 0.09 / 0.13 / 0.63)

CMYK percentages

%0
%9.47
%12.63
%62.75

Codes

Color #5F5653 in popluar color models

5F 56 53
RGB 95 86 83
HSL 15° 6.74% 34.90%
HSB/HSV 15° 12.63% 37.25%
CMYK 0.00% 9.47% 12.63%
62.75%

Color #5F5653 in popluar number systems.

HEX 5F 56 53
Decimal 95 86 83
Binary 1011111 1010110 1010011
Octal 137 126 123

Shades and tints

Shades of #5F5653

#5F5653
(95,86,83)
#574F4C
(87,79,76)
#4F4845
(79,72,69)
#47413E
(71,65,62)
#3F3A37
(63,58,55)
#373330
(55,51,48)
#2F2C29
(47,44,41)
#272522
(39,37,34)
#1F1E1B
(31,30,27)
#171714
(23,23,20)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #5F5653

#5F5653
(95,86,83)
#6D6562
(109,101,98)
#7B7471
(123,116,113)
#898380
(137,131,128)
#97928F
(151,146,143)
#A5A19E
(165,161,158)
#B3B0AD
(179,176,173)
#C1BFBC
(193,191,188)
#CFCECB
(207,206,203)
#DDDDDA
(221,221,218)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5653 color. Also use rgb(95,86,83) instead hex code.

Text Font Color

.myTextColor { color: #5F5653; }

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

This text font color is #5F5653.

Background Color

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

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

This div background color is #5F5653.

Border color

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

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

This div border color is #5F5653.

Opacity

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

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

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

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

This text has shadow with #5F5653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5653.

Preview

Color preview on black background

This text has color #5F5653 on black background.


Color preview on white background

This text has color #5F5653 on white background.


Black color preview on #5F5653 background

This text has black color on #5F5653 background.


White color preview on #5F5653 background

This text has white color on #5F5653 background.


Related colors

Complementary color

Complementary color for #hex is #A0A9AC.


I love getcolorcode.com

Triadic colors

1 #535F56 and #56535F with #5F5653 are triadic colors.

2 #53565F and #565F53 with #5F5653 are triadic colors.