COLOR #5A8061

HEX: #5A8061 RGB: (90,128,97)

Color info

#5A8061 contains red, green and blue colors in about the same proportion. Web safe color of #5A8061 is #666666 (or #666).

RGB color model

#5A8061 color RGB value is (90,128,97).

RGB: (90,128,97) (35%, 50%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 128 of 255 = 50%
B 97 of 255 = 38%

90
128
97

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

Portions of RGB colors in percentages

R + G + B = 90 + 128 + 97 = 315 (100%)
R 90 of 315 ~ 28.57%
G 128 of 315 ~ 40.63%
B 97 of 315 ~ 30.79'%

%28.57
%40.63
%30.79

CMYK color model

#5A8061 color CMYK value is (30,0,24,50).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 49.80%

CMYK: (30,0,24,50)
C30M0Y24K50 (30%, 0%, 24%, 50%)
(0.30 / 0.00 / 0.24 / 0.50)

CMYK percentages

%29.69
%0
%24.22
%49.8

Codes

Color #5A8061 in popluar color models

5A 80 61
RGB 90 128 97
HSL 131° 17.43% 42.75%
HSB/HSV 131° 29.69% 50.20%
CMYK 29.69% 0.00% 24.22%
49.80%

Color #5A8061 in popluar number systems.

HEX 5A 80 61
Decimal 90 128 97
Binary 1011010 10000000 1100001
Octal 132 200 141

Shades and tints

Shades of #5A8061

#5A8061
(90,128,97)
#527559
(82,117,89)
#4A6A51
(74,106,81)
#425F49
(66,95,73)
#3A5441
(58,84,65)
#324939
(50,73,57)
#2A3E31
(42,62,49)
#223329
(34,51,41)
#1A2821
(26,40,33)
#121D19
(18,29,25)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #5A8061

#5A8061
(90,128,97)
#698B6F
(105,139,111)
#78967D
(120,150,125)
#87A18B
(135,161,139)
#96AC99
(150,172,153)
#A5B7A7
(165,183,167)
#B4C2B5
(180,194,181)
#C3CDC3
(195,205,195)
#D2D8D1
(210,216,209)
#E1E3DF
(225,227,223)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8061; }

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

This text font color is #5A8061.

Background Color

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

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

This div background color is #5A8061.

Border color

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

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

This div border color is #5A8061.

Opacity

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

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

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

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

This text has shadow with #5A8061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8061.

Preview

Color preview on black background

This text has color #5A8061 on black background.


Color preview on white background

This text has color #5A8061 on white background.


Black color preview on #5A8061 background

This text has black color on #5A8061 background.


White color preview on #5A8061 background

This text has white color on #5A8061 background.


Related colors

Complementary color

Complementary color for #hex is #A57F9E.


I love getcolorcode.com

Triadic colors

1 #615A80 and #80615A with #5A8061 are triadic colors.

2 #61805A and #805A61 with #5A8061 are triadic colors.