COLOR #5D7787

HEX: #5D7787
RGB: (93,119,135)

Color info

#5D7787 contains red, green and blue colors in about the same proportion. Web safe color of #5D7787 is #666699 (or #669).

RGB color model

#5D7787 color RGB value is (93,119,135).

  • red value is 93;
  • green value is 119;
  • blue value is 135.
RGB:
(93,119,135)
(36%,47%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 135 of 255 = 53%

93
119
135

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

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 135 = 347 (100%)
R 93 of 347 ~ 26.8%
G 119 of 347 ~ 34.29%
B 135 of 347 ~ 38.9%

%26.8
%34.29
%38.9

CMYK color model

#5D7787 color CMYK value is (31,12,0,47).

  • cyan value is 31.11%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(31,12,0,47)
C31M12Y0K47 
(31%,12%,0%,47%)
(0.31/0.12/0.00/0.47)	

CMYK percentages

%31.11
%11.85
%0
%47.06

Codes

Color #5D7787 in popluar color models

5D7787
RGB93119135
HSL203°18.42%44.71%
HSB/HSV203°31.11%52.94%
CMYK31.11%11.85%0.00%
47.06%

Color #5D7787 in popluar number systems.

HEX5D7787
Decimal93119135
Binary1011101111011110000111
Octal135167207

Shades and tints

Shades of #5D7787

#5D7787
(93,119,135)
#556D7B
(85,109,123)
#4D636F
(77,99,111)
#455963
(69,89,99)
#3D4F57
(61,79,87)
#35454B
(53,69,75)
#2D3B3F
(45,59,63)
#253133
(37,49,51)
#1D2727
(29,39,39)
#151D1B
(21,29,27)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #5D7787

#5D7787
(93,119,135)
#6B8391
(107,131,145)
#798F9B
(121,143,155)
#879BA5
(135,155,165)
#95A7AF
(149,167,175)
#A3B3B9
(163,179,185)
#B1BFC3
(177,191,195)
#BFCBCD
(191,203,205)
#CDD7D7
(205,215,215)
#DBE3E1
(219,227,225)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7787 color. Also use rgb(93,119,135) instead hex code.

Text Font Color

.myTextColor { color: #5D7787; }

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

This text font color is #5D7787.


Background Color

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

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

This div background color is #5D7787.


Border color

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

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

This div border color is #5D7787.


Opacity

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

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

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

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

This text has shadow with #5D7787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7787 on black background.


Color preview on white background

This text has color #5D7787 on white background.



Black color preview on #5D7787 background

This text has black color on #5D7787 background.


White color preview on #5D7787 background

This text has white color on #5D7787 background.