COLOR #5A5844

HEX: #5A5844
RGB: (90,88,68)

Color info

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

RGB color model

#5A5844 color RGB value is (90,88,68).

  • red value is 90;
  • green value is 88;
  • blue value is 68.
RGB:
(90,88,68)
(35%,35%,27%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 68 of 255 = 27%

90
88
68

R + G + B ~ 32%. #5A5844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 68 = 246 (100%)
R 90 of 246 ~ 36.59%
G 88 of 246 ~ 35.77%
B 68 of 246 ~ 27.64%

%36.59
%35.77
%27.64

CMYK color model

#5A5844 color CMYK value is (0,2,24,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 24.44%
  • key color value is 64.71%
CMYK:
(0,2,24,65)
C0M2Y24K65 
(0%,2%,24%,65%)
(0.00/0.02/0.24/0.65)	

CMYK percentages

%0
%2.22
%24.44
%64.71

Codes

Color #5A5844 in popluar color models

5A5844
RGB908868
HSL55°13.92%30.98%
HSB/HSV55°24.44%35.29%
CMYK0.00%2.22%24.44%
64.71%

Color #5A5844 in popluar number systems.

HEX5A5844
Decimal908868
Binary101101010110001000100
Octal132130104

Shades and tints

Shades of #5A5844

#5A5844
(90,88,68)
#52503E
(82,80,62)
#4A4838
(74,72,56)
#424032
(66,64,50)
#3A382C
(58,56,44)
#323026
(50,48,38)
#2A2820
(42,40,32)
#22201A
(34,32,26)
#1A1814
(26,24,20)
#12100E
(18,16,14)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #5A5844

#5A5844
(90,88,68)
#696755
(105,103,85)
#787666
(120,118,102)
#878577
(135,133,119)
#969488
(150,148,136)
#A5A399
(165,163,153)
#B4B2AA
(180,178,170)
#C3C1BB
(195,193,187)
#D2D0CC
(210,208,204)
#E1DFDD
(225,223,221)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5844 color. Also use rgb(90,88,68) instead hex code.

Text Font Color

.myTextColor { color: #5A5844; }

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

This text font color is #5A5844.


Background Color

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

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

This div background color is #5A5844.


Border color

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

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

This div border color is #5A5844.


Opacity

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

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

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

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

This text has shadow with #5A5844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5844 on black background.


Color preview on white background

This text has color #5A5844 on white background.



Black color preview on #5A5844 background

This text has black color on #5A5844 background.


White color preview on #5A5844 background

This text has white color on #5A5844 background.