COLOR #5A7369

HEX: #5A7369
RGB: (90,115,105)

Color info

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

RGB color model

#5A7369 color RGB value is (90,115,105).

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

RGB channels and saturation

R 90 of 255 = 35%
G 115 of 255 = 45%
B 105 of 255 = 41%

90
115
105

R + G + B ~ 40%. #5A7369 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 105 = 310 (100%)
R 90 of 310 ~ 29.03%
G 115 of 310 ~ 37.1%
B 105 of 310 ~ 33.87%

%29.03
%37.1
%33.87

CMYK color model

#5A7369 color CMYK value is (22,0,9,55).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK:
(22,0,9,55)
C22M0Y9K55 
(22%,0%,9%,55%)
(0.22/0.00/0.09/0.55)	

CMYK percentages

%21.74
%0
%8.7
%54.9

Codes

Color #5A7369 in popluar color models

5A7369
RGB90115105
HSL156°12.20%40.20%
HSB/HSV156°21.74%45.10%
CMYK21.74%0.00%8.70%
54.90%

Color #5A7369 in popluar number systems.

HEX5A7369
Decimal90115105
Binary101101011100111101001
Octal132163151

Shades and tints

Shades of #5A7369

#5A7369
(90,115,105)
#526960
(82,105,96)
#4A5F57
(74,95,87)
#42554E
(66,85,78)
#3A4B45
(58,75,69)
#32413C
(50,65,60)
#2A3733
(42,55,51)
#222D2A
(34,45,42)
#1A2321
(26,35,33)
#121918
(18,25,24)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #5A7369

#5A7369
(90,115,105)
#697F76
(105,127,118)
#788B83
(120,139,131)
#879790
(135,151,144)
#96A39D
(150,163,157)
#A5AFAA
(165,175,170)
#B4BBB7
(180,187,183)
#C3C7C4
(195,199,196)
#D2D3D1
(210,211,209)
#E1DFDE
(225,223,222)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7369; }

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

This text font color is #5A7369.


Background Color

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

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

This div background color is #5A7369.


Border color

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

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

This div border color is #5A7369.


Opacity

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

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

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

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

This text has shadow with #5A7369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7369 on black background.


Color preview on white background

This text has color #5A7369 on white background.



Black color preview on #5A7369 background

This text has black color on #5A7369 background.


White color preview on #5A7369 background

This text has white color on #5A7369 background.