COLOR #5D6554

HEX: #5D6554
RGB: (93,101,84)

Color info

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

RGB color model

#5D6554 color RGB value is (93,101,84).

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

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 84 of 255 = 33%

93
101
84

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

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 84 = 278 (100%)
R 93 of 278 ~ 33.45%
G 101 of 278 ~ 36.33%
B 84 of 278 ~ 30.22%

%33.45
%36.33
%30.22

CMYK color model

#5D6554 color CMYK value is (8,0,17,60).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 60.39%
CMYK:
(8,0,17,60)
C8M0Y17K60 
(8%,0%,17%,60%)
(0.08/0.00/0.17/0.60)	

CMYK percentages

%7.92
%0
%16.83
%60.39

Codes

Color #5D6554 in popluar color models

5D6554
RGB9310184
HSL88°9.19%36.27%
HSB/HSV88°16.83%39.61%
CMYK7.92%0.00%16.83%
60.39%

Color #5D6554 in popluar number systems.

HEX5D6554
Decimal9310184
Binary101110111001011010100
Octal135145124

Shades and tints

Shades of #5D6554

#5D6554
(93,101,84)
#555C4D
(85,92,77)
#4D5346
(77,83,70)
#454A3F
(69,74,63)
#3D4138
(61,65,56)
#353831
(53,56,49)
#2D2F2A
(45,47,42)
#252623
(37,38,35)
#1D1D1C
(29,29,28)
#151415
(21,20,21)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D6554

#5D6554
(93,101,84)
#6B7363
(107,115,99)
#798172
(121,129,114)
#878F81
(135,143,129)
#959D90
(149,157,144)
#A3AB9F
(163,171,159)
#B1B9AE
(177,185,174)
#BFC7BD
(191,199,189)
#CDD5CC
(205,213,204)
#DBE3DB
(219,227,219)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6554; }

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

This text font color is #5D6554.


Background Color

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

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

This div background color is #5D6554.


Border color

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

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

This div border color is #5D6554.


Opacity

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

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

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

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

This text has shadow with #5D6554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6554 on black background.


Color preview on white background

This text has color #5D6554 on white background.



Black color preview on #5D6554 background

This text has black color on #5D6554 background.


White color preview on #5D6554 background

This text has white color on #5D6554 background.