COLOR #5D6367

HEX: #5D6367 RGB: (93,99,103)

Color info

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

RGB color model

#5D6367 color RGB value is (93,99,103).

RGB: (93,99,103) (36%, 39%, 40%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 103 of 255 = 40%

93
99
103

R + G + B ~ 38%. #5D6367 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 103 = 295 (100%)
R 93 of 295 ~ 31.53%
G 99 of 295 ~ 33.56%
B 103 of 295 ~ 34.92'%

%31.53
%33.56
%34.92

CMYK color model

#5D6367 color CMYK value is (10,4,0,60).

  • cyan value is 9.71%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (10,4,0,60)
C10M4Y0K60 (10%, 4%, 0%, 60%)
(0.10 / 0.04 / 0.00 / 0.60)

CMYK percentages

%9.71
%3.88
%0
%59.61

Codes

Color #5D6367 in popluar color models

5D 63 67
RGB 93 99 103
HSL 204° 5.10% 38.43%
HSB/HSV 204° 9.71% 40.39%
CMYK 9.71% 3.88% 0.00%
59.61%

Color #5D6367 in popluar number systems.

HEX 5D 63 67
Decimal 93 99 103
Binary 1011101 1100011 1100111
Octal 135 143 147

Shades and tints

Shades of #5D6367

#5D6367
(93,99,103)
#555A5E
(85,90,94)
#4D5155
(77,81,85)
#45484C
(69,72,76)
#3D3F43
(61,63,67)
#35363A
(53,54,58)
#2D2D31
(45,45,49)
#252428
(37,36,40)
#1D1B1F
(29,27,31)
#151216
(21,18,22)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #5D6367

#5D6367
(93,99,103)
#6B7174
(107,113,116)
#797F81
(121,127,129)
#878D8E
(135,141,142)
#959B9B
(149,155,155)
#A3A9A8
(163,169,168)
#B1B7B5
(177,183,181)
#BFC5C2
(191,197,194)
#CDD3CF
(205,211,207)
#DBE1DC
(219,225,220)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6367; }

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

This text font color is #5D6367.

Background Color

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

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

This div background color is #5D6367.

Border color

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

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

This div border color is #5D6367.

Opacity

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

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

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

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

This text has shadow with #5D6367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6367.

Preview

Color preview on black background

This text has color #5D6367 on black background.


Color preview on white background

This text has color #5D6367 on white background.


Black color preview on #5D6367 background

This text has black color on #5D6367 background.


White color preview on #5D6367 background

This text has white color on #5D6367 background.


Related colors

Complementary color

Complementary color for #hex is #A29C98.


I love getcolorcode.com

Triadic colors

1 #675D63 and #63675D with #5D6367 are triadic colors.

2 #67635D and #635D67 with #5D6367 are triadic colors.