COLOR #5A7447

HEX: #5A7447
RGB: (90,116,71)

Color info

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

RGB color model

#5A7447 color RGB value is (90,116,71).

  • red value is 90;
  • green value is 116;
  • blue value is 71.
RGB:
(90,116,71)
(35%,45%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 71 of 255 = 28%

90
116
71

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

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 71 = 277 (100%)
R 90 of 277 ~ 32.49%
G 116 of 277 ~ 41.88%
B 71 of 277 ~ 25.63%

%32.49
%41.88
%25.63

CMYK color model

#5A7447 color CMYK value is (22,0,39,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK:
(22,0,39,55)
C22M0Y39K55 
(22%,0%,39%,55%)
(0.22/0.00/0.39/0.55)	

CMYK percentages

%22.41
%0
%38.79
%54.51

Codes

Color #5A7447 in popluar color models

5A7447
RGB9011671
HSL95°24.06%36.67%
HSB/HSV95°38.79%45.49%
CMYK22.41%0.00%38.79%
54.51%

Color #5A7447 in popluar number systems.

HEX5A7447
Decimal9011671
Binary101101011101001000111
Octal132164107

Shades and tints

Shades of #5A7447

#5A7447
(90,116,71)
#526A41
(82,106,65)
#4A603B
(74,96,59)
#425635
(66,86,53)
#3A4C2F
(58,76,47)
#324229
(50,66,41)
#2A3823
(42,56,35)
#222E1D
(34,46,29)
#1A2417
(26,36,23)
#121A11
(18,26,17)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #5A7447

#5A7447
(90,116,71)
#698057
(105,128,87)
#788C67
(120,140,103)
#879877
(135,152,119)
#96A487
(150,164,135)
#A5B097
(165,176,151)
#B4BCA7
(180,188,167)
#C3C8B7
(195,200,183)
#D2D4C7
(210,212,199)
#E1E0D7
(225,224,215)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7447 color. Also use rgb(90,116,71) instead hex code.

Text Font Color

.myTextColor { color: #5A7447; }

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

This text font color is #5A7447.


Background Color

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

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

This div background color is #5A7447.


Border color

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

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

This div border color is #5A7447.


Opacity

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

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

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

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

This text has shadow with #5A7447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7447 on black background.


Color preview on white background

This text has color #5A7447 on white background.



Black color preview on #5A7447 background

This text has black color on #5A7447 background.


White color preview on #5A7447 background

This text has white color on #5A7447 background.