COLOR #5D6272

HEX: #5D6272
RGB: (93,98,114)

Color info

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

RGB color model

#5D6272 color RGB value is (93,98,114).

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

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 114 of 255 = 45%

93
98
114

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

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 114 = 305 (100%)
R 93 of 305 ~ 30.49%
G 98 of 305 ~ 32.13%
B 114 of 305 ~ 37.38%

%30.49
%32.13
%37.38

CMYK color model

#5D6272 color CMYK value is (18,14,0,55).

  • cyan value is 18.42%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(18,14,0,55)
C18M14Y0K55 
(18%,14%,0%,55%)
(0.18/0.14/0.00/0.55)	

CMYK percentages

%18.42
%14.04
%0
%55.29

Codes

Color #5D6272 in popluar color models

5D6272
RGB9398114
HSL226°10.14%40.59%
HSB/HSV226°18.42%44.71%
CMYK18.42%14.04%0.00%
55.29%

Color #5D6272 in popluar number systems.

HEX5D6272
Decimal9398114
Binary101110111000101110010
Octal135142162

Shades and tints

Shades of #5D6272

#5D6272
(93,98,114)
#555A68
(85,90,104)
#4D525E
(77,82,94)
#454A54
(69,74,84)
#3D424A
(61,66,74)
#353A40
(53,58,64)
#2D3236
(45,50,54)
#252A2C
(37,42,44)
#1D2222
(29,34,34)
#151A18
(21,26,24)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #5D6272

#5D6272
(93,98,114)
#6B707E
(107,112,126)
#797E8A
(121,126,138)
#878C96
(135,140,150)
#959AA2
(149,154,162)
#A3A8AE
(163,168,174)
#B1B6BA
(177,182,186)
#BFC4C6
(191,196,198)
#CDD2D2
(205,210,210)
#DBE0DE
(219,224,222)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6272; }

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

This text font color is #5D6272.


Background Color

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

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

This div background color is #5D6272.


Border color

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

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

This div border color is #5D6272.


Opacity

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

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

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

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

This text has shadow with #5D6272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6272 on black background.


Color preview on white background

This text has color #5D6272 on white background.



Black color preview on #5D6272 background

This text has black color on #5D6272 background.


White color preview on #5D6272 background

This text has white color on #5D6272 background.