COLOR #5A7361

HEX: #5A7361
RGB: (90,115,97)

Color info

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

RGB color model

#5A7361 color RGB value is (90,115,97).

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

RGB channels and saturation

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

90
115
97

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

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 97 = 302 (100%)
R 90 of 302 ~ 29.8%
G 115 of 302 ~ 38.08%
B 97 of 302 ~ 32.12%

%29.8
%38.08
%32.12

CMYK color model

#5A7361 color CMYK value is (22,0,16,55).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(22,0,16,55)
C22M0Y16K55 
(22%,0%,16%,55%)
(0.22/0.00/0.16/0.55)	

CMYK percentages

%21.74
%0
%15.65
%54.9

Codes

Color #5A7361 in popluar color models

5A7361
RGB9011597
HSL137°12.20%40.20%
HSB/HSV137°21.74%45.10%
CMYK21.74%0.00%15.65%
54.90%

Color #5A7361 in popluar number systems.

HEX5A7361
Decimal9011597
Binary101101011100111100001
Octal132163141

Shades and tints

Shades of #5A7361

#5A7361
(90,115,97)
#526959
(82,105,89)
#4A5F51
(74,95,81)
#425549
(66,85,73)
#3A4B41
(58,75,65)
#324139
(50,65,57)
#2A3731
(42,55,49)
#222D29
(34,45,41)
#1A2321
(26,35,33)
#121919
(18,25,25)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #5A7361

#5A7361
(90,115,97)
#697F6F
(105,127,111)
#788B7D
(120,139,125)
#87978B
(135,151,139)
#96A399
(150,163,153)
#A5AFA7
(165,175,167)
#B4BBB5
(180,187,181)
#C3C7C3
(195,199,195)
#D2D3D1
(210,211,209)
#E1DFDF
(225,223,223)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7361; }

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

This text font color is #5A7361.


Background Color

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

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

This div background color is #5A7361.


Border color

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

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

This div border color is #5A7361.


Opacity

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

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

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

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

This text has shadow with #5A7361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7361 on black background.


Color preview on white background

This text has color #5A7361 on white background.



Black color preview on #5A7361 background

This text has black color on #5A7361 background.


White color preview on #5A7361 background

This text has white color on #5A7361 background.