COLOR #5D6458

HEX: #5D6458 RGB: (93,100,88)

Color info

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

RGB color model

#5D6458 color RGB value is (93,100,88).

RGB: (93,100,88) (36%, 39%, 35%)

RGB channels and saturation

R 93 of 255 = 36%
G 100 of 255 = 39%
B 88 of 255 = 35%

93
100
88

R + G + B ~ 37%. #5D6458 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 100 + 88 = 281 (100%)
R 93 of 281 ~ 33.1%
G 100 of 281 ~ 35.59%
B 88 of 281 ~ 31.32'%

%33.1
%35.59
%31.32

CMYK color model

#5D6458 color CMYK value is (7,0,12,61).

  • cyan value is 7.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 60.78%
CMYK: (7,0,12,61) C7M0Y12K61 (7%,0%,12%,61%) (0.07/0.00/0.12/0.61) 

CMYK percentages

%7
%0
%12
%60.78

Codes

Color #5D6458 in popluar color models

5D 64 58
RGB 93 100 88
HSL 95° 6.38% 36.86%
HSB/HSV 95° 12.00% 39.22%
CMYK 7.00% 0.00% 12.00%
60.78%

Color #5D6458 in popluar number systems.

HEX 5D 64 58
Decimal 93 100 88
Binary 1011101 1100100 1011000
Octal 135 144 130

Shades and tints

Shades of #5D6458

#5D6458
(93,100,88)
#555B50
(85,91,80)
#4D5248
(77,82,72)
#454940
(69,73,64)
#3D4038
(61,64,56)
#353730
(53,55,48)
#2D2E28
(45,46,40)
#252520
(37,37,32)
#1D1C18
(29,28,24)
#151310
(21,19,16)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #5D6458

#5D6458
(93,100,88)
#6B7267
(107,114,103)
#798076
(121,128,118)
#878E85
(135,142,133)
#959C94
(149,156,148)
#A3AAA3
(163,170,163)
#B1B8B2
(177,184,178)
#BFC6C1
(191,198,193)
#CDD4D0
(205,212,208)
#DBE2DF
(219,226,223)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6458 color. Also use rgb(93,100,88) instead hex code.

Text Font Color

.myTextColor { color: #5D6458; }

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

This text font color is #5D6458.

Background Color

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

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

This div background color is #5D6458.

Border color

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

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

This div border color is #5D6458.

Opacity

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

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

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

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

This text has shadow with #5D6458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6458.

Preview

Color preview on black background

This text has color #5D6458 on black background.


Color preview on white background

This text has color #5D6458 on white background.


Black color preview on #5D6458 background

This text has black color on #5D6458 background.


White color preview on #5D6458 background

This text has white color on #5D6458 background.


Related colors

Complementary color

Complementary color for #hex is #A29BA7.


I love getcolorcode.com

Triadic colors

1 #585D64 and #64585D with #5D6458 are triadic colors.

2 #58645D and #645D58 with #5D6458 are triadic colors.