COLOR #5A7558

HEX: #5A7558 RGB: (90,117,88)

Color info

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

RGB color model

#5A7558 color RGB value is (90,117,88).

RGB: (90,117,88) (35%, 46%, 35%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 88 of 255 = 35%

90
117
88

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

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 88 = 295 (100%)
R 90 of 295 ~ 30.51%
G 117 of 295 ~ 39.66%
B 88 of 295 ~ 29.83'%

%30.51
%39.66
%29.83

CMYK color model

#5A7558 color CMYK value is (23,0,25,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK: (23,0,25,54) C23M0Y25K54 (23%,0%,25%,54%) (0.23/0.00/0.25/0.54) 

CMYK percentages

%23.08
%0
%24.79
%54.12

Codes

Color #5A7558 in popluar color models

5A 75 58
RGB 90 117 88
HSL 116° 14.15% 40.20%
HSB/HSV 116° 24.79% 45.88%
CMYK 23.08% 0.00% 24.79%
54.12%

Color #5A7558 in popluar number systems.

HEX 5A 75 58
Decimal 90 117 88
Binary 1011010 1110101 1011000
Octal 132 165 130

Shades and tints

Shades of #5A7558

#5A7558
(90,117,88)
#526B50
(82,107,80)
#4A6148
(74,97,72)
#425740
(66,87,64)
#3A4D38
(58,77,56)
#324330
(50,67,48)
#2A3928
(42,57,40)
#222F20
(34,47,32)
#1A2518
(26,37,24)
#121B10
(18,27,16)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #5A7558

#5A7558
(90,117,88)
#698167
(105,129,103)
#788D76
(120,141,118)
#879985
(135,153,133)
#96A594
(150,165,148)
#A5B1A3
(165,177,163)
#B4BDB2
(180,189,178)
#C3C9C1
(195,201,193)
#D2D5D0
(210,213,208)
#E1E1DF
(225,225,223)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7558; }

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

This text font color is #5A7558.

Background Color

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

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

This div background color is #5A7558.

Border color

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

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

This div border color is #5A7558.

Opacity

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

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

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

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

This text has shadow with #5A7558 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7558.

Preview

Color preview on black background

This text has color #5A7558 on black background.


Color preview on white background

This text has color #5A7558 on white background.


Black color preview on #5A7558 background

This text has black color on #5A7558 background.


White color preview on #5A7558 background

This text has white color on #5A7558 background.


Related colors

Complementary color

Complementary color for #hex is #A58AA7.


I love getcolorcode.com

Triadic colors

1 #585A75 and #75585A with #5A7558 are triadic colors.

2 #58755A and #755A58 with #5A7558 are triadic colors.