COLOR #5A9261

HEX: #5A9261 RGB: (90,146,97)

Color info

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

RGB color model

#5A9261 color RGB value is (90,146,97).

RGB: (90,146,97) (35%, 57%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 146 of 255 = 57%
B 97 of 255 = 38%

90
146
97

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

Portions of RGB colors in percentages

R + G + B = 90 + 146 + 97 = 333 (100%)
R 90 of 333 ~ 27.03%
G 146 of 333 ~ 43.84%
B 97 of 333 ~ 29.13'%

%27.03
%43.84
%29.13

CMYK color model

#5A9261 color CMYK value is (38,0,34,43).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 33.56%
  • key color value is 42.75%
CMYK: (38,0,34,43) C38M0Y34K43 (38%,0%,34%,43%) (0.38/0.00/0.34/0.43) 

CMYK percentages

%38.36
%0
%33.56
%42.75

Codes

Color #5A9261 in popluar color models

5A 92 61
RGB 90 146 97
HSL 128° 23.73% 46.27%
HSB/HSV 128° 38.36% 57.25%
CMYK 38.36% 0.00% 33.56%
42.75%

Color #5A9261 in popluar number systems.

HEX 5A 92 61
Decimal 90 146 97
Binary 1011010 10010010 1100001
Octal 132 222 141

Shades and tints

Shades of #5A9261

#5A9261
(90,146,97)
#528559
(82,133,89)
#4A7851
(74,120,81)
#426B49
(66,107,73)
#3A5E41
(58,94,65)
#325139
(50,81,57)
#2A4431
(42,68,49)
#223729
(34,55,41)
#1A2A21
(26,42,33)
#121D19
(18,29,25)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #5A9261

#5A9261
(90,146,97)
#699B6F
(105,155,111)
#78A47D
(120,164,125)
#87AD8B
(135,173,139)
#96B699
(150,182,153)
#A5BFA7
(165,191,167)
#B4C8B5
(180,200,181)
#C3D1C3
(195,209,195)
#D2DAD1
(210,218,209)
#E1E3DF
(225,227,223)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9261; }

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

This text font color is #5A9261.

Background Color

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

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

This div background color is #5A9261.

Border color

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

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

This div border color is #5A9261.

Opacity

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

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

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

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

This text has shadow with #5A9261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9261.

Preview

Color preview on black background

This text has color #5A9261 on black background.


Color preview on white background

This text has color #5A9261 on white background.


Black color preview on #5A9261 background

This text has black color on #5A9261 background.


White color preview on #5A9261 background

This text has white color on #5A9261 background.


Related colors

Complementary color

Complementary color for #hex is #A56D9E.


I love getcolorcode.com

Triadic colors

1 #615A92 and #92615A with #5A9261 are triadic colors.

2 #61925A and #925A61 with #5A9261 are triadic colors.