COLOR #5A7353

HEX: #5A7353
RGB: (90,115,83)

Color info

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

RGB color model

#5A7353 color RGB value is (90,115,83).

  • red value is 90;
  • green value is 115;
  • blue value is 83.
RGB:
(90,115,83)
(35%,45%,33%)

RGB channels and saturation

R 90 of 255 = 35%
G 115 of 255 = 45%
B 83 of 255 = 33%

90
115
83

R + G + B ~ 38%. #5A7353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 83 = 288 (100%)
R 90 of 288 ~ 31.25%
G 115 of 288 ~ 39.93%
B 83 of 288 ~ 28.82%

%31.25
%39.93
%28.82

CMYK color model

#5A7353 color CMYK value is (22,0,28,55).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(22,0,28,55)
C22M0Y28K55 
(22%,0%,28%,55%)
(0.22/0.00/0.28/0.55)	

CMYK percentages

%21.74
%0
%27.83
%54.9

Codes

Color #5A7353 in popluar color models

5A7353
RGB9011583
HSL107°16.16%38.82%
HSB/HSV107°27.83%45.10%
CMYK21.74%0.00%27.83%
54.90%

Color #5A7353 in popluar number systems.

HEX5A7353
Decimal9011583
Binary101101011100111010011
Octal132163123

Shades and tints

Shades of #5A7353

#5A7353
(90,115,83)
#52694C
(82,105,76)
#4A5F45
(74,95,69)
#42553E
(66,85,62)
#3A4B37
(58,75,55)
#324130
(50,65,48)
#2A3729
(42,55,41)
#222D22
(34,45,34)
#1A231B
(26,35,27)
#121914
(18,25,20)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #5A7353

#5A7353
(90,115,83)
#697F62
(105,127,98)
#788B71
(120,139,113)
#879780
(135,151,128)
#96A38F
(150,163,143)
#A5AF9E
(165,175,158)
#B4BBAD
(180,187,173)
#C3C7BC
(195,199,188)
#D2D3CB
(210,211,203)
#E1DFDA
(225,223,218)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7353 color. Also use rgb(90,115,83) instead hex code.

Text Font Color

.myTextColor { color: #5A7353; }

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

This text font color is #5A7353.


Background Color

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

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

This div background color is #5A7353.


Border color

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

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

This div border color is #5A7353.


Opacity

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

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

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

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

This text has shadow with #5A7353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7353 on black background.


Color preview on white background

This text has color #5A7353 on white background.



Black color preview on #5A7353 background

This text has black color on #5A7353 background.


White color preview on #5A7353 background

This text has white color on #5A7353 background.