COLOR #5A7A31

HEX: #5A7A31
RGB: (90,122,49)

Color info

#5A7A31 contains mainly red and green colors. Web safe color of #5A7A31 is #666633 (or #663).

RGB color model

#5A7A31 color RGB value is (90,122,49).

  • red value is 90;
  • green value is 122;
  • blue value is 49.
RGB:
(90,122,49)
(35%,48%,19%)

RGB channels and saturation

R 90 of 255 = 35%
G 122 of 255 = 48%
B 49 of 255 = 19%

90
122
49

R + G + B ~ 34%. #5A7A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 122 + 49 = 261 (100%)
R 90 of 261 ~ 34.48%
G 122 of 261 ~ 46.74%
B 49 of 261 ~ 18.77%

%34.48
%46.74
%18.77

CMYK color model

#5A7A31 color CMYK value is (26,0,60,52).

  • cyan value is 26.23%
  • magenta value is 0.00%
  • yellow value is 59.84%
  • key color value is 52.16%
CMYK:
(26,0,60,52)
C26M0Y60K52 
(26%,0%,60%,52%)
(0.26/0.00/0.60/0.52)	

CMYK percentages

%26.23
%0
%59.84
%52.16

Codes

Color #5A7A31 in popluar color models

5A7A31
RGB9012249
HSL86°42.69%33.53%
HSB/HSV86°59.84%47.84%
CMYK26.23%0.00%59.84%
52.16%

Color #5A7A31 in popluar number systems.

HEX5A7A31
Decimal9012249
Binary10110101111010110001
Octal13217261

Shades and tints

Shades of #5A7A31

#5A7A31
(90,122,49)
#526F2D
(82,111,45)
#4A6429
(74,100,41)
#425925
(66,89,37)
#3A4E21
(58,78,33)
#32431D
(50,67,29)
#2A3819
(42,56,25)
#222D15
(34,45,21)
#1A2211
(26,34,17)
#12170D
(18,23,13)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A7A31

#5A7A31
(90,122,49)
#698643
(105,134,67)
#789255
(120,146,85)
#879E67
(135,158,103)
#96AA79
(150,170,121)
#A5B68B
(165,182,139)
#B4C29D
(180,194,157)
#C3CEAF
(195,206,175)
#D2DAC1
(210,218,193)
#E1E6D3
(225,230,211)
#F0F2E5
(240,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7A31 color. Also use rgb(90,122,49) instead hex code.

Text Font Color

.myTextColor { color: #5A7A31; }

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

This text font color is #5A7A31.


Background Color

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

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

This div background color is #5A7A31.


Border color

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

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

This div border color is #5A7A31.


Opacity

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

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

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

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

This text has shadow with #5A7A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7A31 on black background.


Color preview on white background

This text has color #5A7A31 on white background.



Black color preview on #5A7A31 background

This text has black color on #5A7A31 background.


White color preview on #5A7A31 background

This text has white color on #5A7A31 background.