COLOR #5A654C

HEX: #5A654C RGB: (90,101,76)

Color info

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

RGB color model

#5A654C color RGB value is (90,101,76).

RGB: (90,101,76) (35%, 40%, 30%)

RGB channels and saturation

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

90
101
76

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

Portions of RGB colors in percentages

R + G + B = 90 + 101 + 76 = 267 (100%)
R 90 of 267 ~ 33.71%
G 101 of 267 ~ 37.83%
B 76 of 267 ~ 28.46'%

%33.71
%37.83
%28.46

CMYK color model

#5A654C color CMYK value is (11,0,25,60).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 60.39%
CMYK: (11,0,25,60) C11M0Y25K60 (11%,0%,25%,60%) (0.11/0.00/0.25/0.60) 

CMYK percentages

%10.89
%0
%24.75
%60.39

Codes

Color #5A654C in popluar color models

5A 65 4C
RGB 90 101 76
HSL 86° 14.12% 34.71%
HSB/HSV 86° 24.75% 39.61%
CMYK 10.89% 0.00% 24.75%
60.39%

Color #5A654C in popluar number systems.

HEX 5A 65 4C
Decimal 90 101 76
Binary 1011010 1100101 1001100
Octal 132 145 114

Shades and tints

Shades of #5A654C

#5A654C
(90,101,76)
#525C46
(82,92,70)
#4A5340
(74,83,64)
#424A3A
(66,74,58)
#3A4134
(58,65,52)
#32382E
(50,56,46)
#2A2F28
(42,47,40)
#222622
(34,38,34)
#1A1D1C
(26,29,28)
#121416
(18,20,22)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #5A654C

#5A654C
(90,101,76)
#69735C
(105,115,92)
#78816C
(120,129,108)
#878F7C
(135,143,124)
#969D8C
(150,157,140)
#A5AB9C
(165,171,156)
#B4B9AC
(180,185,172)
#C3C7BC
(195,199,188)
#D2D5CC
(210,213,204)
#E1E3DC
(225,227,220)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A654C; }

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

This text font color is #5A654C.

Background Color

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

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

This div background color is #5A654C.

Border color

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

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

This div border color is #5A654C.

Opacity

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

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

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

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

This text has shadow with #5A654C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A654C.

Preview

Color preview on black background

This text has color #5A654C on black background.


Color preview on white background

This text has color #5A654C on white background.


Black color preview on #5A654C background

This text has black color on #5A654C background.


White color preview on #5A654C background

This text has white color on #5A654C background.


Related colors

Complementary color

Complementary color for #hex is #A59AB3.


I love getcolorcode.com

Triadic colors

1 #4C5A65 and #654C5A with #5A654C are triadic colors.

2 #4C655A and #655A4C with #5A654C are triadic colors.