COLOR #5D7C75

HEX: #5D7C75
RGB: (93,124,117)

Color info

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

RGB color model

#5D7C75 color RGB value is (93,124,117).

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

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 117 of 255 = 46%

93
124
117

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 117 = 334 (100%)
R 93 of 334 ~ 27.84%
G 124 of 334 ~ 37.13%
B 117 of 334 ~ 35.03%

%27.84
%37.13
%35.03

CMYK color model

#5D7C75 color CMYK value is (25,0,6,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(25,0,6,51)
C25M0Y6K51 
(25%,0%,6%,51%)
(0.25/0.00/0.06/0.51)	

CMYK percentages

%25
%0
%5.65
%51.37

Codes

Color #5D7C75 in popluar color models

5D7C75
RGB93124117
HSL166°14.29%42.55%
HSB/HSV166°25.00%48.63%
CMYK25.00%0.00%5.65%
51.37%

Color #5D7C75 in popluar number systems.

HEX5D7C75
Decimal93124117
Binary101110111111001110101
Octal135174165

Shades and tints

Shades of #5D7C75

#5D7C75
(93,124,117)
#55716B
(85,113,107)
#4D6661
(77,102,97)
#455B57
(69,91,87)
#3D504D
(61,80,77)
#354543
(53,69,67)
#2D3A39
(45,58,57)
#252F2F
(37,47,47)
#1D2425
(29,36,37)
#15191B
(21,25,27)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #5D7C75

#5D7C75
(93,124,117)
#6B8781
(107,135,129)
#79928D
(121,146,141)
#879D99
(135,157,153)
#95A8A5
(149,168,165)
#A3B3B1
(163,179,177)
#B1BEBD
(177,190,189)
#BFC9C9
(191,201,201)
#CDD4D5
(205,212,213)
#DBDFE1
(219,223,225)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C75; }

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

This text font color is #5D7C75.


Background Color

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

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

This div background color is #5D7C75.


Border color

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

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

This div border color is #5D7C75.


Opacity

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

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

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

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

This text has shadow with #5D7C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C75 on black background.


Color preview on white background

This text has color #5D7C75 on white background.



Black color preview on #5D7C75 background

This text has black color on #5D7C75 background.


White color preview on #5D7C75 background

This text has white color on #5D7C75 background.