COLOR #5A664A

HEX: #5A664A
RGB: (90,102,74)

Color info

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

RGB color model

#5A664A color RGB value is (90,102,74).

  • red value is 90;
  • green value is 102;
  • blue value is 74.
RGB:
(90,102,74)
(35%,40%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 74 of 255 = 29%

90
102
74

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

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 74 = 266 (100%)
R 90 of 266 ~ 33.83%
G 102 of 266 ~ 38.35%
B 74 of 266 ~ 27.82%

%33.83
%38.35
%27.82

CMYK color model

#5A664A color CMYK value is (12,0,27,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(12,0,27,60)
C12M0Y27K60 
(12%,0%,27%,60%)
(0.12/0.00/0.27/0.60)	

CMYK percentages

%11.76
%0
%27.45
%60

Codes

Color #5A664A in popluar color models

5A664A
RGB9010274
HSL86°15.91%34.51%
HSB/HSV86°27.45%40.00%
CMYK11.76%0.00%27.45%
60.00%

Color #5A664A in popluar number systems.

HEX5A664A
Decimal9010274
Binary101101011001101001010
Octal132146112

Shades and tints

Shades of #5A664A

#5A664A
(90,102,74)
#525D44
(82,93,68)
#4A543E
(74,84,62)
#424B38
(66,75,56)
#3A4232
(58,66,50)
#32392C
(50,57,44)
#2A3026
(42,48,38)
#222720
(34,39,32)
#1A1E1A
(26,30,26)
#121514
(18,21,20)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #5A664A

#5A664A
(90,102,74)
#69735A
(105,115,90)
#78806A
(120,128,106)
#878D7A
(135,141,122)
#969A8A
(150,154,138)
#A5A79A
(165,167,154)
#B4B4AA
(180,180,170)
#C3C1BA
(195,193,186)
#D2CECA
(210,206,202)
#E1DBDA
(225,219,218)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A664A; }

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

This text font color is #5A664A.


Background Color

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

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

This div background color is #5A664A.


Border color

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

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

This div border color is #5A664A.


Opacity

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

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

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

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

This text has shadow with #5A664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A664A on black background.


Color preview on white background

This text has color #5A664A on white background.



Black color preview on #5A664A background

This text has black color on #5A664A background.


White color preview on #5A664A background

This text has white color on #5A664A background.