COLOR #5D7C62

HEX: #5D7C62
RGB: (93,124,98)

Color info

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

RGB color model

#5D7C62 color RGB value is (93,124,98).

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

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 98 of 255 = 38%

93
124
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 98 = 315 (100%)
R 93 of 315 ~ 29.52%
G 124 of 315 ~ 39.37%
B 98 of 315 ~ 31.11%

%29.52
%39.37
%31.11

CMYK color model

#5D7C62 color CMYK value is (25,0,21,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 51.37%
CMYK:
(25,0,21,51)
C25M0Y21K51 
(25%,0%,21%,51%)
(0.25/0.00/0.21/0.51)	

CMYK percentages

%25
%0
%20.97
%51.37

Codes

Color #5D7C62 in popluar color models

5D7C62
RGB9312498
HSL130°14.29%42.55%
HSB/HSV130°25.00%48.63%
CMYK25.00%0.00%20.97%
51.37%

Color #5D7C62 in popluar number systems.

HEX5D7C62
Decimal9312498
Binary101110111111001100010
Octal135174142

Shades and tints

Shades of #5D7C62

#5D7C62
(93,124,98)
#55715A
(85,113,90)
#4D6652
(77,102,82)
#455B4A
(69,91,74)
#3D5042
(61,80,66)
#35453A
(53,69,58)
#2D3A32
(45,58,50)
#252F2A
(37,47,42)
#1D2422
(29,36,34)
#15191A
(21,25,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D7C62

#5D7C62
(93,124,98)
#6B8770
(107,135,112)
#79927E
(121,146,126)
#879D8C
(135,157,140)
#95A89A
(149,168,154)
#A3B3A8
(163,179,168)
#B1BEB6
(177,190,182)
#BFC9C4
(191,201,196)
#CDD4D2
(205,212,210)
#DBDFE0
(219,223,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C62; }

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

This text font color is #5D7C62.


Background Color

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

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

This div background color is #5D7C62.


Border color

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

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

This div border color is #5D7C62.


Opacity

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

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

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

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

This text has shadow with #5D7C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C62 on black background.


Color preview on white background

This text has color #5D7C62 on white background.



Black color preview on #5D7C62 background

This text has black color on #5D7C62 background.


White color preview on #5D7C62 background

This text has white color on #5D7C62 background.