COLOR #5A635F

HEX: #5A635F
RGB: (90,99,95)

Color info

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

RGB color model

#5A635F color RGB value is (90,99,95).

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

RGB channels and saturation

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

90
99
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 95 = 284 (100%)
R 90 of 284 ~ 31.69%
G 99 of 284 ~ 34.86%
B 95 of 284 ~ 33.45%

%31.69
%34.86
%33.45

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK: (9,0,4,61) C9M0Y4K61 (9%,0%,4%,61%) (0.09/0.00/0.04/0.61)

CMYK percentages

%9.09
%0
%4.04
%61.18

Codes

Color #5A635F in popluar color models

5A635F
RGB909995
HSL153°4.76%37.06%
HSB/HSV153°9.09%38.82%
CMYK9.09%0.00%4.04%
61.18%

Color #5A635F in popluar number systems.

HEX5A635F
Decimal909995
Binary101101011000111011111
Octal132143137

Shades and tints

Shades of #5A635F

#5A635F
(90,99,95)
#525A57
(82,90,87)
#4A514F
(74,81,79)
#424847
(66,72,71)
#3A3F3F
(58,63,63)
#323637
(50,54,55)
#2A2D2F
(42,45,47)
#222427
(34,36,39)
#1A1B1F
(26,27,31)
#121217
(18,18,23)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #5A635F

#5A635F
(90,99,95)
#69716D
(105,113,109)
#787F7B
(120,127,123)
#878D89
(135,141,137)
#969B97
(150,155,151)
#A5A9A5
(165,169,165)
#B4B7B3
(180,183,179)
#C3C5C1
(195,197,193)
#D2D3CF
(210,211,207)
#E1E1DD
(225,225,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A635F; }

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

This text font color is #5A635F.


Background Color

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

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

This div background color is #5A635F.


Border color

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

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

This div border color is #5A635F.


Opacity

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

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

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

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

This text has shadow with #5A635F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A635F on black background.


Color preview on white background

This text has color #5A635F on white background.



Black color preview on #5A635F background

This text has black color on #5A635F background.


White color preview on #5A635F background

This text has white color on #5A635F background.