COLOR #5A825B

HEX: #5A825B
RGB: (90,130,91)

Color info

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

RGB color model

#5A825B color RGB value is (90,130,91).

  • red value is 90;
  • green value is 130;
  • blue value is 91.
RGB:
(90,130,91)
(35%,51%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 130 of 255 = 51%
B 91 of 255 = 36%

90
130
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 130 + 91 = 311 (100%)
R 90 of 311 ~ 28.94%
G 130 of 311 ~ 41.8%
B 91 of 311 ~ 29.26%

%28.94
%41.8
%29.26

CMYK color model

#5A825B color CMYK value is (31,0,30,49).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 49.02%
CMYK:
(31,0,30,49)
C31M0Y30K49 
(31%,0%,30%,49%)
(0.31/0.00/0.30/0.49)	

CMYK percentages

%30.77
%0
%30
%49.02

Codes

Color #5A825B in popluar color models

5A825B
RGB9013091
HSL122°18.18%43.14%
HSB/HSV122°30.77%50.98%
CMYK30.77%0.00%30.00%
49.02%

Color #5A825B in popluar number systems.

HEX5A825B
Decimal9013091
Binary1011010100000101011011
Octal132202133

Shades and tints

Shades of #5A825B

#5A825B
(90,130,91)
#527753
(82,119,83)
#4A6C4B
(74,108,75)
#426143
(66,97,67)
#3A563B
(58,86,59)
#324B33
(50,75,51)
#2A402B
(42,64,43)
#223523
(34,53,35)
#1A2A1B
(26,42,27)
#121F13
(18,31,19)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #5A825B

#5A825B
(90,130,91)
#698D69
(105,141,105)
#789877
(120,152,119)
#87A385
(135,163,133)
#96AE93
(150,174,147)
#A5B9A1
(165,185,161)
#B4C4AF
(180,196,175)
#C3CFBD
(195,207,189)
#D2DACB
(210,218,203)
#E1E5D9
(225,229,217)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A825B color. Also use rgb(90,130,91) instead hex code.

Text Font Color

.myTextColor { color: #5A825B; }

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

This text font color is #5A825B.


Background Color

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

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

This div background color is #5A825B.


Border color

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

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

This div border color is #5A825B.


Opacity

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

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

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

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

This text has shadow with #5A825B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A825B on black background.


Color preview on white background

This text has color #5A825B on white background.



Black color preview on #5A825B background

This text has black color on #5A825B background.


White color preview on #5A825B background

This text has white color on #5A825B background.