COLOR #5A8343

HEX: #5A8343
RGB: (90,131,67)

Color info

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

RGB color model

#5A8343 color RGB value is (90,131,67).

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

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 67 of 255 = 26%

90
131
67

R + G + B ~ 37%. #5A8343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 131 + 67 = 288 (100%)
R 90 of 288 ~ 31.25%
G 131 of 288 ~ 45.49%
B 67 of 288 ~ 23.26%

%31.25
%45.49
%23.26

CMYK color model

#5A8343 color CMYK value is (31,0,49,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 48.85%
  • key color value is 48.63%
CMYK:
(31,0,49,49)
C31M0Y49K49 
(31%,0%,49%,49%)
(0.31/0.00/0.49/0.49)	

CMYK percentages

%31.3
%0
%48.85
%48.63

Codes

Color #5A8343 in popluar color models

5A8343
RGB9013167
HSL98°32.32%38.82%
HSB/HSV98°48.85%51.37%
CMYK31.30%0.00%48.85%
48.63%

Color #5A8343 in popluar number systems.

HEX5A8343
Decimal9013167
Binary1011010100000111000011
Octal132203103

Shades and tints

Shades of #5A8343

#5A8343
(90,131,67)
#52783D
(82,120,61)
#4A6D37
(74,109,55)
#426231
(66,98,49)
#3A572B
(58,87,43)
#324C25
(50,76,37)
#2A411F
(42,65,31)
#223619
(34,54,25)
#1A2B13
(26,43,19)
#12200D
(18,32,13)
#0A1507
(10,21,7)
#000000
(0,0,0)

Tints of #5A8343

#5A8343
(90,131,67)
#698E54
(105,142,84)
#789965
(120,153,101)
#87A476
(135,164,118)
#96AF87
(150,175,135)
#A5BA98
(165,186,152)
#B4C5A9
(180,197,169)
#C3D0BA
(195,208,186)
#D2DBCB
(210,219,203)
#E1E6DC
(225,230,220)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8343; }

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

This text font color is #5A8343.


Background Color

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

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

This div background color is #5A8343.


Border color

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

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

This div border color is #5A8343.


Opacity

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

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

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

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

This text has shadow with #5A8343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8343 on black background.


Color preview on white background

This text has color #5A8343 on white background.



Black color preview on #5A8343 background

This text has black color on #5A8343 background.


White color preview on #5A8343 background

This text has white color on #5A8343 background.