COLOR #5A9058

HEX: #5A9058
RGB: (90,144,88)

Color info

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

RGB color model

#5A9058 color RGB value is (90,144,88).

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

RGB channels and saturation

R 90 of 255 = 35%
G 144 of 255 = 56%
B 88 of 255 = 35%

90
144
88

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

Portions of RGB colors in percentages

R + G + B =
90 + 144 + 88 = 322 (100%)
R 90 of 322 ~ 27.95%
G 144 of 322 ~ 44.72%
B 88 of 322 ~ 27.33%

%27.95
%44.72
%27.33

CMYK color model

#5A9058 color CMYK value is (38,0,39,44).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 43.53%
CMYK:
(38,0,39,44)
C38M0Y39K44 
(38%,0%,39%,44%)
(0.38/0.00/0.39/0.44)	

CMYK percentages

%37.5
%0
%38.89
%43.53

Codes

Color #5A9058 in popluar color models

5A9058
RGB9014488
HSL118°24.14%45.49%
HSB/HSV118°38.89%56.47%
CMYK37.50%0.00%38.89%
43.53%

Color #5A9058 in popluar number systems.

HEX5A9058
Decimal9014488
Binary1011010100100001011000
Octal132220130

Shades and tints

Shades of #5A9058

#5A9058
(90,144,88)
#528350
(82,131,80)
#4A7648
(74,118,72)
#426940
(66,105,64)
#3A5C38
(58,92,56)
#324F30
(50,79,48)
#2A4228
(42,66,40)
#223520
(34,53,32)
#1A2818
(26,40,24)
#121B10
(18,27,16)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #5A9058

#5A9058
(90,144,88)
#699A67
(105,154,103)
#78A476
(120,164,118)
#87AE85
(135,174,133)
#96B894
(150,184,148)
#A5C2A3
(165,194,163)
#B4CCB2
(180,204,178)
#C3D6C1
(195,214,193)
#D2E0D0
(210,224,208)
#E1EADF
(225,234,223)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9058; }

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

This text font color is #5A9058.


Background Color

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

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

This div background color is #5A9058.


Border color

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

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

This div border color is #5A9058.


Opacity

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

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

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

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

This text has shadow with #5A9058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9058 on black background.


Color preview on white background

This text has color #5A9058 on white background.



Black color preview on #5A9058 background

This text has black color on #5A9058 background.


White color preview on #5A9058 background

This text has white color on #5A9058 background.