COLOR #5A8063

HEX: #5A8063
RGB: (90,128,99)

Color info

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

RGB color model

#5A8063 color RGB value is (90,128,99).

  • red value is 90;
  • green value is 128;
  • blue value is 99.
RGB:
(90,128,99)
(35%,50%,39%)

RGB channels and saturation

R 90 of 255 = 35%
G 128 of 255 = 50%
B 99 of 255 = 39%

90
128
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 128 + 99 = 317 (100%)
R 90 of 317 ~ 28.39%
G 128 of 317 ~ 40.38%
B 99 of 317 ~ 31.23%

%28.39
%40.38
%31.23

CMYK color model

#5A8063 color CMYK value is (30,0,23,50).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(30,0,23,50)
C30M0Y23K50 
(30%,0%,23%,50%)
(0.30/0.00/0.23/0.50)	

CMYK percentages

%29.69
%0
%22.66
%49.8

Codes

Color #5A8063 in popluar color models

5A8063
RGB9012899
HSL134°17.43%42.75%
HSB/HSV134°29.69%50.20%
CMYK29.69%0.00%22.66%
49.80%

Color #5A8063 in popluar number systems.

HEX5A8063
Decimal9012899
Binary1011010100000001100011
Octal132200143

Shades and tints

Shades of #5A8063

#5A8063
(90,128,99)
#52755A
(82,117,90)
#4A6A51
(74,106,81)
#425F48
(66,95,72)
#3A543F
(58,84,63)
#324936
(50,73,54)
#2A3E2D
(42,62,45)
#223324
(34,51,36)
#1A281B
(26,40,27)
#121D12
(18,29,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #5A8063

#5A8063
(90,128,99)
#698B71
(105,139,113)
#78967F
(120,150,127)
#87A18D
(135,161,141)
#96AC9B
(150,172,155)
#A5B7A9
(165,183,169)
#B4C2B7
(180,194,183)
#C3CDC5
(195,205,197)
#D2D8D3
(210,216,211)
#E1E3E1
(225,227,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8063; }

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

This text font color is #5A8063.


Background Color

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

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

This div background color is #5A8063.


Border color

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

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

This div border color is #5A8063.


Opacity

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

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

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

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

This text has shadow with #5A8063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8063 on black background.


Color preview on white background

This text has color #5A8063 on white background.



Black color preview on #5A8063 background

This text has black color on #5A8063 background.


White color preview on #5A8063 background

This text has white color on #5A8063 background.