COLOR #5A8743

HEX: #5A8743
RGB: (90,135,67)

Color info

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

RGB color model

#5A8743 color RGB value is (90,135,67).

  • red value is 90;
  • green value is 135;
  • blue value is 67.
RGB:
(90,135,67)
(35%,53%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 67 of 255 = 26%

90
135
67

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

Portions of RGB colors in percentages

R + G + B =
90 + 135 + 67 = 292 (100%)
R 90 of 292 ~ 30.82%
G 135 of 292 ~ 46.23%
B 67 of 292 ~ 22.95%

%30.82
%46.23
%22.95

CMYK color model

#5A8743 color CMYK value is (33,0,50,47).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 50.37%
  • key color value is 47.06%
CMYK:
(33,0,50,47)
C33M0Y50K47 
(33%,0%,50%,47%)
(0.33/0.00/0.50/0.47)	

CMYK percentages

%33.33
%0
%50.37
%47.06

Codes

Color #5A8743 in popluar color models

5A8743
RGB9013567
HSL100°33.66%39.61%
HSB/HSV100°50.37%52.94%
CMYK33.33%0.00%50.37%
47.06%

Color #5A8743 in popluar number systems.

HEX5A8743
Decimal9013567
Binary1011010100001111000011
Octal132207103

Shades and tints

Shades of #5A8743

#5A8743
(90,135,67)
#527B3D
(82,123,61)
#4A6F37
(74,111,55)
#426331
(66,99,49)
#3A572B
(58,87,43)
#324B25
(50,75,37)
#2A3F1F
(42,63,31)
#223319
(34,51,25)
#1A2713
(26,39,19)
#121B0D
(18,27,13)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #5A8743

#5A8743
(90,135,67)
#699154
(105,145,84)
#789B65
(120,155,101)
#87A576
(135,165,118)
#96AF87
(150,175,135)
#A5B998
(165,185,152)
#B4C3A9
(180,195,169)
#C3CDBA
(195,205,186)
#D2D7CB
(210,215,203)
#E1E1DC
(225,225,220)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8743 color. Also use rgb(90,135,67) instead hex code.

Text Font Color

.myTextColor { color: #5A8743; }

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

This text font color is #5A8743.


Background Color

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

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

This div background color is #5A8743.


Border color

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

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

This div border color is #5A8743.


Opacity

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

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

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

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

This text has shadow with #5A8743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8743 on black background.


Color preview on white background

This text has color #5A8743 on white background.



Black color preview on #5A8743 background

This text has black color on #5A8743 background.


White color preview on #5A8743 background

This text has white color on #5A8743 background.