COLOR #5A7261

HEX: #5A7261
RGB: (90,114,97)

Color info

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

RGB color model

#5A7261 color RGB value is (90,114,97).

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

RGB channels and saturation

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

90
114
97

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

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 97 = 301 (100%)
R 90 of 301 ~ 29.9%
G 114 of 301 ~ 37.87%
B 97 of 301 ~ 32.23%

%29.9
%37.87
%32.23

CMYK color model

#5A7261 color CMYK value is (21,0,15,55).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 55.29%
CMYK:
(21,0,15,55)
C21M0Y15K55 
(21%,0%,15%,55%)
(0.21/0.00/0.15/0.55)	

CMYK percentages

%21.05
%0
%14.91
%55.29

Codes

Color #5A7261 in popluar color models

5A7261
RGB9011497
HSL138°11.76%40.00%
HSB/HSV138°21.05%44.71%
CMYK21.05%0.00%14.91%
55.29%

Color #5A7261 in popluar number systems.

HEX5A7261
Decimal9011497
Binary101101011100101100001
Octal132162141

Shades and tints

Shades of #5A7261

#5A7261
(90,114,97)
#526859
(82,104,89)
#4A5E51
(74,94,81)
#425449
(66,84,73)
#3A4A41
(58,74,65)
#324039
(50,64,57)
#2A3631
(42,54,49)
#222C29
(34,44,41)
#1A2221
(26,34,33)
#121819
(18,24,25)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #5A7261

#5A7261
(90,114,97)
#697E6F
(105,126,111)
#788A7D
(120,138,125)
#87968B
(135,150,139)
#96A299
(150,162,153)
#A5AEA7
(165,174,167)
#B4BAB5
(180,186,181)
#C3C6C3
(195,198,195)
#D2D2D1
(210,210,209)
#E1DEDF
(225,222,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7261; }

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

This text font color is #5A7261.


Background Color

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

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

This div background color is #5A7261.


Border color

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

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

This div border color is #5A7261.


Opacity

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

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

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

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

This text has shadow with #5A7261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7261 on black background.


Color preview on white background

This text has color #5A7261 on white background.



Black color preview on #5A7261 background

This text has black color on #5A7261 background.


White color preview on #5A7261 background

This text has white color on #5A7261 background.