COLOR #5A7360

HEX: #5A7360
RGB: (90,115,96)

Color info

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

RGB color model

#5A7360 color RGB value is (90,115,96).

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

RGB channels and saturation

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

90
115
96

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

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 96 = 301 (100%)
R 90 of 301 ~ 29.9%
G 115 of 301 ~ 38.21%
B 96 of 301 ~ 31.89%

%29.9
%38.21
%31.89

CMYK color model

#5A7360 color CMYK value is (22,0,17,55).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(22,0,17,55)
C22M0Y17K55 
(22%,0%,17%,55%)
(0.22/0.00/0.17/0.55)	

CMYK percentages

%21.74
%0
%16.52
%54.9

Codes

Color #5A7360 in popluar color models

5A7360
RGB9011596
HSL134°12.20%40.20%
HSB/HSV134°21.74%45.10%
CMYK21.74%0.00%16.52%
54.90%

Color #5A7360 in popluar number systems.

HEX5A7360
Decimal9011596
Binary101101011100111100000
Octal132163140

Shades and tints

Shades of #5A7360

#5A7360
(90,115,96)
#526958
(82,105,88)
#4A5F50
(74,95,80)
#425548
(66,85,72)
#3A4B40
(58,75,64)
#324138
(50,65,56)
#2A3730
(42,55,48)
#222D28
(34,45,40)
#1A2320
(26,35,32)
#121918
(18,25,24)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #5A7360

#5A7360
(90,115,96)
#697F6E
(105,127,110)
#788B7C
(120,139,124)
#87978A
(135,151,138)
#96A398
(150,163,152)
#A5AFA6
(165,175,166)
#B4BBB4
(180,187,180)
#C3C7C2
(195,199,194)
#D2D3D0
(210,211,208)
#E1DFDE
(225,223,222)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7360; }

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

This text font color is #5A7360.


Background Color

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

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

This div background color is #5A7360.


Border color

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

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

This div border color is #5A7360.


Opacity

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

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

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

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

This text has shadow with #5A7360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7360 on black background.


Color preview on white background

This text has color #5A7360 on white background.



Black color preview on #5A7360 background

This text has black color on #5A7360 background.


White color preview on #5A7360 background

This text has white color on #5A7360 background.