COLOR #5A8535

HEX: #5A8535
RGB: (90,133,53)

Color info

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

RGB color model

#5A8535 color RGB value is (90,133,53).

  • red value is 90;
  • green value is 133;
  • blue value is 53.
RGB:
(90,133,53)
(35%,52%,21%)

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 53 of 255 = 21%

90
133
53

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

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 53 = 276 (100%)
R 90 of 276 ~ 32.61%
G 133 of 276 ~ 48.19%
B 53 of 276 ~ 19.2%

%32.61
%48.19
%19.2

CMYK color model

#5A8535 color CMYK value is (32,0,60,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 60.15%
  • key color value is 47.84%
CMYK:
(32,0,60,48)
C32M0Y60K48 
(32%,0%,60%,48%)
(0.32/0.00/0.60/0.48)	

CMYK percentages

%32.33
%0
%60.15
%47.84

Codes

Color #5A8535 in popluar color models

5A8535
RGB9013353
HSL92°43.01%36.47%
HSB/HSV92°60.15%52.16%
CMYK32.33%0.00%60.15%
47.84%

Color #5A8535 in popluar number systems.

HEX5A8535
Decimal9013353
Binary101101010000101110101
Octal13220565

Shades and tints

Shades of #5A8535

#5A8535
(90,133,53)
#527931
(82,121,49)
#4A6D2D
(74,109,45)
#426129
(66,97,41)
#3A5525
(58,85,37)
#324921
(50,73,33)
#2A3D1D
(42,61,29)
#223119
(34,49,25)
#1A2515
(26,37,21)
#121911
(18,25,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #5A8535

#5A8535
(90,133,53)
#699047
(105,144,71)
#789B59
(120,155,89)
#87A66B
(135,166,107)
#96B17D
(150,177,125)
#A5BC8F
(165,188,143)
#B4C7A1
(180,199,161)
#C3D2B3
(195,210,179)
#D2DDC5
(210,221,197)
#E1E8D7
(225,232,215)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8535 color. Also use rgb(90,133,53) instead hex code.

Text Font Color

.myTextColor { color: #5A8535; }

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

This text font color is #5A8535.


Background Color

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

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

This div background color is #5A8535.


Border color

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

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

This div border color is #5A8535.


Opacity

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

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

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

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

This text has shadow with #5A8535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8535 on black background.


Color preview on white background

This text has color #5A8535 on white background.



Black color preview on #5A8535 background

This text has black color on #5A8535 background.


White color preview on #5A8535 background

This text has white color on #5A8535 background.