COLOR #5A6857

HEX: #5A6857 RGB: (90,104,87)

Color info

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

RGB color model

#5A6857 color RGB value is (90,104,87).

RGB: (90,104,87) (35%, 41%, 34%)

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 87 of 255 = 34%

90
104
87

R + G + B ~ 37%. #5A6857 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 104 + 87 = 281 (100%)
R 90 of 281 ~ 32.03%
G 104 of 281 ~ 37.01%
B 87 of 281 ~ 30.96'%

%32.03
%37.01
%30.96

CMYK color model

#5A6857 color CMYK value is (13,0,16,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 59.22%

CMYK: (13,0,16,59)
C13M0Y16K59 (13%, 0%, 16%, 59%)
(0.13 / 0.00 / 0.16 / 0.59)

CMYK percentages

%13.46
%0
%16.35
%59.22

Codes

Color #5A6857 in popluar color models

5A 68 57
RGB 90 104 87
HSL 109° 8.90% 37.45%
HSB/HSV 109° 16.35% 40.78%
CMYK 13.46% 0.00% 16.35%
59.22%

Color #5A6857 in popluar number systems.

HEX 5A 68 57
Decimal 90 104 87
Binary 1011010 1101000 1010111
Octal 132 150 127

Shades and tints

Shades of #5A6857

#5A6857
(90,104,87)
#525F50
(82,95,80)
#4A5649
(74,86,73)
#424D42
(66,77,66)
#3A443B
(58,68,59)
#323B34
(50,59,52)
#2A322D
(42,50,45)
#222926
(34,41,38)
#1A201F
(26,32,31)
#121718
(18,23,24)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #5A6857

#5A6857
(90,104,87)
#697566
(105,117,102)
#788275
(120,130,117)
#878F84
(135,143,132)
#969C93
(150,156,147)
#A5A9A2
(165,169,162)
#B4B6B1
(180,182,177)
#C3C3C0
(195,195,192)
#D2D0CF
(210,208,207)
#E1DDDE
(225,221,222)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6857 color. Also use rgb(90,104,87) instead hex code.

Text Font Color

.myTextColor { color: #5A6857; }

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

This text font color is #5A6857.

Background Color

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

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

This div background color is #5A6857.

Border color

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

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

This div border color is #5A6857.

Opacity

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

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

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

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

This text has shadow with #5A6857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6857.

Preview

Color preview on black background

This text has color #5A6857 on black background.


Color preview on white background

This text has color #5A6857 on white background.


Black color preview on #5A6857 background

This text has black color on #5A6857 background.


White color preview on #5A6857 background

This text has white color on #5A6857 background.


Related colors

Complementary color

Complementary color for #hex is #A597A8.


I love getcolorcode.com

Triadic colors

1 #575A68 and #68575A with #5A6857 are triadic colors.

2 #57685A and #685A57 with #5A6857 are triadic colors.