COLOR #5D6271

HEX: #5D6271
RGB: (93,98,113)

Color info

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

RGB color model

#5D6271 color RGB value is (93,98,113).

  • red value is 93;
  • green value is 98;
  • blue value is 113.
RGB:
(93,98,113)
(36%,38%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 113 of 255 = 44%

93
98
113

R + G + B ~ 39%. #5D6271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 113 = 304 (100%)
R 93 of 304 ~ 30.59%
G 98 of 304 ~ 32.24%
B 113 of 304 ~ 37.17%

%30.59
%32.24
%37.17

CMYK color model

#5D6271 color CMYK value is (18,13,0,56).

  • cyan value is 17.70%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(18,13,0,56)
C18M13Y0K56 
(18%,13%,0%,56%)
(0.18/0.13/0.00/0.56)	

CMYK percentages

%17.7
%13.27
%0
%55.69

Codes

Color #5D6271 in popluar color models

5D6271
RGB9398113
HSL225°9.71%40.39%
HSB/HSV225°17.70%44.31%
CMYK17.70%13.27%0.00%
55.69%

Color #5D6271 in popluar number systems.

HEX5D6271
Decimal9398113
Binary101110111000101110001
Octal135142161

Shades and tints

Shades of #5D6271

#5D6271
(93,98,113)
#555A67
(85,90,103)
#4D525D
(77,82,93)
#454A53
(69,74,83)
#3D4249
(61,66,73)
#353A3F
(53,58,63)
#2D3235
(45,50,53)
#252A2B
(37,42,43)
#1D2221
(29,34,33)
#151A17
(21,26,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #5D6271

#5D6271
(93,98,113)
#6B707D
(107,112,125)
#797E89
(121,126,137)
#878C95
(135,140,149)
#959AA1
(149,154,161)
#A3A8AD
(163,168,173)
#B1B6B9
(177,182,185)
#BFC4C5
(191,196,197)
#CDD2D1
(205,210,209)
#DBE0DD
(219,224,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6271 color. Also use rgb(93,98,113) instead hex code.

Text Font Color

.myTextColor { color: #5D6271; }

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

This text font color is #5D6271.


Background Color

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

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

This div background color is #5D6271.


Border color

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

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

This div border color is #5D6271.


Opacity

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

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

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

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

This text has shadow with #5D6271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6271 on black background.


Color preview on white background

This text has color #5D6271 on white background.



Black color preview on #5D6271 background

This text has black color on #5D6271 background.


White color preview on #5D6271 background

This text has white color on #5D6271 background.