COLOR #5A7762

HEX: #5A7762
RGB: (90,119,98)

Color info

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

RGB color model

#5A7762 color RGB value is (90,119,98).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 98 of 255 = 38%

90
119
98

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 98 = 307 (100%)
R 90 of 307 ~ 29.32%
G 119 of 307 ~ 38.76%
B 98 of 307 ~ 31.92%

%29.32
%38.76
%31.92

CMYK color model

#5A7762 color CMYK value is (24,0,18,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(24,0,18,53)
C24M0Y18K53 
(24%,0%,18%,53%)
(0.24/0.00/0.18/0.53)	

CMYK percentages

%24.37
%0
%17.65
%53.33

Codes

Color #5A7762 in popluar color models

5A7762
RGB9011998
HSL137°13.88%40.98%
HSB/HSV137°24.37%46.67%
CMYK24.37%0.00%17.65%
53.33%

Color #5A7762 in popluar number systems.

HEX5A7762
Decimal9011998
Binary101101011101111100010
Octal132167142

Shades and tints

Shades of #5A7762

#5A7762
(90,119,98)
#526D5A
(82,109,90)
#4A6352
(74,99,82)
#42594A
(66,89,74)
#3A4F42
(58,79,66)
#32453A
(50,69,58)
#2A3B32
(42,59,50)
#22312A
(34,49,42)
#1A2722
(26,39,34)
#121D1A
(18,29,26)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #5A7762

#5A7762
(90,119,98)
#698370
(105,131,112)
#788F7E
(120,143,126)
#879B8C
(135,155,140)
#96A79A
(150,167,154)
#A5B3A8
(165,179,168)
#B4BFB6
(180,191,182)
#C3CBC4
(195,203,196)
#D2D7D2
(210,215,210)
#E1E3E0
(225,227,224)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7762; }

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

This text font color is #5A7762.


Background Color

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

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

This div background color is #5A7762.


Border color

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

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

This div border color is #5A7762.


Opacity

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

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

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

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

This text has shadow with #5A7762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7762 on black background.


Color preview on white background

This text has color #5A7762 on white background.



Black color preview on #5A7762 background

This text has black color on #5A7762 background.


White color preview on #5A7762 background

This text has white color on #5A7762 background.