COLOR #5A745F

HEX: #5A745F
RGB: (90,116,95)

Color info

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

RGB color model

#5A745F color RGB value is (90,116,95).

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

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 95 of 255 = 37%

90
116
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 95 = 301 (100%)
R 90 of 301 ~ 29.9%
G 116 of 301 ~ 38.54%
B 95 of 301 ~ 31.56%

%29.9
%38.54
%31.56

CMYK color model

#5A745F color CMYK value is (22,0,18,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(22,0,18,55)
C22M0Y18K55 
(22%,0%,18%,55%)
(0.22/0.00/0.18/0.55)	

CMYK percentages

%22.41
%0
%18.1
%54.51

Codes

Color #5A745F in popluar color models

5A745F
RGB9011695
HSL132°12.62%40.39%
HSB/HSV132°22.41%45.49%
CMYK22.41%0.00%18.10%
54.51%

Color #5A745F in popluar number systems.

HEX5A745F
Decimal9011695
Binary101101011101001011111
Octal132164137

Shades and tints

Shades of #5A745F

#5A745F
(90,116,95)
#526A57
(82,106,87)
#4A604F
(74,96,79)
#425647
(66,86,71)
#3A4C3F
(58,76,63)
#324237
(50,66,55)
#2A382F
(42,56,47)
#222E27
(34,46,39)
#1A241F
(26,36,31)
#121A17
(18,26,23)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #5A745F

#5A745F
(90,116,95)
#69806D
(105,128,109)
#788C7B
(120,140,123)
#879889
(135,152,137)
#96A497
(150,164,151)
#A5B0A5
(165,176,165)
#B4BCB3
(180,188,179)
#C3C8C1
(195,200,193)
#D2D4CF
(210,212,207)
#E1E0DD
(225,224,221)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A745F; }

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

This text font color is #5A745F.


Background Color

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

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

This div background color is #5A745F.


Border color

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

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

This div border color is #5A745F.


Opacity

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

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

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

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

This text has shadow with #5A745F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A745F on black background.


Color preview on white background

This text has color #5A745F on white background.



Black color preview on #5A745F background

This text has black color on #5A745F background.


White color preview on #5A745F background

This text has white color on #5A745F background.