COLOR #5A664B

HEX: #5A664B
RGB: (90,102,75)

Color info

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

RGB color model

#5A664B color RGB value is (90,102,75).

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

RGB channels and saturation

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

90
102
75

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

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 75 = 267 (100%)
R 90 of 267 ~ 33.71%
G 102 of 267 ~ 38.2%
B 75 of 267 ~ 28.09%

%33.71
%38.2
%28.09

CMYK color model

#5A664B color CMYK value is (12,0,26,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 60.00%
CMYK:
(12,0,26,60)
C12M0Y26K60 
(12%,0%,26%,60%)
(0.12/0.00/0.26/0.60)	

CMYK percentages

%11.76
%0
%26.47
%60

Codes

Color #5A664B in popluar color models

5A664B
RGB9010275
HSL87°15.25%34.71%
HSB/HSV87°26.47%40.00%
CMYK11.76%0.00%26.47%
60.00%

Color #5A664B in popluar number systems.

HEX5A664B
Decimal9010275
Binary101101011001101001011
Octal132146113

Shades and tints

Shades of #5A664B

#5A664B
(90,102,75)
#525D45
(82,93,69)
#4A543F
(74,84,63)
#424B39
(66,75,57)
#3A4233
(58,66,51)
#32392D
(50,57,45)
#2A3027
(42,48,39)
#222721
(34,39,33)
#1A1E1B
(26,30,27)
#121515
(18,21,21)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #5A664B

#5A664B
(90,102,75)
#69735B
(105,115,91)
#78806B
(120,128,107)
#878D7B
(135,141,123)
#969A8B
(150,154,139)
#A5A79B
(165,167,155)
#B4B4AB
(180,180,171)
#C3C1BB
(195,193,187)
#D2CECB
(210,206,203)
#E1DBDB
(225,219,219)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A664B; }

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

This text font color is #5A664B.


Background Color

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

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

This div background color is #5A664B.


Border color

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

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

This div border color is #5A664B.


Opacity

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

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

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

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

This text has shadow with #5A664B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A664B on black background.


Color preview on white background

This text has color #5A664B on white background.



Black color preview on #5A664B background

This text has black color on #5A664B background.


White color preview on #5A664B background

This text has white color on #5A664B background.