COLOR #5D6459

HEX: #5D6459
RGB: (93,100,89)

Color info

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

RGB color model

#5D6459 color RGB value is (93,100,89).

  • red value is 93;
  • green value is 100;
  • blue value is 89.
RGB:
(93,100,89)
(36%,39%,35%)

RGB channels and saturation

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

93
100
89

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

Portions of RGB colors in percentages

R + G + B =
93 + 100 + 89 = 282 (100%)
R 93 of 282 ~ 32.98%
G 100 of 282 ~ 35.46%
B 89 of 282 ~ 31.56%

%32.98
%35.46
%31.56

CMYK color model

#5D6459 color CMYK value is (7,0,11,61).

  • cyan value is 7.00%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(7,0,11,61)
C7M0Y11K61 
(7%,0%,11%,61%)
(0.07/0.00/0.11/0.61)	

CMYK percentages

%7
%0
%11
%60.78

Codes

Color #5D6459 in popluar color models

5D6459
RGB9310089
HSL98°5.82%37.06%
HSB/HSV98°11.00%39.22%
CMYK7.00%0.00%11.00%
60.78%

Color #5D6459 in popluar number systems.

HEX5D6459
Decimal9310089
Binary101110111001001011001
Octal135144131

Shades and tints

Shades of #5D6459

#5D6459
(93,100,89)
#555B51
(85,91,81)
#4D5249
(77,82,73)
#454941
(69,73,65)
#3D4039
(61,64,57)
#353731
(53,55,49)
#2D2E29
(45,46,41)
#252521
(37,37,33)
#1D1C19
(29,28,25)
#151311
(21,19,17)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #5D6459

#5D6459
(93,100,89)
#6B7268
(107,114,104)
#798077
(121,128,119)
#878E86
(135,142,134)
#959C95
(149,156,149)
#A3AAA4
(163,170,164)
#B1B8B3
(177,184,179)
#BFC6C2
(191,198,194)
#CDD4D1
(205,212,209)
#DBE2E0
(219,226,224)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6459; }

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

This text font color is #5D6459.


Background Color

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

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

This div background color is #5D6459.


Border color

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

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

This div border color is #5D6459.


Opacity

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

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

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

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

This text has shadow with #5D6459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6459 on black background.


Color preview on white background

This text has color #5D6459 on white background.



Black color preview on #5D6459 background

This text has black color on #5D6459 background.


White color preview on #5D6459 background

This text has white color on #5D6459 background.