COLOR #5A7562

HEX: #5A7562 RGB: (90,117,98)

Color info

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

RGB color model

#5A7562 color RGB value is (90,117,98).

RGB: (90,117,98) (35%, 46%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 98 of 255 = 38%

90
117
98

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

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 98 = 305 (100%)
R 90 of 305 ~ 29.51%
G 117 of 305 ~ 38.36%
B 98 of 305 ~ 32.13'%

%29.51
%38.36
%32.13

CMYK color model

#5A7562 color CMYK value is (23,0,16,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 54.12%

CMYK: (23,0,16,54)
C23M0Y16K54 (23%, 0%, 16%, 54%)
(0.23 / 0.00 / 0.16 / 0.54)

CMYK percentages

%23.08
%0
%16.24
%54.12

Codes

Color #5A7562 in popluar color models

5A 75 62
RGB 90 117 98
HSL 138° 13.04% 40.59%
HSB/HSV 138° 23.08% 45.88%
CMYK 23.08% 0.00% 16.24%
54.12%

Color #5A7562 in popluar number systems.

HEX 5A 75 62
Decimal 90 117 98
Binary 1011010 1110101 1100010
Octal 132 165 142

Shades and tints

Shades of #5A7562

#5A7562
(90,117,98)
#526B5A
(82,107,90)
#4A6152
(74,97,82)
#42574A
(66,87,74)
#3A4D42
(58,77,66)
#32433A
(50,67,58)
#2A3932
(42,57,50)
#222F2A
(34,47,42)
#1A2522
(26,37,34)
#121B1A
(18,27,26)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #5A7562

#5A7562
(90,117,98)
#698170
(105,129,112)
#788D7E
(120,141,126)
#87998C
(135,153,140)
#96A59A
(150,165,154)
#A5B1A8
(165,177,168)
#B4BDB6
(180,189,182)
#C3C9C4
(195,201,196)
#D2D5D2
(210,213,210)
#E1E1E0
(225,225,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7562; }

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

This text font color is #5A7562.

Background Color

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

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

This div background color is #5A7562.

Border color

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

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

This div border color is #5A7562.

Opacity

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

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

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

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

This text has shadow with #5A7562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7562.

Preview

Color preview on black background

This text has color #5A7562 on black background.


Color preview on white background

This text has color #5A7562 on white background.


Black color preview on #5A7562 background

This text has black color on #5A7562 background.


White color preview on #5A7562 background

This text has white color on #5A7562 background.


Related colors

Complementary color

Complementary color for #hex is #A58A9D.


I love getcolorcode.com

Triadic colors

1 #625A75 and #75625A with #5A7562 are triadic colors.

2 #62755A and #755A62 with #5A7562 are triadic colors.