COLOR #5A7362

HEX: #5A7362
RGB: (90,115,98)

Color info

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

RGB color model

#5A7362 color RGB value is (90,115,98).

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

RGB channels and saturation

R 90 of 255 = 35%
G 115 of 255 = 45%
B 98 of 255 = 38%

90
115
98

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

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 98 = 303 (100%)
R 90 of 303 ~ 29.7%
G 115 of 303 ~ 37.95%
B 98 of 303 ~ 32.34%

%29.7
%37.95
%32.34

CMYK color model

#5A7362 color CMYK value is (22,0,15,55).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(22,0,15,55)
C22M0Y15K55 
(22%,0%,15%,55%)
(0.22/0.00/0.15/0.55)	

CMYK percentages

%21.74
%0
%14.78
%54.9

Codes

Color #5A7362 in popluar color models

5A7362
RGB9011598
HSL139°12.20%40.20%
HSB/HSV139°21.74%45.10%
CMYK21.74%0.00%14.78%
54.90%

Color #5A7362 in popluar number systems.

HEX5A7362
Decimal9011598
Binary101101011100111100010
Octal132163142

Shades and tints

Shades of #5A7362

#5A7362
(90,115,98)
#52695A
(82,105,90)
#4A5F52
(74,95,82)
#42554A
(66,85,74)
#3A4B42
(58,75,66)
#32413A
(50,65,58)
#2A3732
(42,55,50)
#222D2A
(34,45,42)
#1A2322
(26,35,34)
#12191A
(18,25,26)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #5A7362

#5A7362
(90,115,98)
#697F70
(105,127,112)
#788B7E
(120,139,126)
#87978C
(135,151,140)
#96A39A
(150,163,154)
#A5AFA8
(165,175,168)
#B4BBB6
(180,187,182)
#C3C7C4
(195,199,196)
#D2D3D2
(210,211,210)
#E1DFE0
(225,223,224)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7362; }

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

This text font color is #5A7362.


Background Color

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

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

This div background color is #5A7362.


Border color

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

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

This div border color is #5A7362.


Opacity

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

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

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

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

This text has shadow with #5A7362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7362 on black background.


Color preview on white background

This text has color #5A7362 on white background.



Black color preview on #5A7362 background

This text has black color on #5A7362 background.


White color preview on #5A7362 background

This text has white color on #5A7362 background.