COLOR #5D7C74

HEX: #5D7C74
RGB: (93,124,116)

Color info

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

RGB color model

#5D7C74 color RGB value is (93,124,116).

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

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 116 of 255 = 45%

93
124
116

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 116 = 333 (100%)
R 93 of 333 ~ 27.93%
G 124 of 333 ~ 37.24%
B 116 of 333 ~ 34.83%

%27.93
%37.24
%34.83

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • 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
%6.45
%51.37

Codes

Color #5D7C74 in popluar color models

5D7C74
RGB93124116
HSL165°14.29%42.55%
HSB/HSV165°25.00%48.63%
CMYK25.00%0.00%6.45%
51.37%

Color #5D7C74 in popluar number systems.

HEX5D7C74
Decimal93124116
Binary101110111111001110100
Octal135174164

Shades and tints

Shades of #5D7C74

#5D7C74
(93,124,116)
#55716A
(85,113,106)
#4D6660
(77,102,96)
#455B56
(69,91,86)
#3D504C
(61,80,76)
#354542
(53,69,66)
#2D3A38
(45,58,56)
#252F2E
(37,47,46)
#1D2424
(29,36,36)
#15191A
(21,25,26)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D7C74

#5D7C74
(93,124,116)
#6B8780
(107,135,128)
#79928C
(121,146,140)
#879D98
(135,157,152)
#95A8A4
(149,168,164)
#A3B3B0
(163,179,176)
#B1BEBC
(177,190,188)
#BFC9C8
(191,201,200)
#CDD4D4
(205,212,212)
#DBDFE0
(219,223,224)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C74; }

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

This text font color is #5D7C74.


Background Color

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

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

This div background color is #5D7C74.


Border color

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

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

This div border color is #5D7C74.


Opacity

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

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

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

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

This text has shadow with #5D7C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C74 on black background.


Color preview on white background

This text has color #5D7C74 on white background.



Black color preview on #5D7C74 background

This text has black color on #5D7C74 background.


White color preview on #5D7C74 background

This text has white color on #5D7C74 background.