COLOR #5D6E65

HEX: #5D6E65 RGB: (93,110,101)

Color info

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

RGB color model

#5D6E65 color RGB value is (93,110,101).

RGB: (93,110,101) (36%, 43%, 40%)

RGB channels and saturation

R 93 of 255 = 36%
G 110 of 255 = 43%
B 101 of 255 = 40%

93
110
101

R + G + B ~ 40%. #5D6E65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 93 + 110 + 101 = 304 (100%)
R 93 of 304 ~ 30.59%
G 110 of 304 ~ 36.18%
B 101 of 304 ~ 33.22'%

%30.59
%36.18
%33.22

CMYK color model

#5D6E65 color CMYK value is (15,0,8,57).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 56.86%

CMYK: (15,0,8,57)
C15M0Y8K57 (15%, 0%, 8%, 57%)
(0.15 / 0.00 / 0.08 / 0.57)

CMYK percentages

%15.45
%0
%8.18
%56.86

Codes

Color #5D6E65 in popluar color models

5D 6E 65
RGB 93 110 101
HSL 148° 8.37% 39.80%
HSB/HSV 148° 15.45% 43.14%
CMYK 15.45% 0.00% 8.18%
56.86%

Color #5D6E65 in popluar number systems.

HEX 5D 6E 65
Decimal 93 110 101
Binary 1011101 1101110 1100101
Octal 135 156 145

Shades and tints

Shades of #5D6E65

#5D6E65
(93,110,101)
#55645C
(85,100,92)
#4D5A53
(77,90,83)
#45504A
(69,80,74)
#3D4641
(61,70,65)
#353C38
(53,60,56)
#2D322F
(45,50,47)
#252826
(37,40,38)
#1D1E1D
(29,30,29)
#151414
(21,20,20)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #5D6E65

#5D6E65
(93,110,101)
#6B7B73
(107,123,115)
#798881
(121,136,129)
#87958F
(135,149,143)
#95A29D
(149,162,157)
#A3AFAB
(163,175,171)
#B1BCB9
(177,188,185)
#BFC9C7
(191,201,199)
#CDD6D5
(205,214,213)
#DBE3E3
(219,227,227)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6E65; }

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

This text font color is #5D6E65.

Background Color

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

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

This div background color is #5D6E65.

Border color

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

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

This div border color is #5D6E65.

Opacity

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

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

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

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

This text has shadow with #5D6E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6E65.

Preview

Color preview on black background

This text has color #5D6E65 on black background.


Color preview on white background

This text has color #5D6E65 on white background.


Black color preview on #5D6E65 background

This text has black color on #5D6E65 background.


White color preview on #5D6E65 background

This text has white color on #5D6E65 background.


Related colors

Complementary color

Complementary color for #hex is #A2919A.


I love getcolorcode.com

Triadic colors

1 #655D6E and #6E655D with #5D6E65 are triadic colors.

2 #656E5D and #6E5D65 with #5D6E65 are triadic colors.