COLOR #5A644D

HEX: #5A644D
RGB: (90,100,77)

Color info

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

RGB color model

#5A644D color RGB value is (90,100,77).

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

RGB channels and saturation

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

90
100
77

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 77 = 267 (100%)
R 90 of 267 ~ 33.71%
G 100 of 267 ~ 37.45%
B 77 of 267 ~ 28.84%

%33.71
%37.45
%28.84

CMYK color model

#5A644D color CMYK value is (10,0,23,61).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 60.78%
CMYK:
(10,0,23,61)
C10M0Y23K61 
(10%,0%,23%,61%)
(0.10/0.00/0.23/0.61)	

CMYK percentages

%10
%0
%23
%60.78

Codes

Color #5A644D in popluar color models

5A644D
RGB9010077
HSL86°12.99%34.71%
HSB/HSV86°23.00%39.22%
CMYK10.00%0.00%23.00%
60.78%

Color #5A644D in popluar number systems.

HEX5A644D
Decimal9010077
Binary101101011001001001101
Octal132144115

Shades and tints

Shades of #5A644D

#5A644D
(90,100,77)
#525B46
(82,91,70)
#4A523F
(74,82,63)
#424938
(66,73,56)
#3A4031
(58,64,49)
#32372A
(50,55,42)
#2A2E23
(42,46,35)
#22251C
(34,37,28)
#1A1C15
(26,28,21)
#12130E
(18,19,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #5A644D

#5A644D
(90,100,77)
#69725D
(105,114,93)
#78806D
(120,128,109)
#878E7D
(135,142,125)
#969C8D
(150,156,141)
#A5AA9D
(165,170,157)
#B4B8AD
(180,184,173)
#C3C6BD
(195,198,189)
#D2D4CD
(210,212,205)
#E1E2DD
(225,226,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A644D; }

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

This text font color is #5A644D.


Background Color

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

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

This div background color is #5A644D.


Border color

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

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

This div border color is #5A644D.


Opacity

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

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

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

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

This text has shadow with #5A644D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A644D on black background.


Color preview on white background

This text has color #5A644D on white background.



Black color preview on #5A644D background

This text has black color on #5A644D background.


White color preview on #5A644D background

This text has white color on #5A644D background.