COLOR #5A654D

HEX: #5A654D
RGB: (90,101,77)

Color info

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

RGB color model

#5A654D color RGB value is (90,101,77).

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

RGB channels and saturation

R 90 of 255 = 35%
G 101 of 255 = 40%
B 77 of 255 = 30%

90
101
77

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

Portions of RGB colors in percentages

R + G + B =
90 + 101 + 77 = 268 (100%)
R 90 of 268 ~ 33.58%
G 101 of 268 ~ 37.69%
B 77 of 268 ~ 28.73%

%33.58
%37.69
%28.73

CMYK color model

#5A654D color CMYK value is (11,0,24,60).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 60.39%
CMYK:
(11,0,24,60)
C11M0Y24K60 
(11%,0%,24%,60%)
(0.11/0.00/0.24/0.60)	

CMYK percentages

%10.89
%0
%23.76
%60.39

Codes

Color #5A654D in popluar color models

5A654D
RGB9010177
HSL88°13.48%34.90%
HSB/HSV88°23.76%39.61%
CMYK10.89%0.00%23.76%
60.39%

Color #5A654D in popluar number systems.

HEX5A654D
Decimal9010177
Binary101101011001011001101
Octal132145115

Shades and tints

Shades of #5A654D

#5A654D
(90,101,77)
#525C46
(82,92,70)
#4A533F
(74,83,63)
#424A38
(66,74,56)
#3A4131
(58,65,49)
#32382A
(50,56,42)
#2A2F23
(42,47,35)
#22261C
(34,38,28)
#1A1D15
(26,29,21)
#12140E
(18,20,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #5A654D

#5A654D
(90,101,77)
#69735D
(105,115,93)
#78816D
(120,129,109)
#878F7D
(135,143,125)
#969D8D
(150,157,141)
#A5AB9D
(165,171,157)
#B4B9AD
(180,185,173)
#C3C7BD
(195,199,189)
#D2D5CD
(210,213,205)
#E1E3DD
(225,227,221)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A654D; }

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

This text font color is #5A654D.


Background Color

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

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

This div background color is #5A654D.


Border color

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

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

This div border color is #5A654D.


Opacity

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

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

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

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

This text has shadow with #5A654D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A654D on black background.


Color preview on white background

This text has color #5A654D on white background.



Black color preview on #5A654D background

This text has black color on #5A654D background.


White color preview on #5A654D background

This text has white color on #5A654D background.