COLOR #5A744A

HEX: #5A744A
RGB: (90,116,74)

Color info

#5A744A contains red, green and blue colors in about the same proportion. Web safe color of #5A744A is #666633 (or #663).

RGB color model

#5A744A color RGB value is (90,116,74).

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

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 74 of 255 = 29%

90
116
74

R + G + B ~ 36%. #5A744A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 74 = 280 (100%)
R 90 of 280 ~ 32.14%
G 116 of 280 ~ 41.43%
B 74 of 280 ~ 26.43%

%32.14
%41.43
%26.43

CMYK color model

#5A744A color CMYK value is (22,0,36,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(22,0,36,55)
C22M0Y36K55 
(22%,0%,36%,55%)
(0.22/0.00/0.36/0.55)	

CMYK percentages

%22.41
%0
%36.21
%54.51

Codes

Color #5A744A in popluar color models

5A744A
RGB9011674
HSL97°22.11%37.25%
HSB/HSV97°36.21%45.49%
CMYK22.41%0.00%36.21%
54.51%

Color #5A744A in popluar number systems.

HEX5A744A
Decimal9011674
Binary101101011101001001010
Octal132164112

Shades and tints

Shades of #5A744A

#5A744A
(90,116,74)
#526A44
(82,106,68)
#4A603E
(74,96,62)
#425638
(66,86,56)
#3A4C32
(58,76,50)
#32422C
(50,66,44)
#2A3826
(42,56,38)
#222E20
(34,46,32)
#1A241A
(26,36,26)
#121A14
(18,26,20)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #5A744A

#5A744A
(90,116,74)
#69805A
(105,128,90)
#788C6A
(120,140,106)
#87987A
(135,152,122)
#96A48A
(150,164,138)
#A5B09A
(165,176,154)
#B4BCAA
(180,188,170)
#C3C8BA
(195,200,186)
#D2D4CA
(210,212,202)
#E1E0DA
(225,224,218)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A744A; }

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

This text font color is #5A744A.


Background Color

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

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

This div background color is #5A744A.


Border color

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

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

This div border color is #5A744A.


Opacity

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

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

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

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

This text has shadow with #5A744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A744A on black background.


Color preview on white background

This text has color #5A744A on white background.



Black color preview on #5A744A background

This text has black color on #5A744A background.


White color preview on #5A744A background

This text has white color on #5A744A background.