COLOR #5A9465

HEX: #5A9465
RGB: (90,148,101)

Color info

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

RGB color model

#5A9465 color RGB value is (90,148,101).

  • red value is 90;
  • green value is 148;
  • blue value is 101.
RGB:
(90,148,101)
(35%,58%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 148 of 255 = 58%
B 101 of 255 = 40%

90
148
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 148 + 101 = 339 (100%)
R 90 of 339 ~ 26.55%
G 148 of 339 ~ 43.66%
B 101 of 339 ~ 29.79%

%26.55
%43.66
%29.79

CMYK color model

#5A9465 color CMYK value is (39,0,32,42).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 41.96%
CMYK:
(39,0,32,42)
C39M0Y32K42 
(39%,0%,32%,42%)
(0.39/0.00/0.32/0.42)	

CMYK percentages

%39.19
%0
%31.76
%41.96

Codes

Color #5A9465 in popluar color models

5A9465
RGB90148101
HSL131°24.37%46.67%
HSB/HSV131°39.19%58.04%
CMYK39.19%0.00%31.76%
41.96%

Color #5A9465 in popluar number systems.

HEX5A9465
Decimal90148101
Binary1011010100101001100101
Octal132224145

Shades and tints

Shades of #5A9465

#5A9465
(90,148,101)
#52875C
(82,135,92)
#4A7A53
(74,122,83)
#426D4A
(66,109,74)
#3A6041
(58,96,65)
#325338
(50,83,56)
#2A462F
(42,70,47)
#223926
(34,57,38)
#1A2C1D
(26,44,29)
#121F14
(18,31,20)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #5A9465

#5A9465
(90,148,101)
#699D73
(105,157,115)
#78A681
(120,166,129)
#87AF8F
(135,175,143)
#96B89D
(150,184,157)
#A5C1AB
(165,193,171)
#B4CAB9
(180,202,185)
#C3D3C7
(195,211,199)
#D2DCD5
(210,220,213)
#E1E5E3
(225,229,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9465 color. Also use rgb(90,148,101) instead hex code.

Text Font Color

.myTextColor { color: #5A9465; }

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

This text font color is #5A9465.


Background Color

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

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

This div background color is #5A9465.


Border color

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

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

This div border color is #5A9465.


Opacity

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

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

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

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

This text has shadow with #5A9465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9465 on black background.


Color preview on white background

This text has color #5A9465 on white background.



Black color preview on #5A9465 background

This text has black color on #5A9465 background.


White color preview on #5A9465 background

This text has white color on #5A9465 background.