COLOR #5A8565

HEX: #5A8565
RGB: (90,133,101)

Color info

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

RGB color model

#5A8565 color RGB value is (90,133,101).

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

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 101 of 255 = 40%

90
133
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 101 = 324 (100%)
R 90 of 324 ~ 27.78%
G 133 of 324 ~ 41.05%
B 101 of 324 ~ 31.17%

%27.78
%41.05
%31.17

CMYK color model

#5A8565 color CMYK value is (32,0,24,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(32,0,24,48)
C32M0Y24K48 
(32%,0%,24%,48%)
(0.32/0.00/0.24/0.48)	

CMYK percentages

%32.33
%0
%24.06
%47.84

Codes

Color #5A8565 in popluar color models

5A8565
RGB90133101
HSL135°19.28%43.73%
HSB/HSV135°32.33%52.16%
CMYK32.33%0.00%24.06%
47.84%

Color #5A8565 in popluar number systems.

HEX5A8565
Decimal90133101
Binary1011010100001011100101
Octal132205145

Shades and tints

Shades of #5A8565

#5A8565
(90,133,101)
#52795C
(82,121,92)
#4A6D53
(74,109,83)
#42614A
(66,97,74)
#3A5541
(58,85,65)
#324938
(50,73,56)
#2A3D2F
(42,61,47)
#223126
(34,49,38)
#1A251D
(26,37,29)
#121914
(18,25,20)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A8565

#5A8565
(90,133,101)
#699073
(105,144,115)
#789B81
(120,155,129)
#87A68F
(135,166,143)
#96B19D
(150,177,157)
#A5BCAB
(165,188,171)
#B4C7B9
(180,199,185)
#C3D2C7
(195,210,199)
#D2DDD5
(210,221,213)
#E1E8E3
(225,232,227)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8565; }

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

This text font color is #5A8565.


Background Color

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

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

This div background color is #5A8565.


Border color

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

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

This div border color is #5A8565.


Opacity

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

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

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

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

This text has shadow with #5A8565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8565 on black background.


Color preview on white background

This text has color #5A8565 on white background.



Black color preview on #5A8565 background

This text has black color on #5A8565 background.


White color preview on #5A8565 background

This text has white color on #5A8565 background.