COLOR #5D7C56

HEX: #5D7C56
RGB: (93,124,86)

Color info

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

RGB color model

#5D7C56 color RGB value is (93,124,86).

  • red value is 93;
  • green value is 124;
  • blue value is 86.
RGB:
(93,124,86)
(36%,49%,34%)

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 86 of 255 = 34%

93
124
86

R + G + B ~ 40%. #5D7C56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 86 = 303 (100%)
R 93 of 303 ~ 30.69%
G 124 of 303 ~ 40.92%
B 86 of 303 ~ 28.38%

%30.69
%40.92
%28.38

CMYK color model

#5D7C56 color CMYK value is (25,0,31,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(25,0,31,51)
C25M0Y31K51 
(25%,0%,31%,51%)
(0.25/0.00/0.31/0.51)	

CMYK percentages

%25
%0
%30.65
%51.37

Codes

Color #5D7C56 in popluar color models

5D7C56
RGB9312486
HSL109°18.10%41.18%
HSB/HSV109°30.65%48.63%
CMYK25.00%0.00%30.65%
51.37%

Color #5D7C56 in popluar number systems.

HEX5D7C56
Decimal9312486
Binary101110111111001010110
Octal135174126

Shades and tints

Shades of #5D7C56

#5D7C56
(93,124,86)
#55714F
(85,113,79)
#4D6648
(77,102,72)
#455B41
(69,91,65)
#3D503A
(61,80,58)
#354533
(53,69,51)
#2D3A2C
(45,58,44)
#252F25
(37,47,37)
#1D241E
(29,36,30)
#151917
(21,25,23)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D7C56

#5D7C56
(93,124,86)
#6B8765
(107,135,101)
#799274
(121,146,116)
#879D83
(135,157,131)
#95A892
(149,168,146)
#A3B3A1
(163,179,161)
#B1BEB0
(177,190,176)
#BFC9BF
(191,201,191)
#CDD4CE
(205,212,206)
#DBDFDD
(219,223,221)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7C56 color. Also use rgb(93,124,86) instead hex code.

Text Font Color

.myTextColor { color: #5D7C56; }

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

This text font color is #5D7C56.


Background Color

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

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

This div background color is #5D7C56.


Border color

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

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

This div border color is #5D7C56.


Opacity

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

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

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

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

This text has shadow with #5D7C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C56 on black background.


Color preview on white background

This text has color #5D7C56 on white background.



Black color preview on #5D7C56 background

This text has black color on #5D7C56 background.


White color preview on #5D7C56 background

This text has white color on #5D7C56 background.