COLOR #5D5962

HEX: #5D5962 RGB: (93,89,98)

Color info

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

RGB color model

#5D5962 color RGB value is (93,89,98).

RGB: (93,89,98) (36%, 35%, 38%)

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 98 of 255 = 38%

93
89
98

R + G + B ~ 36%. #5D5962 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 89 + 98 = 280 (100%)
R 93 of 280 ~ 33.21%
G 89 of 280 ~ 31.79%
B 98 of 280 ~ 35'%

%33.21
%31.79
%35

CMYK color model

#5D5962 color CMYK value is (5,9,0,62).

  • cyan value is 5.10%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (5,9,0,62)
C5M9Y0K62 (5%, 9%, 0%, 62%)
(0.05 / 0.09 / 0.00 / 0.62)

CMYK percentages

%5.1
%9.18
%0
%61.57

Codes

Color #5D5962 in popluar color models

5D 59 62
RGB 93 89 98
HSL 267° 4.81% 36.67%
HSB/HSV 267° 9.18% 38.43%
CMYK 5.10% 9.18% 0.00%
61.57%

Color #5D5962 in popluar number systems.

HEX 5D 59 62
Decimal 93 89 98
Binary 1011101 1011001 1100010
Octal 135 131 142

Shades and tints

Shades of #5D5962

#5D5962
(93,89,98)
#55515A
(85,81,90)
#4D4952
(77,73,82)
#45414A
(69,65,74)
#3D3942
(61,57,66)
#35313A
(53,49,58)
#2D2932
(45,41,50)
#25212A
(37,33,42)
#1D1922
(29,25,34)
#15111A
(21,17,26)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #5D5962

#5D5962
(93,89,98)
#6B6870
(107,104,112)
#79777E
(121,119,126)
#87868C
(135,134,140)
#95959A
(149,149,154)
#A3A4A8
(163,164,168)
#B1B3B6
(177,179,182)
#BFC2C4
(191,194,196)
#CDD1D2
(205,209,210)
#DBE0E0
(219,224,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5962 color. Also use rgb(93,89,98) instead hex code.

Text Font Color

.myTextColor { color: #5D5962; }

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

This text font color is #5D5962.

Background Color

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

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

This div background color is #5D5962.

Border color

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

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

This div border color is #5D5962.

Opacity

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

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

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

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

This text has shadow with #5D5962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5962.

Preview

Color preview on black background

This text has color #5D5962 on black background.


Color preview on white background

This text has color #5D5962 on white background.


Black color preview on #5D5962 background

This text has black color on #5D5962 background.


White color preview on #5D5962 background

This text has white color on #5D5962 background.


Related colors

Complementary color

Complementary color for #hex is #A2A69D.


I love getcolorcode.com

Triadic colors

1 #625D59 and #59625D with #5D5962 are triadic colors.

2 #62595D and #595D62 with #5D5962 are triadic colors.