COLOR #5D664E

HEX: #5D664E RGB: (93,102,78)

Color info

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

RGB color model

#5D664E color RGB value is (93,102,78).

RGB: (93,102,78) (36%, 40%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 78 of 255 = 31%

93
102
78

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

Portions of RGB colors in percentages

R + G + B = 93 + 102 + 78 = 273 (100%)
R 93 of 273 ~ 34.07%
G 102 of 273 ~ 37.36%
B 78 of 273 ~ 28.57'%

%34.07
%37.36
%28.57

CMYK color model

#5D664E color CMYK value is (9,0,24,60).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 60.00%

CMYK: (9,0,24,60)
C9M0Y24K60 (9%, 0%, 24%, 60%)
(0.09 / 0.00 / 0.24 / 0.60)

CMYK percentages

%8.82
%0
%23.53
%60

Codes

Color #5D664E in popluar color models

5D 66 4E
RGB 93 102 78
HSL 83° 13.33% 35.29%
HSB/HSV 83° 23.53% 40.00%
CMYK 8.82% 0.00% 23.53%
60.00%

Color #5D664E in popluar number systems.

HEX 5D 66 4E
Decimal 93 102 78
Binary 1011101 1100110 1001110
Octal 135 146 116

Shades and tints

Shades of #5D664E

#5D664E
(93,102,78)
#555D47
(85,93,71)
#4D5440
(77,84,64)
#454B39
(69,75,57)
#3D4232
(61,66,50)
#35392B
(53,57,43)
#2D3024
(45,48,36)
#25271D
(37,39,29)
#1D1E16
(29,30,22)
#15150F
(21,21,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #5D664E

#5D664E
(93,102,78)
#6B735E
(107,115,94)
#79806E
(121,128,110)
#878D7E
(135,141,126)
#959A8E
(149,154,142)
#A3A79E
(163,167,158)
#B1B4AE
(177,180,174)
#BFC1BE
(191,193,190)
#CDCECE
(205,206,206)
#DBDBDE
(219,219,222)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D664E color. Also use rgb(93,102,78) instead hex code.

Text Font Color

.myTextColor { color: #5D664E; }

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

This text font color is #5D664E.

Background Color

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

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

This div background color is #5D664E.

Border color

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

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

This div border color is #5D664E.

Opacity

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

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

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

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

This text has shadow with #5D664E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D664E.

Preview

Color preview on black background

This text has color #5D664E on black background.


Color preview on white background

This text has color #5D664E on white background.


Black color preview on #5D664E background

This text has black color on #5D664E background.


White color preview on #5D664E background

This text has white color on #5D664E background.


Related colors

Complementary color

Complementary color for #hex is #A299B1.


I love getcolorcode.com

Triadic colors

1 #4E5D66 and #664E5D with #5D664E are triadic colors.

2 #4E665D and #665D4E with #5D664E are triadic colors.