COLOR #5A875E

HEX: #5A875E
RGB: (90,135,94)

Color info

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

RGB color model

#5A875E color RGB value is (90,135,94).

  • red value is 90;
  • green value is 135;
  • blue value is 94.
RGB:
(90,135,94)
(35%,53%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 94 of 255 = 37%

90
135
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 135 + 94 = 319 (100%)
R 90 of 319 ~ 28.21%
G 135 of 319 ~ 42.32%
B 94 of 319 ~ 29.47%

%28.21
%42.32
%29.47

CMYK color model

#5A875E color CMYK value is (33,0,30,47).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(33,0,30,47)
C33M0Y30K47 
(33%,0%,30%,47%)
(0.33/0.00/0.30/0.47)	

CMYK percentages

%33.33
%0
%30.37
%47.06

Codes

Color #5A875E in popluar color models

5A875E
RGB9013594
HSL125°20.00%44.12%
HSB/HSV125°33.33%52.94%
CMYK33.33%0.00%30.37%
47.06%

Color #5A875E in popluar number systems.

HEX5A875E
Decimal9013594
Binary1011010100001111011110
Octal132207136

Shades and tints

Shades of #5A875E

#5A875E
(90,135,94)
#527B56
(82,123,86)
#4A6F4E
(74,111,78)
#426346
(66,99,70)
#3A573E
(58,87,62)
#324B36
(50,75,54)
#2A3F2E
(42,63,46)
#223326
(34,51,38)
#1A271E
(26,39,30)
#121B16
(18,27,22)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #5A875E

#5A875E
(90,135,94)
#69916C
(105,145,108)
#789B7A
(120,155,122)
#87A588
(135,165,136)
#96AF96
(150,175,150)
#A5B9A4
(165,185,164)
#B4C3B2
(180,195,178)
#C3CDC0
(195,205,192)
#D2D7CE
(210,215,206)
#E1E1DC
(225,225,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A875E color. Also use rgb(90,135,94) instead hex code.

Text Font Color

.myTextColor { color: #5A875E; }

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

This text font color is #5A875E.


Background Color

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

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

This div background color is #5A875E.


Border color

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

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

This div border color is #5A875E.


Opacity

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

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

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

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

This text has shadow with #5A875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A875E on black background.


Color preview on white background

This text has color #5A875E on white background.



Black color preview on #5A875E background

This text has black color on #5A875E background.


White color preview on #5A875E background

This text has white color on #5A875E background.