COLOR #5A744F

HEX: #5A744F
RGB: (90,116,79)

Color info

#5A744F contains red, green and blue colors in about the same proportion. Web safe color of #5A744F is #666666 (or #666).

RGB color model

#5A744F color RGB value is (90,116,79).

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

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 79 of 255 = 31%

90
116
79

R + G + B ~ 37%. #5A744F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 79 = 285 (100%)
R 90 of 285 ~ 31.58%
G 116 of 285 ~ 40.7%
B 79 of 285 ~ 27.72%

%31.58
%40.7
%27.72

CMYK color model

#5A744F color CMYK value is (22,0,32,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(22,0,32,55)
C22M0Y32K55 
(22%,0%,32%,55%)
(0.22/0.00/0.32/0.55)	

CMYK percentages

%22.41
%0
%31.9
%54.51

Codes

Color #5A744F in popluar color models

5A744F
RGB9011679
HSL102°18.97%38.24%
HSB/HSV102°31.90%45.49%
CMYK22.41%0.00%31.90%
54.51%

Color #5A744F in popluar number systems.

HEX5A744F
Decimal9011679
Binary101101011101001001111
Octal132164117

Shades and tints

Shades of #5A744F

#5A744F
(90,116,79)
#526A48
(82,106,72)
#4A6041
(74,96,65)
#42563A
(66,86,58)
#3A4C33
(58,76,51)
#32422C
(50,66,44)
#2A3825
(42,56,37)
#222E1E
(34,46,30)
#1A2417
(26,36,23)
#121A10
(18,26,16)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #5A744F

#5A744F
(90,116,79)
#69805F
(105,128,95)
#788C6F
(120,140,111)
#87987F
(135,152,127)
#96A48F
(150,164,143)
#A5B09F
(165,176,159)
#B4BCAF
(180,188,175)
#C3C8BF
(195,200,191)
#D2D4CF
(210,212,207)
#E1E0DF
(225,224,223)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A744F; }

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

This text font color is #5A744F.


Background Color

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

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

This div background color is #5A744F.


Border color

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

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

This div border color is #5A744F.


Opacity

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

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

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

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

This text has shadow with #5A744F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A744F on black background.


Color preview on white background

This text has color #5A744F on white background.



Black color preview on #5A744F background

This text has black color on #5A744F background.


White color preview on #5A744F background

This text has white color on #5A744F background.