COLOR #5A7446

HEX: #5A7446
RGB: (90,116,70)

Color info

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

RGB color model

#5A7446 color RGB value is (90,116,70).

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

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 70 of 255 = 27%

90
116
70

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

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 70 = 276 (100%)
R 90 of 276 ~ 32.61%
G 116 of 276 ~ 42.03%
B 70 of 276 ~ 25.36%

%32.61
%42.03
%25.36

CMYK color model

#5A7446 color CMYK value is (22,0,40,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 54.51%
CMYK:
(22,0,40,55)
C22M0Y40K55 
(22%,0%,40%,55%)
(0.22/0.00/0.40/0.55)	

CMYK percentages

%22.41
%0
%39.66
%54.51

Codes

Color #5A7446 in popluar color models

5A7446
RGB9011670
HSL94°24.73%36.47%
HSB/HSV94°39.66%45.49%
CMYK22.41%0.00%39.66%
54.51%

Color #5A7446 in popluar number systems.

HEX5A7446
Decimal9011670
Binary101101011101001000110
Octal132164106

Shades and tints

Shades of #5A7446

#5A7446
(90,116,70)
#526A40
(82,106,64)
#4A603A
(74,96,58)
#425634
(66,86,52)
#3A4C2E
(58,76,46)
#324228
(50,66,40)
#2A3822
(42,56,34)
#222E1C
(34,46,28)
#1A2416
(26,36,22)
#121A10
(18,26,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #5A7446

#5A7446
(90,116,70)
#698056
(105,128,86)
#788C66
(120,140,102)
#879876
(135,152,118)
#96A486
(150,164,134)
#A5B096
(165,176,150)
#B4BCA6
(180,188,166)
#C3C8B6
(195,200,182)
#D2D4C6
(210,212,198)
#E1E0D6
(225,224,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7446; }

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

This text font color is #5A7446.


Background Color

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

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

This div background color is #5A7446.


Border color

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

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

This div border color is #5A7446.


Opacity

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

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

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

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

This text has shadow with #5A7446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7446 on black background.


Color preview on white background

This text has color #5A7446 on white background.



Black color preview on #5A7446 background

This text has black color on #5A7446 background.


White color preview on #5A7446 background

This text has white color on #5A7446 background.