COLOR #5A635E

HEX: #5A635E
RGB: (90,99,94)

Color info

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

RGB color model

#5A635E color RGB value is (90,99,94).

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

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 94 of 255 = 37%

90
99
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 94 = 283 (100%)
R 90 of 283 ~ 31.8%
G 99 of 283 ~ 34.98%
B 94 of 283 ~ 33.22%

%31.8
%34.98
%33.22

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(9,0,5,61)
C9M0Y5K61 
(9%,0%,5%,61%)
(0.09/0.00/0.05/0.61)	

CMYK percentages

%9.09
%0
%5.05
%61.18

Codes

Color #5A635E in popluar color models

5A635E
RGB909994
HSL147°4.76%37.06%
HSB/HSV147°9.09%38.82%
CMYK9.09%0.00%5.05%
61.18%

Color #5A635E in popluar number systems.

HEX5A635E
Decimal909994
Binary101101011000111011110
Octal132143136

Shades and tints

Shades of #5A635E

#5A635E
(90,99,94)
#525A56
(82,90,86)
#4A514E
(74,81,78)
#424846
(66,72,70)
#3A3F3E
(58,63,62)
#323636
(50,54,54)
#2A2D2E
(42,45,46)
#222426
(34,36,38)
#1A1B1E
(26,27,30)
#121216
(18,18,22)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #5A635E

#5A635E
(90,99,94)
#69716C
(105,113,108)
#787F7A
(120,127,122)
#878D88
(135,141,136)
#969B96
(150,155,150)
#A5A9A4
(165,169,164)
#B4B7B2
(180,183,178)
#C3C5C0
(195,197,192)
#D2D3CE
(210,211,206)
#E1E1DC
(225,225,220)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A635E; }

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

This text font color is #5A635E.


Background Color

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

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

This div background color is #5A635E.


Border color

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

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

This div border color is #5A635E.


Opacity

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

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

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

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

This text has shadow with #5A635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A635E on black background.


Color preview on white background

This text has color #5A635E on white background.



Black color preview on #5A635E background

This text has black color on #5A635E background.


White color preview on #5A635E background

This text has white color on #5A635E background.