COLOR #5A7459

HEX: #5A7459
RGB: (90,116,89)

Color info

#5A7459 contains red, green and blue colors in about the same proportion. Web safe color of #5A7459 is #666666 (or #666).

RGB color model

#5A7459 color RGB value is (90,116,89).

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

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 89 of 255 = 35%

90
116
89

R + G + B ~ 38%. #5A7459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 89 = 295 (100%)
R 90 of 295 ~ 30.51%
G 116 of 295 ~ 39.32%
B 89 of 295 ~ 30.17%

%30.51
%39.32
%30.17

CMYK color model

#5A7459 color CMYK value is (22,0,23,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 54.51%
CMYK:
(22,0,23,55)
C22M0Y23K55 
(22%,0%,23%,55%)
(0.22/0.00/0.23/0.55)	

CMYK percentages

%22.41
%0
%23.28
%54.51

Codes

Color #5A7459 in popluar color models

5A7459
RGB9011689
HSL118°13.17%40.20%
HSB/HSV118°23.28%45.49%
CMYK22.41%0.00%23.28%
54.51%

Color #5A7459 in popluar number systems.

HEX5A7459
Decimal9011689
Binary101101011101001011001
Octal132164131

Shades and tints

Shades of #5A7459

#5A7459
(90,116,89)
#526A51
(82,106,81)
#4A6049
(74,96,73)
#425641
(66,86,65)
#3A4C39
(58,76,57)
#324231
(50,66,49)
#2A3829
(42,56,41)
#222E21
(34,46,33)
#1A2419
(26,36,25)
#121A11
(18,26,17)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #5A7459

#5A7459
(90,116,89)
#698068
(105,128,104)
#788C77
(120,140,119)
#879886
(135,152,134)
#96A495
(150,164,149)
#A5B0A4
(165,176,164)
#B4BCB3
(180,188,179)
#C3C8C2
(195,200,194)
#D2D4D1
(210,212,209)
#E1E0E0
(225,224,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7459; }

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

This text font color is #5A7459.


Background Color

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

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

This div background color is #5A7459.


Border color

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

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

This div border color is #5A7459.


Opacity

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

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

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

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

This text has shadow with #5A7459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7459 on black background.


Color preview on white background

This text has color #5A7459 on white background.



Black color preview on #5A7459 background

This text has black color on #5A7459 background.


White color preview on #5A7459 background

This text has white color on #5A7459 background.