COLOR #5A7832

HEX: #5A7832
RGB: (90,120,50)

Color info

#5A7832 contains mainly red and green colors. Web safe color of #5A7832 is #666633 (or #663).

RGB color model

#5A7832 color RGB value is (90,120,50).

  • red value is 90;
  • green value is 120;
  • blue value is 50.
RGB:
(90,120,50)
(35%,47%,20%)

RGB channels and saturation

R 90 of 255 = 35%
G 120 of 255 = 47%
B 50 of 255 = 20%

90
120
50

R + G + B ~ 34%. #5A7832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 120 + 50 = 260 (100%)
R 90 of 260 ~ 34.62%
G 120 of 260 ~ 46.15%
B 50 of 260 ~ 19.23%

%34.62
%46.15
%19.23

CMYK color model

#5A7832 color CMYK value is (25,0,58,53).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(25,0,58,53)
C25M0Y58K53 
(25%,0%,58%,53%)
(0.25/0.00/0.58/0.53)	

CMYK percentages

%25
%0
%58.33
%52.94

Codes

Color #5A7832 in popluar color models

5A7832
RGB9012050
HSL86°41.18%33.33%
HSB/HSV86°58.33%47.06%
CMYK25.00%0.00%58.33%
52.94%

Color #5A7832 in popluar number systems.

HEX5A7832
Decimal9012050
Binary10110101111000110010
Octal13217062

Shades and tints

Shades of #5A7832

#5A7832
(90,120,50)
#526E2E
(82,110,46)
#4A642A
(74,100,42)
#425A26
(66,90,38)
#3A5022
(58,80,34)
#32461E
(50,70,30)
#2A3C1A
(42,60,26)
#223216
(34,50,22)
#1A2812
(26,40,18)
#121E0E
(18,30,14)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #5A7832

#5A7832
(90,120,50)
#698444
(105,132,68)
#789056
(120,144,86)
#879C68
(135,156,104)
#96A87A
(150,168,122)
#A5B48C
(165,180,140)
#B4C09E
(180,192,158)
#C3CCB0
(195,204,176)
#D2D8C2
(210,216,194)
#E1E4D4
(225,228,212)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7832 color. Also use rgb(90,120,50) instead hex code.

Text Font Color

.myTextColor { color: #5A7832; }

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

This text font color is #5A7832.


Background Color

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

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

This div background color is #5A7832.


Border color

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

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

This div border color is #5A7832.


Opacity

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

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

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

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

This text has shadow with #5A7832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7832 on black background.


Color preview on white background

This text has color #5A7832 on white background.



Black color preview on #5A7832 background

This text has black color on #5A7832 background.


White color preview on #5A7832 background

This text has white color on #5A7832 background.