COLOR #5A7424

HEX: #5A7424
RGB: (90,116,36)

Color info

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

RGB color model

#5A7424 color RGB value is (90,116,36).

  • red value is 90;
  • green value is 116;
  • blue value is 36.
RGB:
(90,116,36)
(35%,45%,14%)

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 36 of 255 = 14%

90
116
36

R + G + B ~ 31%. #5A7424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 36 = 242 (100%)
R 90 of 242 ~ 37.19%
G 116 of 242 ~ 47.93%
B 36 of 242 ~ 14.88%

%37.19
%47.93
%14.88

CMYK color model

#5A7424 color CMYK value is (22,0,69,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 68.97%
  • key color value is 54.51%
CMYK:
(22,0,69,55)
C22M0Y69K55 
(22%,0%,69%,55%)
(0.22/0.00/0.69/0.55)	

CMYK percentages

%22.41
%0
%68.97
%54.51

Codes

Color #5A7424 in popluar color models

5A7424
RGB9011636
HSL80°52.63%29.80%
HSB/HSV80°68.97%45.49%
CMYK22.41%0.00%68.97%
54.51%

Color #5A7424 in popluar number systems.

HEX5A7424
Decimal9011636
Binary10110101110100100100
Octal13216444

Shades and tints

Shades of #5A7424

#5A7424
(90,116,36)
#526A21
(82,106,33)
#4A601E
(74,96,30)
#42561B
(66,86,27)
#3A4C18
(58,76,24)
#324215
(50,66,21)
#2A3812
(42,56,18)
#222E0F
(34,46,15)
#1A240C
(26,36,12)
#121A09
(18,26,9)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #5A7424

#5A7424
(90,116,36)
#698037
(105,128,55)
#788C4A
(120,140,74)
#87985D
(135,152,93)
#96A470
(150,164,112)
#A5B083
(165,176,131)
#B4BC96
(180,188,150)
#C3C8A9
(195,200,169)
#D2D4BC
(210,212,188)
#E1E0CF
(225,224,207)
#F0ECE2
(240,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7424 color. Also use rgb(90,116,36) instead hex code.

Text Font Color

.myTextColor { color: #5A7424; }

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

This text font color is #5A7424.


Background Color

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

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

This div background color is #5A7424.


Border color

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

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

This div border color is #5A7424.


Opacity

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

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

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

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

This text has shadow with #5A7424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7424 on black background.


Color preview on white background

This text has color #5A7424 on white background.



Black color preview on #5A7424 background

This text has black color on #5A7424 background.


White color preview on #5A7424 background

This text has white color on #5A7424 background.