COLOR #5A5843

HEX: #5A5843
RGB: (90,88,67)

Color info

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

RGB color model

#5A5843 color RGB value is (90,88,67).

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

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 67 of 255 = 26%

90
88
67

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

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 67 = 245 (100%)
R 90 of 245 ~ 36.73%
G 88 of 245 ~ 35.92%
B 67 of 245 ~ 27.35%

%36.73
%35.92
%27.35

CMYK color model

#5A5843 color CMYK value is (0,2,26,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 25.56%
  • key color value is 64.71%
CMYK:
(0,2,26,65)
C0M2Y26K65 
(0%,2%,26%,65%)
(0.00/0.02/0.26/0.65)	

CMYK percentages

%0
%2.22
%25.56
%64.71

Codes

Color #5A5843 in popluar color models

5A5843
RGB908867
HSL55°14.65%30.78%
HSB/HSV55°25.56%35.29%
CMYK0.00%2.22%25.56%
64.71%

Color #5A5843 in popluar number systems.

HEX5A5843
Decimal908867
Binary101101010110001000011
Octal132130103

Shades and tints

Shades of #5A5843

#5A5843
(90,88,67)
#52503D
(82,80,61)
#4A4837
(74,72,55)
#424031
(66,64,49)
#3A382B
(58,56,43)
#323025
(50,48,37)
#2A281F
(42,40,31)
#222019
(34,32,25)
#1A1813
(26,24,19)
#12100D
(18,16,13)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #5A5843

#5A5843
(90,88,67)
#696754
(105,103,84)
#787665
(120,118,101)
#878576
(135,133,118)
#969487
(150,148,135)
#A5A398
(165,163,152)
#B4B2A9
(180,178,169)
#C3C1BA
(195,193,186)
#D2D0CB
(210,208,203)
#E1DFDC
(225,223,220)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5843; }

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

This text font color is #5A5843.


Background Color

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

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

This div background color is #5A5843.


Border color

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

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

This div border color is #5A5843.


Opacity

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

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

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

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

This text has shadow with #5A5843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5843 on black background.


Color preview on white background

This text has color #5A5843 on white background.



Black color preview on #5A5843 background

This text has black color on #5A5843 background.


White color preview on #5A5843 background

This text has white color on #5A5843 background.