COLOR #5D626A

HEX: #5D626A RGB: (93,98,106)

Color info

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

RGB color model

#5D626A color RGB value is (93,98,106).

RGB: (93,98,106) (36%, 38%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 106 of 255 = 42%

93
98
106

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

Portions of RGB colors in percentages

R + G + B = 93 + 98 + 106 = 297 (100%)
R 93 of 297 ~ 31.31%
G 98 of 297 ~ 33%
B 106 of 297 ~ 35.69'%

%31.31
%33
%35.69

CMYK color model

#5D626A color CMYK value is (12,8,0,58).

  • cyan value is 12.26%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (12,8,0,58)
C12M8Y0K58 (12%, 8%, 0%, 58%)
(0.12 / 0.08 / 0.00 / 0.58)

CMYK percentages

%12.26
%7.55
%0
%58.43

Codes

Color #5D626A in popluar color models

5D 62 6A
RGB 93 98 106
HSL 217° 6.53% 39.02%
HSB/HSV 217° 12.26% 41.57%
CMYK 12.26% 7.55% 0.00%
58.43%

Color #5D626A in popluar number systems.

HEX 5D 62 6A
Decimal 93 98 106
Binary 1011101 1100010 1101010
Octal 135 142 152

Shades and tints

Shades of #5D626A

#5D626A
(93,98,106)
#555A61
(85,90,97)
#4D5258
(77,82,88)
#454A4F
(69,74,79)
#3D4246
(61,66,70)
#353A3D
(53,58,61)
#2D3234
(45,50,52)
#252A2B
(37,42,43)
#1D2222
(29,34,34)
#151A19
(21,26,25)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #5D626A

#5D626A
(93,98,106)
#6B7077
(107,112,119)
#797E84
(121,126,132)
#878C91
(135,140,145)
#959A9E
(149,154,158)
#A3A8AB
(163,168,171)
#B1B6B8
(177,182,184)
#BFC4C5
(191,196,197)
#CDD2D2
(205,210,210)
#DBE0DF
(219,224,223)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D626A; }

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

This text font color is #5D626A.

Background Color

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

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

This div background color is #5D626A.

Border color

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

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

This div border color is #5D626A.

Opacity

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

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

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

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

This text has shadow with #5D626A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D626A.

Preview

Color preview on black background

This text has color #5D626A on black background.


Color preview on white background

This text has color #5D626A on white background.


Black color preview on #5D626A background

This text has black color on #5D626A background.


White color preview on #5D626A background

This text has white color on #5D626A background.


Related colors

Complementary color

Complementary color for #hex is #A29D95.


I love getcolorcode.com

Triadic colors

1 #6A5D62 and #626A5D with #5D626A are triadic colors.

2 #6A625D and #625D6A with #5D626A are triadic colors.