COLOR #5D7276

HEX: #5D7276
RGB: (93,114,118)

Color info

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

RGB color model

#5D7276 color RGB value is (93,114,118).

  • red value is 93;
  • green value is 114;
  • blue value is 118.
RGB:
(93,114,118)
(36%,45%,46%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 118 of 255 = 46%

93
114
118

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

Portions of RGB colors in percentages

R + G + B =
93 + 114 + 118 = 325 (100%)
R 93 of 325 ~ 28.62%
G 114 of 325 ~ 35.08%
B 118 of 325 ~ 36.31%

%28.62
%35.08
%36.31

CMYK color model

#5D7276 color CMYK value is (21,3,0,54).

  • cyan value is 21.19%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(21,3,0,54)
C21M3Y0K54 
(21%,3%,0%,54%)
(0.21/0.03/0.00/0.54)	

CMYK percentages

%21.19
%3.39
%0
%53.73

Codes

Color #5D7276 in popluar color models

5D7276
RGB93114118
HSL190°11.85%41.37%
HSB/HSV190°21.19%46.27%
CMYK21.19%3.39%0.00%
53.73%

Color #5D7276 in popluar number systems.

HEX5D7276
Decimal93114118
Binary101110111100101110110
Octal135162166

Shades and tints

Shades of #5D7276

#5D7276
(93,114,118)
#55686C
(85,104,108)
#4D5E62
(77,94,98)
#455458
(69,84,88)
#3D4A4E
(61,74,78)
#354044
(53,64,68)
#2D363A
(45,54,58)
#252C30
(37,44,48)
#1D2226
(29,34,38)
#15181C
(21,24,28)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D7276

#5D7276
(93,114,118)
#6B7E82
(107,126,130)
#798A8E
(121,138,142)
#87969A
(135,150,154)
#95A2A6
(149,162,166)
#A3AEB2
(163,174,178)
#B1BABE
(177,186,190)
#BFC6CA
(191,198,202)
#CDD2D6
(205,210,214)
#DBDEE2
(219,222,226)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7276 color. Also use rgb(93,114,118) instead hex code.

Text Font Color

.myTextColor { color: #5D7276; }

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

This text font color is #5D7276.


Background Color

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

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

This div background color is #5D7276.


Border color

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

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

This div border color is #5D7276.


Opacity

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

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

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

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

This text has shadow with #5D7276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7276 on black background.


Color preview on white background

This text has color #5D7276 on white background.



Black color preview on #5D7276 background

This text has black color on #5D7276 background.


White color preview on #5D7276 background

This text has white color on #5D7276 background.