COLOR #5D6C65

HEX: #5D6C65
RGB: (93,108,101)

Color info

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

RGB color model

#5D6C65 color RGB value is (93,108,101).

  • red value is 93;
  • green value is 108;
  • blue value is 101.
RGB:
(93,108,101)
(36%,42%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 101 of 255 = 40%

93
108
101

R + G + B ~ 39%. #5D6C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 108 + 101 = 302 (100%)
R 93 of 302 ~ 30.79%
G 108 of 302 ~ 35.76%
B 101 of 302 ~ 33.44%

%30.79
%35.76
%33.44

CMYK color model

#5D6C65 color CMYK value is (14,0,6,58).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(14,0,6,58)
C14M0Y6K58 
(14%,0%,6%,58%)
(0.14/0.00/0.06/0.58)	

CMYK percentages

%13.89
%0
%6.48
%57.65

Codes

Color #5D6C65 in popluar color models

5D6C65
RGB93108101
HSL152°7.46%39.41%
HSB/HSV152°13.89%42.35%
CMYK13.89%0.00%6.48%
57.65%

Color #5D6C65 in popluar number systems.

HEX5D6C65
Decimal93108101
Binary101110111011001100101
Octal135154145

Shades and tints

Shades of #5D6C65

#5D6C65
(93,108,101)
#55635C
(85,99,92)
#4D5A53
(77,90,83)
#45514A
(69,81,74)
#3D4841
(61,72,65)
#353F38
(53,63,56)
#2D362F
(45,54,47)
#252D26
(37,45,38)
#1D241D
(29,36,29)
#151B14
(21,27,20)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #5D6C65

#5D6C65
(93,108,101)
#6B7973
(107,121,115)
#798681
(121,134,129)
#87938F
(135,147,143)
#95A09D
(149,160,157)
#A3ADAB
(163,173,171)
#B1BAB9
(177,186,185)
#BFC7C7
(191,199,199)
#CDD4D5
(205,212,213)
#DBE1E3
(219,225,227)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6C65 color. Also use rgb(93,108,101) instead hex code.

Text Font Color

.myTextColor { color: #5D6C65; }

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

This text font color is #5D6C65.


Background Color

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

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

This div background color is #5D6C65.


Border color

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

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

This div border color is #5D6C65.


Opacity

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

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

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

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

This text has shadow with #5D6C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6C65 on black background.


Color preview on white background

This text has color #5D6C65 on white background.



Black color preview on #5D6C65 background

This text has black color on #5D6C65 background.


White color preview on #5D6C65 background

This text has white color on #5D6C65 background.