COLOR #5A8B5D

HEX: #5A8B5D RGB: (90,139,93)

Color info

#5A8B5D contains red, green and blue colors in about the same proportion. Web safe color of #5A8B5D is #669966 (or #696).

RGB color model

#5A8B5D color RGB value is (90,139,93).

RGB: (90,139,93) (35%, 55%, 36%)

RGB channels and saturation

R 90 of 255 = 35%
G 139 of 255 = 55%
B 93 of 255 = 36%

90
139
93

R + G + B ~ 42%. #5A8B5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 139 + 93 = 322 (100%)
R 90 of 322 ~ 27.95%
G 139 of 322 ~ 43.17%
B 93 of 322 ~ 28.88'%

%27.95
%43.17
%28.88

CMYK color model

#5A8B5D color CMYK value is (35,0,33,45).

  • cyan value is 35.25%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK: (35,0,33,45) C35M0Y33K45 (35%,0%,33%,45%) (0.35/0.00/0.33/0.45) 

CMYK percentages

%35.25
%0
%33.09
%45.49

Codes

Color #5A8B5D in popluar color models

5A 8B 5D
RGB 90 139 93
HSL 124° 21.40% 44.90%
HSB/HSV 124° 35.25% 54.51%
CMYK 35.25% 0.00% 33.09%
45.49%

Color #5A8B5D in popluar number systems.

HEX 5A 8B 5D
Decimal 90 139 93
Binary 1011010 10001011 1011101
Octal 132 213 135

Shades and tints

Shades of #5A8B5D

#5A8B5D
(90,139,93)
#527F55
(82,127,85)
#4A734D
(74,115,77)
#426745
(66,103,69)
#3A5B3D
(58,91,61)
#324F35
(50,79,53)
#2A432D
(42,67,45)
#223725
(34,55,37)
#1A2B1D
(26,43,29)
#121F15
(18,31,21)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #5A8B5D

#5A8B5D
(90,139,93)
#69956B
(105,149,107)
#789F79
(120,159,121)
#87A987
(135,169,135)
#96B395
(150,179,149)
#A5BDA3
(165,189,163)
#B4C7B1
(180,199,177)
#C3D1BF
(195,209,191)
#D2DBCD
(210,219,205)
#E1E5DB
(225,229,219)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8B5D color. Also use rgb(90,139,93) instead hex code.

Text Font Color

.myTextColor { color: #5A8B5D; }

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

This text font color is #5A8B5D.

Background Color

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

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

This div background color is #5A8B5D.

Border color

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

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

This div border color is #5A8B5D.

Opacity

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

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

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

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

This text has shadow with #5A8B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8B5D.

Preview

Color preview on black background

This text has color #5A8B5D on black background.


Color preview on white background

This text has color #5A8B5D on white background.


Black color preview on #5A8B5D background

This text has black color on #5A8B5D background.


White color preview on #5A8B5D background

This text has white color on #5A8B5D background.


Related colors

Complementary color

Complementary color for #hex is #A574A2.


I love getcolorcode.com

Triadic colors

1 #5D5A8B and #8B5D5A with #5A8B5D are triadic colors.

2 #5D8B5A and #8B5A5D with #5A8B5D are triadic colors.