COLOR #5A6756

HEX: #5A6756 RGB: (90,103,86)

Color info

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

RGB color model

#5A6756 color RGB value is (90,103,86).

RGB: (90,103,86) (35%, 40%, 34%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 86 of 255 = 34%

90
103
86

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

Portions of RGB colors in percentages

R + G + B = 90 + 103 + 86 = 279 (100%)
R 90 of 279 ~ 32.26%
G 103 of 279 ~ 36.92%
B 86 of 279 ~ 30.82'%

%32.26
%36.92
%30.82

CMYK color model

#5A6756 color CMYK value is (13,0,17,60).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 59.61%

CMYK: (13,0,17,60)
C13M0Y17K60 (13%, 0%, 17%, 60%)
(0.13 / 0.00 / 0.17 / 0.60)

CMYK percentages

%12.62
%0
%16.5
%59.61

Codes

Color #5A6756 in popluar color models

5A 67 56
RGB 90 103 86
HSL 106° 8.99% 37.06%
HSB/HSV 106° 16.50% 40.39%
CMYK 12.62% 0.00% 16.50%
59.61%

Color #5A6756 in popluar number systems.

HEX 5A 67 56
Decimal 90 103 86
Binary 1011010 1100111 1010110
Octal 132 147 126

Shades and tints

Shades of #5A6756

#5A6756
(90,103,86)
#525E4F
(82,94,79)
#4A5548
(74,85,72)
#424C41
(66,76,65)
#3A433A
(58,67,58)
#323A33
(50,58,51)
#2A312C
(42,49,44)
#222825
(34,40,37)
#1A1F1E
(26,31,30)
#121617
(18,22,23)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A6756

#5A6756
(90,103,86)
#697465
(105,116,101)
#788174
(120,129,116)
#878E83
(135,142,131)
#969B92
(150,155,146)
#A5A8A1
(165,168,161)
#B4B5B0
(180,181,176)
#C3C2BF
(195,194,191)
#D2CFCE
(210,207,206)
#E1DCDD
(225,220,221)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6756; }

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

This text font color is #5A6756.

Background Color

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

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

This div background color is #5A6756.

Border color

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

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

This div border color is #5A6756.

Opacity

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

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

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

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

This text has shadow with #5A6756 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6756.

Preview

Color preview on black background

This text has color #5A6756 on black background.


Color preview on white background

This text has color #5A6756 on white background.


Black color preview on #5A6756 background

This text has black color on #5A6756 background.


White color preview on #5A6756 background

This text has white color on #5A6756 background.


Related colors

Complementary color

Complementary color for #hex is #A598A9.


I love getcolorcode.com

Triadic colors

1 #565A67 and #67565A with #5A6756 are triadic colors.

2 #56675A and #675A56 with #5A6756 are triadic colors.