COLOR #5A5E43

HEX: #5A5E43
RGB: (90,94,67)

Color info

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

RGB color model

#5A5E43 color RGB value is (90,94,67).

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

RGB channels and saturation

R 90 of 255 = 35%
G 94 of 255 = 37%
B 67 of 255 = 26%

90
94
67

R + G + B ~ 33%. #5A5E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 67 = 251 (100%)
R 90 of 251 ~ 35.86%
G 94 of 251 ~ 37.45%
B 67 of 251 ~ 26.69%

%35.86
%37.45
%26.69

CMYK color model

#5A5E43 color CMYK value is (4,0,29,63).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 63.14%
CMYK:
(4,0,29,63)
C4M0Y29K63 
(4%,0%,29%,63%)
(0.04/0.00/0.29/0.63)	

CMYK percentages

%4.26
%0
%28.72
%63.14

Codes

Color #5A5E43 in popluar color models

5A5E43
RGB909467
HSL69°16.77%31.57%
HSB/HSV69°28.72%36.86%
CMYK4.26%0.00%28.72%
63.14%

Color #5A5E43 in popluar number systems.

HEX5A5E43
Decimal909467
Binary101101010111101000011
Octal132136103

Shades and tints

Shades of #5A5E43

#5A5E43
(90,94,67)
#52563D
(82,86,61)
#4A4E37
(74,78,55)
#424631
(66,70,49)
#3A3E2B
(58,62,43)
#323625
(50,54,37)
#2A2E1F
(42,46,31)
#222619
(34,38,25)
#1A1E13
(26,30,19)
#12160D
(18,22,13)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #5A5E43

#5A5E43
(90,94,67)
#696C54
(105,108,84)
#787A65
(120,122,101)
#878876
(135,136,118)
#969687
(150,150,135)
#A5A498
(165,164,152)
#B4B2A9
(180,178,169)
#C3C0BA
(195,192,186)
#D2CECB
(210,206,203)
#E1DCDC
(225,220,220)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E43; }

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

This text font color is #5A5E43.


Background Color

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

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

This div background color is #5A5E43.


Border color

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

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

This div border color is #5A5E43.


Opacity

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

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

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

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

This text has shadow with #5A5E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E43 on black background.


Color preview on white background

This text has color #5A5E43 on white background.



Black color preview on #5A5E43 background

This text has black color on #5A5E43 background.


White color preview on #5A5E43 background

This text has white color on #5A5E43 background.