COLOR #5A7543

HEX: #5A7543
RGB: (90,117,67)

Color info

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

RGB color model

#5A7543 color RGB value is (90,117,67).

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

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 67 of 255 = 26%

90
117
67

R + G + B ~ 36%. #5A7543 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 117 + 67 = 274 (100%)
R 90 of 274 ~ 32.85%
G 117 of 274 ~ 42.7%
B 67 of 274 ~ 24.45%

%32.85
%42.7
%24.45

CMYK color model

#5A7543 color CMYK value is (23,0,43,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 54.12%
CMYK:
(23,0,43,54)
C23M0Y43K54 
(23%,0%,43%,54%)
(0.23/0.00/0.43/0.54)	

CMYK percentages

%23.08
%0
%42.74
%54.12

Codes

Color #5A7543 in popluar color models

5A7543
RGB9011767
HSL92°27.17%36.08%
HSB/HSV92°42.74%45.88%
CMYK23.08%0.00%42.74%
54.12%

Color #5A7543 in popluar number systems.

HEX5A7543
Decimal9011767
Binary101101011101011000011
Octal132165103

Shades and tints

Shades of #5A7543

#5A7543
(90,117,67)
#526B3D
(82,107,61)
#4A6137
(74,97,55)
#425731
(66,87,49)
#3A4D2B
(58,77,43)
#324325
(50,67,37)
#2A391F
(42,57,31)
#222F19
(34,47,25)
#1A2513
(26,37,19)
#121B0D
(18,27,13)
#0A1107
(10,17,7)
#000000
(0,0,0)

Tints of #5A7543

#5A7543
(90,117,67)
#698154
(105,129,84)
#788D65
(120,141,101)
#879976
(135,153,118)
#96A587
(150,165,135)
#A5B198
(165,177,152)
#B4BDA9
(180,189,169)
#C3C9BA
(195,201,186)
#D2D5CB
(210,213,203)
#E1E1DC
(225,225,220)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7543; }

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

This text font color is #5A7543.


Background Color

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

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

This div background color is #5A7543.


Border color

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

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

This div border color is #5A7543.


Opacity

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

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

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

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

This text has shadow with #5A7543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7543 on black background.


Color preview on white background

This text has color #5A7543 on white background.



Black color preview on #5A7543 background

This text has black color on #5A7543 background.


White color preview on #5A7543 background

This text has white color on #5A7543 background.