COLOR #5A634D

HEX: #5A634D
RGB: (90,99,77)

Color info

#5A634D contains red, green and blue colors in about the same proportion. Web safe color of #5A634D is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

90
99
77

R + G + B ~ 35%. #5A634D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 99 + 77 = 266 (100%)
R 90 of 266 ~ 33.83%
G 99 of 266 ~ 37.22%
B 77 of 266 ~ 28.95%

%33.83
%37.22
%28.95

CMYK color model

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

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

CMYK percentages

%9.09
%0
%22.22
%61.18

Codes

Color #5A634D in popluar color models

5A634D
RGB909977
HSL85°12.50%34.51%
HSB/HSV85°22.22%38.82%
CMYK9.09%0.00%22.22%
61.18%

Color #5A634D in popluar number systems.

HEX5A634D
Decimal909977
Binary101101011000111001101
Octal132143115

Shades and tints

Shades of #5A634D

#5A634D
(90,99,77)
#525A46
(82,90,70)
#4A513F
(74,81,63)
#424838
(66,72,56)
#3A3F31
(58,63,49)
#32362A
(50,54,42)
#2A2D23
(42,45,35)
#22241C
(34,36,28)
#1A1B15
(26,27,21)
#12120E
(18,18,14)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #5A634D

#5A634D
(90,99,77)
#69715D
(105,113,93)
#787F6D
(120,127,109)
#878D7D
(135,141,125)
#969B8D
(150,155,141)
#A5A99D
(165,169,157)
#B4B7AD
(180,183,173)
#C3C5BD
(195,197,189)
#D2D3CD
(210,211,205)
#E1E1DD
(225,225,221)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A634D; }

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

This text font color is #5A634D.


Background Color

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

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

This div background color is #5A634D.


Border color

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

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

This div border color is #5A634D.


Opacity

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

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

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

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

This text has shadow with #5A634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A634D on black background.


Color preview on white background

This text has color #5A634D on white background.



Black color preview on #5A634D background

This text has black color on #5A634D background.


White color preview on #5A634D background

This text has white color on #5A634D background.