COLOR #5D7978

HEX: #5D7978
RGB: (93,121,120)

Color info

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

RGB color model

#5D7978 color RGB value is (93,121,120).

  • red value is 93;
  • green value is 121;
  • blue value is 120.
RGB:
(93,121,120)
(36%,47%,47%)

RGB channels and saturation

R 93 of 255 = 36%
G 121 of 255 = 47%
B 120 of 255 = 47%

93
121
120

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 120 = 334 (100%)
R 93 of 334 ~ 27.84%
G 121 of 334 ~ 36.23%
B 120 of 334 ~ 35.93%

%27.84
%36.23
%35.93

CMYK color model

#5D7978 color CMYK value is (23,0,1,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.55%
CMYK:
(23,0,1,53)
C23M0Y1K53 
(23%,0%,1%,53%)
(0.23/0.00/0.01/0.53)	

CMYK percentages

%23.14
%0
%0.83
%52.55

Codes

Color #5D7978 in popluar color models

5D7978
RGB93121120
HSL178°13.08%41.96%
HSB/HSV178°23.14%47.45%
CMYK23.14%0.00%0.83%
52.55%

Color #5D7978 in popluar number systems.

HEX5D7978
Decimal93121120
Binary101110111110011111000
Octal135171170

Shades and tints

Shades of #5D7978

#5D7978
(93,121,120)
#556E6E
(85,110,110)
#4D6364
(77,99,100)
#45585A
(69,88,90)
#3D4D50
(61,77,80)
#354246
(53,66,70)
#2D373C
(45,55,60)
#252C32
(37,44,50)
#1D2128
(29,33,40)
#15161E
(21,22,30)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #5D7978

#5D7978
(93,121,120)
#6B8584
(107,133,132)
#799190
(121,145,144)
#879D9C
(135,157,156)
#95A9A8
(149,169,168)
#A3B5B4
(163,181,180)
#B1C1C0
(177,193,192)
#BFCDCC
(191,205,204)
#CDD9D8
(205,217,216)
#DBE5E4
(219,229,228)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7978 color. Also use rgb(93,121,120) instead hex code.

Text Font Color

.myTextColor { color: #5D7978; }

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

This text font color is #5D7978.


Background Color

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

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

This div background color is #5D7978.


Border color

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

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

This div border color is #5D7978.


Opacity

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

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

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

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

This text has shadow with #5D7978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7978 on black background.


Color preview on white background

This text has color #5D7978 on white background.



Black color preview on #5D7978 background

This text has black color on #5D7978 background.


White color preview on #5D7978 background

This text has white color on #5D7978 background.