COLOR #5A6156

HEX: #5A6156 RGB: (90,97,86)

Color info

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

RGB color model

#5A6156 color RGB value is (90,97,86).

RGB: (90,97,86) (35%, 38%, 34%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 86 of 255 = 34%

90
97
86

R + G + B ~ 36%. #5A6156 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 97 + 86 = 273 (100%)
R 90 of 273 ~ 32.97%
G 97 of 273 ~ 35.53%
B 86 of 273 ~ 31.5'%

%32.97
%35.53
%31.5

CMYK color model

#5A6156 color CMYK value is (7,0,11,62).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 61.96%

CMYK: (7,0,11,62)
C7M0Y11K62 (7%, 0%, 11%, 62%)
(0.07 / 0.00 / 0.11 / 0.62)

CMYK percentages

%7.22
%0
%11.34
%61.96

Codes

Color #5A6156 in popluar color models

5A 61 56
RGB 90 97 86
HSL 98° 6.01% 35.88%
HSB/HSV 98° 11.34% 38.04%
CMYK 7.22% 0.00% 11.34%
61.96%

Color #5A6156 in popluar number systems.

HEX 5A 61 56
Decimal 90 97 86
Binary 1011010 1100001 1010110
Octal 132 141 126

Shades and tints

Shades of #5A6156

#5A6156
(90,97,86)
#52594F
(82,89,79)
#4A5148
(74,81,72)
#424941
(66,73,65)
#3A413A
(58,65,58)
#323933
(50,57,51)
#2A312C
(42,49,44)
#222925
(34,41,37)
#1A211E
(26,33,30)
#121917
(18,25,23)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #5A6156

#5A6156
(90,97,86)
#696F65
(105,111,101)
#787D74
(120,125,116)
#878B83
(135,139,131)
#969992
(150,153,146)
#A5A7A1
(165,167,161)
#B4B5B0
(180,181,176)
#C3C3BF
(195,195,191)
#D2D1CE
(210,209,206)
#E1DFDD
(225,223,221)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6156 color. Also use rgb(90,97,86) instead hex code.

Text Font Color

.myTextColor { color: #5A6156; }

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

This text font color is #5A6156.

Background Color

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

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

This div background color is #5A6156.

Border color

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

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

This div border color is #5A6156.

Opacity

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

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

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

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

This text has shadow with #5A6156 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6156.

Preview

Color preview on black background

This text has color #5A6156 on black background.


Color preview on white background

This text has color #5A6156 on white background.


Black color preview on #5A6156 background

This text has black color on #5A6156 background.


White color preview on #5A6156 background

This text has white color on #5A6156 background.


Related colors

Complementary color

Complementary color for #hex is #A59EA9.


I love getcolorcode.com

Triadic colors

1 #565A61 and #61565A with #5A6156 are triadic colors.

2 #56615A and #615A56 with #5A6156 are triadic colors.