COLOR #5D635B

HEX: #5D635B RGB: (93,99,91)

Color info

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

RGB color model

#5D635B color RGB value is (93,99,91).

RGB: (93,99,91) (36%, 39%, 36%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 91 of 255 = 36%

93
99
91

R + G + B ~ 37%. #5D635B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 91 = 283 (100%)
R 93 of 283 ~ 32.86%
G 99 of 283 ~ 34.98%
B 91 of 283 ~ 32.16'%

%32.86
%34.98
%32.16

CMYK color model

#5D635B color CMYK value is (6,0,8,61).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 8.08%
  • key color value is 61.18%

CMYK: (6,0,8,61)
C6M0Y8K61 (6%, 0%, 8%, 61%)
(0.06 / 0.00 / 0.08 / 0.61)

CMYK percentages

%6.06
%0
%8.08
%61.18

Codes

Color #5D635B in popluar color models

5D 63 5B
RGB 93 99 91
HSL 105° 4.21% 37.25%
HSB/HSV 105° 8.08% 38.82%
CMYK 6.06% 0.00% 8.08%
61.18%

Color #5D635B in popluar number systems.

HEX 5D 63 5B
Decimal 93 99 91
Binary 1011101 1100011 1011011
Octal 135 143 133

Shades and tints

Shades of #5D635B

#5D635B
(93,99,91)
#555A53
(85,90,83)
#4D514B
(77,81,75)
#454843
(69,72,67)
#3D3F3B
(61,63,59)
#353633
(53,54,51)
#2D2D2B
(45,45,43)
#252423
(37,36,35)
#1D1B1B
(29,27,27)
#151213
(21,18,19)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #5D635B

#5D635B
(93,99,91)
#6B7169
(107,113,105)
#797F77
(121,127,119)
#878D85
(135,141,133)
#959B93
(149,155,147)
#A3A9A1
(163,169,161)
#B1B7AF
(177,183,175)
#BFC5BD
(191,197,189)
#CDD3CB
(205,211,203)
#DBE1D9
(219,225,217)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D635B; }

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

This text font color is #5D635B.

Background Color

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

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

This div background color is #5D635B.

Border color

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

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

This div border color is #5D635B.

Opacity

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

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

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

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

This text has shadow with #5D635B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D635B.

Preview

Color preview on black background

This text has color #5D635B on black background.


Color preview on white background

This text has color #5D635B on white background.


Black color preview on #5D635B background

This text has black color on #5D635B background.


White color preview on #5D635B background

This text has white color on #5D635B background.


Related colors

Complementary color

Complementary color for #hex is #A29CA4.


I love getcolorcode.com

Triadic colors

1 #5B5D63 and #635B5D with #5D635B are triadic colors.

2 #5B635D and #635D5B with #5D635B are triadic colors.