COLOR #5D635A

HEX: #5D635A RGB: (93,99,90)

Color info

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

RGB color model

#5D635A color RGB value is (93,99,90).

RGB: (93,99,90) (36%, 39%, 35%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 90 of 255 = 35%

93
99
90

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

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 90 = 282 (100%)
R 93 of 282 ~ 32.98%
G 99 of 282 ~ 35.11%
B 90 of 282 ~ 31.91'%

%32.98
%35.11
%31.91

CMYK color model

#5D635A color CMYK value is (6,0,9,61).

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

CMYK: (6,0,9,61)
C6M0Y9K61 (6%, 0%, 9%, 61%)
(0.06 / 0.00 / 0.09 / 0.61)

CMYK percentages

%6.06
%0
%9.09
%61.18

Codes

Color #5D635A in popluar color models

5D 63 5A
RGB 93 99 90
HSL 100° 4.76% 37.06%
HSB/HSV 100° 9.09% 38.82%
CMYK 6.06% 0.00% 9.09%
61.18%

Color #5D635A in popluar number systems.

HEX 5D 63 5A
Decimal 93 99 90
Binary 1011101 1100011 1011010
Octal 135 143 132

Shades and tints

Shades of #5D635A

#5D635A
(93,99,90)
#555A52
(85,90,82)
#4D514A
(77,81,74)
#454842
(69,72,66)
#3D3F3A
(61,63,58)
#353632
(53,54,50)
#2D2D2A
(45,45,42)
#252422
(37,36,34)
#1D1B1A
(29,27,26)
#151212
(21,18,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #5D635A

#5D635A
(93,99,90)
#6B7169
(107,113,105)
#797F78
(121,127,120)
#878D87
(135,141,135)
#959B96
(149,155,150)
#A3A9A5
(163,169,165)
#B1B7B4
(177,183,180)
#BFC5C3
(191,197,195)
#CDD3D2
(205,211,210)
#DBE1E1
(219,225,225)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D635A; }

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

This text font color is #5D635A.

Background Color

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

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

This div background color is #5D635A.

Border color

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

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

This div border color is #5D635A.

Opacity

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

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

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

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

This text has shadow with #5D635A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D635A.

Preview

Color preview on black background

This text has color #5D635A on black background.


Color preview on white background

This text has color #5D635A on white background.


Black color preview on #5D635A background

This text has black color on #5D635A background.


White color preview on #5D635A background

This text has white color on #5D635A background.


Related colors

Complementary color

Complementary color for #hex is #A29CA5.


I love getcolorcode.com

Triadic colors

1 #5A5D63 and #635A5D with #5D635A are triadic colors.

2 #5A635D and #635D5A with #5D635A are triadic colors.