COLOR #5A8375

HEX: #5A8375
RGB: (90,131,117)

Color info

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

RGB color model

#5A8375 color RGB value is (90,131,117).

  • red value is 90;
  • green value is 131;
  • blue value is 117.
RGB:
(90,131,117)
(35%,51%,46%)

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 117 of 255 = 46%

90
131
117

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

Portions of RGB colors in percentages

R + G + B =
90 + 131 + 117 = 338 (100%)
R 90 of 338 ~ 26.63%
G 131 of 338 ~ 38.76%
B 117 of 338 ~ 34.62%

%26.63
%38.76
%34.62

CMYK color model

#5A8375 color CMYK value is (31,0,11,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 10.69%
  • key color value is 48.63%
CMYK:
(31,0,11,49)
C31M0Y11K49 
(31%,0%,11%,49%)
(0.31/0.00/0.11/0.49)	

CMYK percentages

%31.3
%0
%10.69
%48.63

Codes

Color #5A8375 in popluar color models

5A8375
RGB90131117
HSL160°18.55%43.33%
HSB/HSV160°31.30%51.37%
CMYK31.30%0.00%10.69%
48.63%

Color #5A8375 in popluar number systems.

HEX5A8375
Decimal90131117
Binary1011010100000111110101
Octal132203165

Shades and tints

Shades of #5A8375

#5A8375
(90,131,117)
#52786B
(82,120,107)
#4A6D61
(74,109,97)
#426257
(66,98,87)
#3A574D
(58,87,77)
#324C43
(50,76,67)
#2A4139
(42,65,57)
#22362F
(34,54,47)
#1A2B25
(26,43,37)
#12201B
(18,32,27)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #5A8375

#5A8375
(90,131,117)
#698E81
(105,142,129)
#78998D
(120,153,141)
#87A499
(135,164,153)
#96AFA5
(150,175,165)
#A5BAB1
(165,186,177)
#B4C5BD
(180,197,189)
#C3D0C9
(195,208,201)
#D2DBD5
(210,219,213)
#E1E6E1
(225,230,225)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8375 color. Also use rgb(90,131,117) instead hex code.

Text Font Color

.myTextColor { color: #5A8375; }

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

This text font color is #5A8375.


Background Color

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

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

This div background color is #5A8375.


Border color

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

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

This div border color is #5A8375.


Opacity

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

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

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

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

This text has shadow with #5A8375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8375 on black background.


Color preview on white background

This text has color #5A8375 on white background.



Black color preview on #5A8375 background

This text has black color on #5A8375 background.


White color preview on #5A8375 background

This text has white color on #5A8375 background.