COLOR #5D7C63

HEX: #5D7C63
RGB: (93,124,99)

Color info

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

RGB color model

#5D7C63 color RGB value is (93,124,99).

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

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 99 of 255 = 39%

93
124
99

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 99 = 316 (100%)
R 93 of 316 ~ 29.43%
G 124 of 316 ~ 39.24%
B 99 of 316 ~ 31.33%

%29.43
%39.24
%31.33

CMYK color model

#5D7C63 color CMYK value is (25,0,20,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(25,0,20,51)
C25M0Y20K51 
(25%,0%,20%,51%)
(0.25/0.00/0.20/0.51)	

CMYK percentages

%25
%0
%20.16
%51.37

Codes

Color #5D7C63 in popluar color models

5D7C63
RGB9312499
HSL132°14.29%42.55%
HSB/HSV132°25.00%48.63%
CMYK25.00%0.00%20.16%
51.37%

Color #5D7C63 in popluar number systems.

HEX5D7C63
Decimal9312499
Binary101110111111001100011
Octal135174143

Shades and tints

Shades of #5D7C63

#5D7C63
(93,124,99)
#55715A
(85,113,90)
#4D6651
(77,102,81)
#455B48
(69,91,72)
#3D503F
(61,80,63)
#354536
(53,69,54)
#2D3A2D
(45,58,45)
#252F24
(37,47,36)
#1D241B
(29,36,27)
#151912
(21,25,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #5D7C63

#5D7C63
(93,124,99)
#6B8771
(107,135,113)
#79927F
(121,146,127)
#879D8D
(135,157,141)
#95A89B
(149,168,155)
#A3B3A9
(163,179,169)
#B1BEB7
(177,190,183)
#BFC9C5
(191,201,197)
#CDD4D3
(205,212,211)
#DBDFE1
(219,223,225)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C63; }

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

This text font color is #5D7C63.


Background Color

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

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

This div background color is #5D7C63.


Border color

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

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

This div border color is #5D7C63.


Opacity

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

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

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

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

This text has shadow with #5D7C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C63 on black background.


Color preview on white background

This text has color #5D7C63 on white background.



Black color preview on #5D7C63 background

This text has black color on #5D7C63 background.


White color preview on #5D7C63 background

This text has white color on #5D7C63 background.