COLOR #5A6456

HEX: #5A6456
RGB: (90,100,86)

Color info

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

RGB color model

#5A6456 color RGB value is (90,100,86).

  • red value is 90;
  • green value is 100;
  • blue value is 86.
RGB:
(90,100,86)
(35%,39%,34%)

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 86 of 255 = 34%

90
100
86

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 86 = 276 (100%)
R 90 of 276 ~ 32.61%
G 100 of 276 ~ 36.23%
B 86 of 276 ~ 31.16%

%32.61
%36.23
%31.16

CMYK color model

#5A6456 color CMYK value is (10,0,14,61).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 60.78%
CMYK:
(10,0,14,61)
C10M0Y14K61 
(10%,0%,14%,61%)
(0.10/0.00/0.14/0.61)	

CMYK percentages

%10
%0
%14
%60.78

Codes

Color #5A6456 in popluar color models

5A6456
RGB9010086
HSL103°7.53%36.47%
HSB/HSV103°14.00%39.22%
CMYK10.00%0.00%14.00%
60.78%

Color #5A6456 in popluar number systems.

HEX5A6456
Decimal9010086
Binary101101011001001010110
Octal132144126

Shades and tints

Shades of #5A6456

#5A6456
(90,100,86)
#525B4F
(82,91,79)
#4A5248
(74,82,72)
#424941
(66,73,65)
#3A403A
(58,64,58)
#323733
(50,55,51)
#2A2E2C
(42,46,44)
#222525
(34,37,37)
#1A1C1E
(26,28,30)
#121317
(18,19,23)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #5A6456

#5A6456
(90,100,86)
#697265
(105,114,101)
#788074
(120,128,116)
#878E83
(135,142,131)
#969C92
(150,156,146)
#A5AAA1
(165,170,161)
#B4B8B0
(180,184,176)
#C3C6BF
(195,198,191)
#D2D4CE
(210,212,206)
#E1E2DD
(225,226,221)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6456; }

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

This text font color is #5A6456.


Background Color

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

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

This div background color is #5A6456.


Border color

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

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

This div border color is #5A6456.


Opacity

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

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

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

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

This text has shadow with #5A6456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6456 on black background.


Color preview on white background

This text has color #5A6456 on white background.



Black color preview on #5A6456 background

This text has black color on #5A6456 background.


White color preview on #5A6456 background

This text has white color on #5A6456 background.