COLOR #5D7C80

HEX: #5D7C80
RGB: (93,124,128)

Color info

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

RGB color model

#5D7C80 color RGB value is (93,124,128).

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

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 128 of 255 = 50%

93
124
128

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 128 = 345 (100%)
R 93 of 345 ~ 26.96%
G 124 of 345 ~ 35.94%
B 128 of 345 ~ 37.1%

%26.96
%35.94
%37.1

CMYK color model

#5D7C80 color CMYK value is (27,3,0,50).

  • cyan value is 27.34%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(27,3,0,50)
C27M3Y0K50 
(27%,3%,0%,50%)
(0.27/0.03/0.00/0.50)	

CMYK percentages

%27.34
%3.12
%0
%49.8

Codes

Color #5D7C80 in popluar color models

5D7C80
RGB93124128
HSL187°15.84%43.33%
HSB/HSV187°27.34%50.20%
CMYK27.34%3.12%0.00%
49.80%

Color #5D7C80 in popluar number systems.

HEX5D7C80
Decimal93124128
Binary1011101111110010000000
Octal135174200

Shades and tints

Shades of #5D7C80

#5D7C80
(93,124,128)
#557175
(85,113,117)
#4D666A
(77,102,106)
#455B5F
(69,91,95)
#3D5054
(61,80,84)
#354549
(53,69,73)
#2D3A3E
(45,58,62)
#252F33
(37,47,51)
#1D2428
(29,36,40)
#15191D
(21,25,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D7C80

#5D7C80
(93,124,128)
#6B878B
(107,135,139)
#799296
(121,146,150)
#879DA1
(135,157,161)
#95A8AC
(149,168,172)
#A3B3B7
(163,179,183)
#B1BEC2
(177,190,194)
#BFC9CD
(191,201,205)
#CDD4D8
(205,212,216)
#DBDFE3
(219,223,227)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C80; }

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

This text font color is #5D7C80.


Background Color

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

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

This div background color is #5D7C80.


Border color

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

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

This div border color is #5D7C80.


Opacity

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

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

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

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

This text has shadow with #5D7C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C80 on black background.


Color preview on white background

This text has color #5D7C80 on white background.



Black color preview on #5D7C80 background

This text has black color on #5D7C80 background.


White color preview on #5D7C80 background

This text has white color on #5D7C80 background.