COLOR #5A635A

HEX: #5A635A
RGB: (90,99,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
99
90

R + G + B ~ 36%. #5A635A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 90 = 279 (100%)
R 90 of 279 ~ 32.26%
G 99 of 279 ~ 35.48%
B 90 of 279 ~ 32.26%

%32.26
%35.48
%32.26

CMYK color model

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

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

CMYK percentages

%9.09
%0
%9.09
%61.18

Codes

Color #5A635A in popluar color models

5A635A
RGB909990
HSL120°4.76%37.06%
HSB/HSV120°9.09%38.82%
CMYK9.09%0.00%9.09%
61.18%

Color #5A635A in popluar number systems.

HEX5A635A
Decimal909990
Binary101101011000111011010
Octal132143132

Shades and tints

Shades of #5A635A

#5A635A
(90,99,90)
#525A52
(82,90,82)
#4A514A
(74,81,74)
#424842
(66,72,66)
#3A3F3A
(58,63,58)
#323632
(50,54,50)
#2A2D2A
(42,45,42)
#222422
(34,36,34)
#1A1B1A
(26,27,26)
#121212
(18,18,18)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #5A635A

#5A635A
(90,99,90)
#697169
(105,113,105)
#787F78
(120,127,120)
#878D87
(135,141,135)
#969B96
(150,155,150)
#A5A9A5
(165,169,165)
#B4B7B4
(180,183,180)
#C3C5C3
(195,197,195)
#D2D3D2
(210,211,210)
#E1E1E1
(225,225,225)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A635A; }

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

This text font color is #5A635A.


Background Color

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

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

This div background color is #5A635A.


Border color

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

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

This div border color is #5A635A.


Opacity

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

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

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

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

This text has shadow with #5A635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A635A on black background.


Color preview on white background

This text has color #5A635A on white background.



Black color preview on #5A635A background

This text has black color on #5A635A background.


White color preview on #5A635A background

This text has white color on #5A635A background.