COLOR #5A834C

HEX: #5A834C
RGB: (90,131,76)

Color info

#5A834C contains red, green and blue colors in about the same proportion. Web safe color of #5A834C is #669933 (or #693).

RGB color model

#5A834C color RGB value is (90,131,76).

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

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 76 of 255 = 30%

90
131
76

R + G + B ~ 39%. #5A834C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 131 + 76 = 297 (100%)
R 90 of 297 ~ 30.3%
G 131 of 297 ~ 44.11%
B 76 of 297 ~ 25.59%

%30.3
%44.11
%25.59

CMYK color model

#5A834C color CMYK value is (31,0,42,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 48.63%
CMYK:
(31,0,42,49)
C31M0Y42K49 
(31%,0%,42%,49%)
(0.31/0.00/0.42/0.49)	

CMYK percentages

%31.3
%0
%41.98
%48.63

Codes

Color #5A834C in popluar color models

5A834C
RGB9013176
HSL105°26.57%40.59%
HSB/HSV105°41.98%51.37%
CMYK31.30%0.00%41.98%
48.63%

Color #5A834C in popluar number systems.

HEX5A834C
Decimal9013176
Binary1011010100000111001100
Octal132203114

Shades and tints

Shades of #5A834C

#5A834C
(90,131,76)
#527846
(82,120,70)
#4A6D40
(74,109,64)
#42623A
(66,98,58)
#3A5734
(58,87,52)
#324C2E
(50,76,46)
#2A4128
(42,65,40)
#223622
(34,54,34)
#1A2B1C
(26,43,28)
#122016
(18,32,22)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #5A834C

#5A834C
(90,131,76)
#698E5C
(105,142,92)
#78996C
(120,153,108)
#87A47C
(135,164,124)
#96AF8C
(150,175,140)
#A5BA9C
(165,186,156)
#B4C5AC
(180,197,172)
#C3D0BC
(195,208,188)
#D2DBCC
(210,219,204)
#E1E6DC
(225,230,220)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A834C; }

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

This text font color is #5A834C.


Background Color

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

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

This div background color is #5A834C.


Border color

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

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

This div border color is #5A834C.


Opacity

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

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

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

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

This text has shadow with #5A834C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A834C on black background.


Color preview on white background

This text has color #5A834C on white background.



Black color preview on #5A834C background

This text has black color on #5A834C background.


White color preview on #5A834C background

This text has white color on #5A834C background.