COLOR #5A813B

HEX: #5A813B
RGB: (90,129,59)

Color info

#5A813B contains mainly red and green colors. Web safe color of #5A813B is #669933 (or #693).

RGB color model

#5A813B color RGB value is (90,129,59).

  • red value is 90;
  • green value is 129;
  • blue value is 59.
RGB:
(90,129,59)
(35%,51%,23%)

RGB channels and saturation

R 90 of 255 = 35%
G 129 of 255 = 51%
B 59 of 255 = 23%

90
129
59

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

Portions of RGB colors in percentages

R + G + B =
90 + 129 + 59 = 278 (100%)
R 90 of 278 ~ 32.37%
G 129 of 278 ~ 46.4%
B 59 of 278 ~ 21.22%

%32.37
%46.4
%21.22

CMYK color model

#5A813B color CMYK value is (30,0,54,49).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 49.41%
CMYK:
(30,0,54,49)
C30M0Y54K49 
(30%,0%,54%,49%)
(0.30/0.00/0.54/0.49)	

CMYK percentages

%30.23
%0
%54.26
%49.41

Codes

Color #5A813B in popluar color models

5A813B
RGB9012959
HSL93°37.23%36.86%
HSB/HSV93°54.26%50.59%
CMYK30.23%0.00%54.26%
49.41%

Color #5A813B in popluar number systems.

HEX5A813B
Decimal9012959
Binary101101010000001111011
Octal13220173

Shades and tints

Shades of #5A813B

#5A813B
(90,129,59)
#527636
(82,118,54)
#4A6B31
(74,107,49)
#42602C
(66,96,44)
#3A5527
(58,85,39)
#324A22
(50,74,34)
#2A3F1D
(42,63,29)
#223418
(34,52,24)
#1A2913
(26,41,19)
#121E0E
(18,30,14)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #5A813B

#5A813B
(90,129,59)
#698C4C
(105,140,76)
#78975D
(120,151,93)
#87A26E
(135,162,110)
#96AD7F
(150,173,127)
#A5B890
(165,184,144)
#B4C3A1
(180,195,161)
#C3CEB2
(195,206,178)
#D2D9C3
(210,217,195)
#E1E4D4
(225,228,212)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A813B color. Also use rgb(90,129,59) instead hex code.

Text Font Color

.myTextColor { color: #5A813B; }

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

This text font color is #5A813B.


Background Color

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

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

This div background color is #5A813B.


Border color

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

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

This div border color is #5A813B.


Opacity

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

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

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

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

This text has shadow with #5A813B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A813B on black background.


Color preview on white background

This text has color #5A813B on white background.



Black color preview on #5A813B background

This text has black color on #5A813B background.


White color preview on #5A813B background

This text has white color on #5A813B background.