COLOR #5A855F

HEX: #5A855F
RGB: (90,133,95)

Color info

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

RGB color model

#5A855F color RGB value is (90,133,95).

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

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 95 of 255 = 37%

90
133
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 95 = 318 (100%)
R 90 of 318 ~ 28.3%
G 133 of 318 ~ 41.82%
B 95 of 318 ~ 29.87%

%28.3
%41.82
%29.87

CMYK color model

#5A855F color CMYK value is (32,0,29,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK:
(32,0,29,48)
C32M0Y29K48 
(32%,0%,29%,48%)
(0.32/0.00/0.29/0.48)	

CMYK percentages

%32.33
%0
%28.57
%47.84

Codes

Color #5A855F in popluar color models

5A855F
RGB9013395
HSL127°19.28%43.73%
HSB/HSV127°32.33%52.16%
CMYK32.33%0.00%28.57%
47.84%

Color #5A855F in popluar number systems.

HEX5A855F
Decimal9013395
Binary1011010100001011011111
Octal132205137

Shades and tints

Shades of #5A855F

#5A855F
(90,133,95)
#527957
(82,121,87)
#4A6D4F
(74,109,79)
#426147
(66,97,71)
#3A553F
(58,85,63)
#324937
(50,73,55)
#2A3D2F
(42,61,47)
#223127
(34,49,39)
#1A251F
(26,37,31)
#121917
(18,25,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #5A855F

#5A855F
(90,133,95)
#69906D
(105,144,109)
#789B7B
(120,155,123)
#87A689
(135,166,137)
#96B197
(150,177,151)
#A5BCA5
(165,188,165)
#B4C7B3
(180,199,179)
#C3D2C1
(195,210,193)
#D2DDCF
(210,221,207)
#E1E8DD
(225,232,221)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A855F; }

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

This text font color is #5A855F.


Background Color

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

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

This div background color is #5A855F.


Border color

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

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

This div border color is #5A855F.


Opacity

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

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

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

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

This text has shadow with #5A855F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A855F on black background.


Color preview on white background

This text has color #5A855F on white background.



Black color preview on #5A855F background

This text has black color on #5A855F background.


White color preview on #5A855F background

This text has white color on #5A855F background.