COLOR #5A9258

HEX: #5A9258
RGB: (90,146,88)

Color info

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

RGB color model

#5A9258 color RGB value is (90,146,88).

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

RGB channels and saturation

R 90 of 255 = 35%
G 146 of 255 = 57%
B 88 of 255 = 35%

90
146
88

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

Portions of RGB colors in percentages

R + G + B =
90 + 146 + 88 = 324 (100%)
R 90 of 324 ~ 27.78%
G 146 of 324 ~ 45.06%
B 88 of 324 ~ 27.16%

%27.78
%45.06
%27.16

CMYK color model

#5A9258 color CMYK value is (38,0,40,43).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 42.75%
CMYK:
(38,0,40,43)
C38M0Y40K43 
(38%,0%,40%,43%)
(0.38/0.00/0.40/0.43)	

CMYK percentages

%38.36
%0
%39.73
%42.75

Codes

Color #5A9258 in popluar color models

5A9258
RGB9014688
HSL118°24.79%45.88%
HSB/HSV118°39.73%57.25%
CMYK38.36%0.00%39.73%
42.75%

Color #5A9258 in popluar number systems.

HEX5A9258
Decimal9014688
Binary1011010100100101011000
Octal132222130

Shades and tints

Shades of #5A9258

#5A9258
(90,146,88)
#528550
(82,133,80)
#4A7848
(74,120,72)
#426B40
(66,107,64)
#3A5E38
(58,94,56)
#325130
(50,81,48)
#2A4428
(42,68,40)
#223720
(34,55,32)
#1A2A18
(26,42,24)
#121D10
(18,29,16)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #5A9258

#5A9258
(90,146,88)
#699B67
(105,155,103)
#78A476
(120,164,118)
#87AD85
(135,173,133)
#96B694
(150,182,148)
#A5BFA3
(165,191,163)
#B4C8B2
(180,200,178)
#C3D1C1
(195,209,193)
#D2DAD0
(210,218,208)
#E1E3DF
(225,227,223)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9258; }

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

This text font color is #5A9258.


Background Color

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

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

This div background color is #5A9258.


Border color

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

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

This div border color is #5A9258.


Opacity

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

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

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

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

This text has shadow with #5A9258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9258 on black background.


Color preview on white background

This text has color #5A9258 on white background.



Black color preview on #5A9258 background

This text has black color on #5A9258 background.


White color preview on #5A9258 background

This text has white color on #5A9258 background.