COLOR #5A4256

HEX: #5A4256 RGB: (90,66,86)

Color info

#5A4256 contains red, green and blue colors in about the same proportion. Web safe color of #5A4256 is #663366 (or #636).

RGB color model

#5A4256 color RGB value is (90,66,86).

RGB: (90,66,86) (35%, 26%, 34%)

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 86 of 255 = 34%

90
66
86

R + G + B ~ 32%. #5A4256 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 66 + 86 = 242 (100%)
R 90 of 242 ~ 37.19%
G 66 of 242 ~ 27.27%
B 86 of 242 ~ 35.54'%

%37.19
%27.27
%35.54

CMYK color model

#5A4256 color CMYK value is (0,27,4,65).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 4.44%
  • key color value is 64.71%

CMYK: (0,27,4,65)
C0M27Y4K65 (0%, 27%, 4%, 65%)
(0.00 / 0.27 / 0.04 / 0.65)

CMYK percentages

%0
%26.67
%4.44
%64.71

Codes

Color #5A4256 in popluar color models

5A 42 56
RGB 90 66 86
HSL 310° 15.38% 30.59%
HSB/HSV 310° 26.67% 35.29%
CMYK 0.00% 26.67% 4.44%
64.71%

Color #5A4256 in popluar number systems.

HEX 5A 42 56
Decimal 90 66 86
Binary 1011010 1000010 1010110
Octal 132 102 126

Shades and tints

Shades of #5A4256

#5A4256
(90,66,86)
#523C4F
(82,60,79)
#4A3648
(74,54,72)
#423041
(66,48,65)
#3A2A3A
(58,42,58)
#322433
(50,36,51)
#2A1E2C
(42,30,44)
#221825
(34,24,37)
#1A121E
(26,18,30)
#120C17
(18,12,23)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #5A4256

#5A4256
(90,66,86)
#695365
(105,83,101)
#786474
(120,100,116)
#877583
(135,117,131)
#968692
(150,134,146)
#A597A1
(165,151,161)
#B4A8B0
(180,168,176)
#C3B9BF
(195,185,191)
#D2CACE
(210,202,206)
#E1DBDD
(225,219,221)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4256; }

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

This text font color is #5A4256.

Background Color

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

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

This div background color is #5A4256.

Border color

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

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

This div border color is #5A4256.

Opacity

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

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

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

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

This text has shadow with #5A4256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4256.

Preview

Color preview on black background

This text has color #5A4256 on black background.


Color preview on white background

This text has color #5A4256 on white background.


Black color preview on #5A4256 background

This text has black color on #5A4256 background.


White color preview on #5A4256 background

This text has white color on #5A4256 background.


Related colors

Complementary color

Complementary color for #hex is #A5BDA9.


I love getcolorcode.com

Triadic colors

1 #565A42 and #42565A with #5A4256 are triadic colors.

2 #56425A and #425A56 with #5A4256 are triadic colors.