COLOR #5A5340

HEX: #5A5340
RGB: (90,83,64)

Color info

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

RGB color model

#5A5340 color RGB value is (90,83,64).

  • red value is 90;
  • green value is 83;
  • blue value is 64.
RGB:
(90,83,64)
(35%,33%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 64 of 255 = 25%

90
83
64

R + G + B ~ 31%. #5A5340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 64 = 237 (100%)
R 90 of 237 ~ 37.97%
G 83 of 237 ~ 35.02%
B 64 of 237 ~ 27%

%37.97
%35.02
%27

CMYK color model

#5A5340 color CMYK value is (0,8,29,65).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 28.89%
  • key color value is 64.71%
CMYK:
(0,8,29,65)
C0M8Y29K65 
(0%,8%,29%,65%)
(0.00/0.08/0.29/0.65)	

CMYK percentages

%0
%7.78
%28.89
%64.71

Codes

Color #5A5340 in popluar color models

5A5340
RGB908364
HSL44°16.88%30.20%
HSB/HSV44°28.89%35.29%
CMYK0.00%7.78%28.89%
64.71%

Color #5A5340 in popluar number systems.

HEX5A5340
Decimal908364
Binary101101010100111000000
Octal132123100

Shades and tints

Shades of #5A5340

#5A5340
(90,83,64)
#524C3B
(82,76,59)
#4A4536
(74,69,54)
#423E31
(66,62,49)
#3A372C
(58,55,44)
#323027
(50,48,39)
#2A2922
(42,41,34)
#22221D
(34,34,29)
#1A1B18
(26,27,24)
#121413
(18,20,19)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #5A5340

#5A5340
(90,83,64)
#696251
(105,98,81)
#787162
(120,113,98)
#878073
(135,128,115)
#968F84
(150,143,132)
#A59E95
(165,158,149)
#B4ADA6
(180,173,166)
#C3BCB7
(195,188,183)
#D2CBC8
(210,203,200)
#E1DAD9
(225,218,217)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5340 color. Also use rgb(90,83,64) instead hex code.

Text Font Color

.myTextColor { color: #5A5340; }

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

This text font color is #5A5340.


Background Color

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

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

This div background color is #5A5340.


Border color

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

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

This div border color is #5A5340.


Opacity

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

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

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

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

This text has shadow with #5A5340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5340 on black background.


Color preview on white background

This text has color #5A5340 on white background.



Black color preview on #5A5340 background

This text has black color on #5A5340 background.


White color preview on #5A5340 background

This text has white color on #5A5340 background.