COLOR #5D635E

HEX: #5D635E
RGB: (93,99,94)

Color info

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

RGB color model

#5D635E color RGB value is (93,99,94).

  • red value is 93;
  • green value is 99;
  • blue value is 94.
RGB:
(93,99,94)
(36%,39%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 94 of 255 = 37%

93
99
94

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 94 = 286 (100%)
R 93 of 286 ~ 32.52%
G 99 of 286 ~ 34.62%
B 94 of 286 ~ 32.87%

%32.52
%34.62
%32.87

CMYK color model

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

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(6,0,5,61)
C6M0Y5K61 
(6%,0%,5%,61%)
(0.06/0.00/0.05/0.61)	

CMYK percentages

%6.06
%0
%5.05
%61.18

Codes

Color #5D635E in popluar color models

5D635E
RGB939994
HSL130°3.13%37.65%
HSB/HSV130°6.06%38.82%
CMYK6.06%0.00%5.05%
61.18%

Color #5D635E in popluar number systems.

HEX5D635E
Decimal939994
Binary101110111000111011110
Octal135143136

Shades and tints

Shades of #5D635E

#5D635E
(93,99,94)
#555A56
(85,90,86)
#4D514E
(77,81,78)
#454846
(69,72,70)
#3D3F3E
(61,63,62)
#353636
(53,54,54)
#2D2D2E
(45,45,46)
#252426
(37,36,38)
#1D1B1E
(29,27,30)
#151216
(21,18,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #5D635E

#5D635E
(93,99,94)
#6B716C
(107,113,108)
#797F7A
(121,127,122)
#878D88
(135,141,136)
#959B96
(149,155,150)
#A3A9A4
(163,169,164)
#B1B7B2
(177,183,178)
#BFC5C0
(191,197,192)
#CDD3CE
(205,211,206)
#DBE1DC
(219,225,220)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D635E; }

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

This text font color is #5D635E.


Background Color

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

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

This div background color is #5D635E.


Border color

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

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

This div border color is #5D635E.


Opacity

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

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

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

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

This text has shadow with #5D635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D635E on black background.


Color preview on white background

This text has color #5D635E on white background.



Black color preview on #5D635E background

This text has black color on #5D635E background.


White color preview on #5D635E background

This text has white color on #5D635E background.