COLOR #5D6E4C

HEX: #5D6E4C
RGB: (93,110,76)

Color info

#5D6E4C contains red, green and blue colors in about the same proportion. Web safe color of #5D6E4C is #666633 (or #663).

RGB color model

#5D6E4C color RGB value is (93,110,76).

  • red value is 93;
  • green value is 110;
  • blue value is 76.
RGB:
(93,110,76)
(36%,43%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 110 of 255 = 43%
B 76 of 255 = 30%

93
110
76

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

Portions of RGB colors in percentages

R + G + B =
93 + 110 + 76 = 279 (100%)
R 93 of 279 ~ 33.33%
G 110 of 279 ~ 39.43%
B 76 of 279 ~ 27.24%

%33.33
%39.43
%27.24

CMYK color model

#5D6E4C color CMYK value is (15,0,31,57).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(15,0,31,57)
C15M0Y31K57 
(15%,0%,31%,57%)
(0.15/0.00/0.31/0.57)	

CMYK percentages

%15.45
%0
%30.91
%56.86

Codes

Color #5D6E4C in popluar color models

5D6E4C
RGB9311076
HSL90°18.28%36.47%
HSB/HSV90°30.91%43.14%
CMYK15.45%0.00%30.91%
56.86%

Color #5D6E4C in popluar number systems.

HEX5D6E4C
Decimal9311076
Binary101110111011101001100
Octal135156114

Shades and tints

Shades of #5D6E4C

#5D6E4C
(93,110,76)
#556446
(85,100,70)
#4D5A40
(77,90,64)
#45503A
(69,80,58)
#3D4634
(61,70,52)
#353C2E
(53,60,46)
#2D3228
(45,50,40)
#252822
(37,40,34)
#1D1E1C
(29,30,28)
#151416
(21,20,22)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #5D6E4C

#5D6E4C
(93,110,76)
#6B7B5C
(107,123,92)
#79886C
(121,136,108)
#87957C
(135,149,124)
#95A28C
(149,162,140)
#A3AF9C
(163,175,156)
#B1BCAC
(177,188,172)
#BFC9BC
(191,201,188)
#CDD6CC
(205,214,204)
#DBE3DC
(219,227,220)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6E4C; }

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

This text font color is #5D6E4C.


Background Color

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

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

This div background color is #5D6E4C.


Border color

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

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

This div border color is #5D6E4C.


Opacity

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

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

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

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

This text has shadow with #5D6E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6E4C on black background.


Color preview on white background

This text has color #5D6E4C on white background.



Black color preview on #5D6E4C background

This text has black color on #5D6E4C background.


White color preview on #5D6E4C background

This text has white color on #5D6E4C background.