COLOR #5D624F

HEX: #5D624F RGB: (93,98,79)

Color info

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

RGB color model

#5D624F color RGB value is (93,98,79).

RGB: (93,98,79) (36%, 38%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 79 of 255 = 31%

93
98
79

R + G + B ~ 35%. #5D624F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 98 + 79 = 270 (100%)
R 93 of 270 ~ 34.44%
G 98 of 270 ~ 36.3%
B 79 of 270 ~ 29.26'%

%34.44
%36.3
%29.26

CMYK color model

#5D624F color CMYK value is (5,0,19,62).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 61.57%

CMYK: (5,0,19,62)
C5M0Y19K62 (5%, 0%, 19%, 62%)
(0.05 / 0.00 / 0.19 / 0.62)

CMYK percentages

%5.1
%0
%19.39
%61.57

Codes

Color #5D624F in popluar color models

5D 62 4F
RGB 93 98 79
HSL 76° 10.73% 34.71%
HSB/HSV 76° 19.39% 38.43%
CMYK 5.10% 0.00% 19.39%
61.57%

Color #5D624F in popluar number systems.

HEX 5D 62 4F
Decimal 93 98 79
Binary 1011101 1100010 1001111
Octal 135 142 117

Shades and tints

Shades of #5D624F

#5D624F
(93,98,79)
#555A48
(85,90,72)
#4D5241
(77,82,65)
#454A3A
(69,74,58)
#3D4233
(61,66,51)
#353A2C
(53,58,44)
#2D3225
(45,50,37)
#252A1E
(37,42,30)
#1D2217
(29,34,23)
#151A10
(21,26,16)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #5D624F

#5D624F
(93,98,79)
#6B705F
(107,112,95)
#797E6F
(121,126,111)
#878C7F
(135,140,127)
#959A8F
(149,154,143)
#A3A89F
(163,168,159)
#B1B6AF
(177,182,175)
#BFC4BF
(191,196,191)
#CDD2CF
(205,210,207)
#DBE0DF
(219,224,223)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D624F; }

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

This text font color is #5D624F.

Background Color

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

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

This div background color is #5D624F.

Border color

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

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

This div border color is #5D624F.

Opacity

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

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

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

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

This text has shadow with #5D624F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D624F.

Preview

Color preview on black background

This text has color #5D624F on black background.


Color preview on white background

This text has color #5D624F on white background.


Black color preview on #5D624F background

This text has black color on #5D624F background.


White color preview on #5D624F background

This text has white color on #5D624F background.


Related colors

Complementary color

Complementary color for #hex is #A29DB0.


I love getcolorcode.com

Triadic colors

1 #4F5D62 and #624F5D with #5D624F are triadic colors.

2 #4F625D and #625D4F with #5D624F are triadic colors.