COLOR #5D6372

HEX: #5D6372 RGB: (93,99,114)

Color info

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

RGB color model

#5D6372 color RGB value is (93,99,114).

RGB: (93,99,114) (36%, 39%, 45%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 114 of 255 = 45%

93
99
114

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

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 114 = 306 (100%)
R 93 of 306 ~ 30.39%
G 99 of 306 ~ 32.35%
B 114 of 306 ~ 37.25'%

%30.39
%32.35
%37.25

CMYK color model

#5D6372 color CMYK value is (18,13,0,55).

  • cyan value is 18.42%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (18,13,0,55)
C18M13Y0K55 (18%, 13%, 0%, 55%)
(0.18 / 0.13 / 0.00 / 0.55)

CMYK percentages

%18.42
%13.16
%0
%55.29

Codes

Color #5D6372 in popluar color models

5D 63 72
RGB 93 99 114
HSL 223° 10.14% 40.59%
HSB/HSV 223° 18.42% 44.71%
CMYK 18.42% 13.16% 0.00%
55.29%

Color #5D6372 in popluar number systems.

HEX 5D 63 72
Decimal 93 99 114
Binary 1011101 1100011 1110010
Octal 135 143 162

Shades and tints

Shades of #5D6372

#5D6372
(93,99,114)
#555A68
(85,90,104)
#4D515E
(77,81,94)
#454854
(69,72,84)
#3D3F4A
(61,63,74)
#353640
(53,54,64)
#2D2D36
(45,45,54)
#25242C
(37,36,44)
#1D1B22
(29,27,34)
#151218
(21,18,24)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #5D6372

#5D6372
(93,99,114)
#6B717E
(107,113,126)
#797F8A
(121,127,138)
#878D96
(135,141,150)
#959BA2
(149,155,162)
#A3A9AE
(163,169,174)
#B1B7BA
(177,183,186)
#BFC5C6
(191,197,198)
#CDD3D2
(205,211,210)
#DBE1DE
(219,225,222)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6372; }

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

This text font color is #5D6372.

Background Color

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

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

This div background color is #5D6372.

Border color

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

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

This div border color is #5D6372.

Opacity

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

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

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

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

This text has shadow with #5D6372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6372.

Preview

Color preview on black background

This text has color #5D6372 on black background.


Color preview on white background

This text has color #5D6372 on white background.


Black color preview on #5D6372 background

This text has black color on #5D6372 background.


White color preview on #5D6372 background

This text has white color on #5D6372 background.


Related colors

Complementary color

Complementary color for #hex is #A29C8D.


I love getcolorcode.com

Triadic colors

1 #725D63 and #63725D with #5D6372 are triadic colors.

2 #72635D and #635D72 with #5D6372 are triadic colors.