COLOR #5AA758

HEX: #5AA758
RGB: (90,167,88)

Color info

#5AA758 contains mainly green color. Web safe color of #5AA758 is #669966 (or #696).

RGB color model

#5AA758 color RGB value is (90,167,88).

  • red value is 90;
  • green value is 167;
  • blue value is 88.
RGB:
(90,167,88)
(35%,65%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 167 of 255 = 65%
B 88 of 255 = 35%

90
167
88

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

Portions of RGB colors in percentages

R + G + B =
90 + 167 + 88 = 345 (100%)
R 90 of 345 ~ 26.09%
G 167 of 345 ~ 48.41%
B 88 of 345 ~ 25.51%

%26.09
%48.41
%25.51

CMYK color model

#5AA758 color CMYK value is (46,0,47,35).

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 47.31%
  • key color value is 34.51%
CMYK:
(46,0,47,35)
C46M0Y47K35 
(46%,0%,47%,35%)
(0.46/0.00/0.47/0.35)	

CMYK percentages

%46.11
%0
%47.31
%34.51

Codes

Color #5AA758 in popluar color models

5AA758
RGB9016788
HSL118°30.98%50.00%
HSB/HSV118°47.31%65.49%
CMYK46.11%0.00%47.31%
34.51%

Color #5AA758 in popluar number systems.

HEX5AA758
Decimal9016788
Binary1011010101001111011000
Octal132247130

Shades and tints

Shades of #5AA758

#5AA758
(90,167,88)
#529850
(82,152,80)
#4A8948
(74,137,72)
#427A40
(66,122,64)
#3A6B38
(58,107,56)
#325C30
(50,92,48)
#2A4D28
(42,77,40)
#223E20
(34,62,32)
#1A2F18
(26,47,24)
#122010
(18,32,16)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #5AA758

#5AA758
(90,167,88)
#69AF67
(105,175,103)
#78B776
(120,183,118)
#87BF85
(135,191,133)
#96C794
(150,199,148)
#A5CFA3
(165,207,163)
#B4D7B2
(180,215,178)
#C3DFC1
(195,223,193)
#D2E7D0
(210,231,208)
#E1EFDF
(225,239,223)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA758 color. Also use rgb(90,167,88) instead hex code.

Text Font Color

.myTextColor { color: #5AA758; }

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

This text font color is #5AA758.


Background Color

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

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

This div background color is #5AA758.


Border color

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

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

This div border color is #5AA758.


Opacity

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

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

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

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

This text has shadow with #5AA758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA758 on black background.


Color preview on white background

This text has color #5AA758 on white background.



Black color preview on #5AA758 background

This text has black color on #5AA758 background.


White color preview on #5AA758 background

This text has white color on #5AA758 background.