COLOR #5A4646

HEX: #5A4646 RGB: (90,70,70)

Color info

#5A4646 contains red, green and blue colors in about the same proportion. Web safe color of #5A4646 is #663333 (or #633).

RGB color model

#5A4646 color RGB value is (90,70,70).

RGB: (90,70,70) (35%, 27%, 27%)

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 70 of 255 = 27%

90
70
70

R + G + B ~ 30%. #5A4646 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 70 + 70 = 230 (100%)
R 90 of 230 ~ 39.13%
G 70 of 230 ~ 30.43%
B 70 of 230 ~ 30.43'%

%39.13
%30.43
%30.43

CMYK color model

#5A4646 color CMYK value is (0,22,22,65).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 22.22%
  • key color value is 64.71%

CMYK: (0,22,22,65)
C0M22Y22K65 (0%, 22%, 22%, 65%)
(0.00 / 0.22 / 0.22 / 0.65)

CMYK percentages

%0
%22.22
%22.22
%64.71

Codes

Color #5A4646 in popluar color models

5A 46 46
RGB 90 70 70
HSL 12.50% 31.37%
HSB/HSV 22.22% 35.29%
CMYK 0.00% 22.22% 22.22%
64.71%

Color #5A4646 in popluar number systems.

HEX 5A 46 46
Decimal 90 70 70
Binary 1011010 1000110 1000110
Octal 132 106 106

Shades and tints

Shades of #5A4646

#5A4646
(90,70,70)
#524040
(82,64,64)
#4A3A3A
(74,58,58)
#423434
(66,52,52)
#3A2E2E
(58,46,46)
#322828
(50,40,40)
#2A2222
(42,34,34)
#221C1C
(34,28,28)
#1A1616
(26,22,22)
#121010
(18,16,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #5A4646

#5A4646
(90,70,70)
#695656
(105,86,86)
#786666
(120,102,102)
#877676
(135,118,118)
#968686
(150,134,134)
#A59696
(165,150,150)
#B4A6A6
(180,166,166)
#C3B6B6
(195,182,182)
#D2C6C6
(210,198,198)
#E1D6D6
(225,214,214)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4646; }

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

This text font color is #5A4646.

Background Color

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

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

This div background color is #5A4646.

Border color

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

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

This div border color is #5A4646.

Opacity

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

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

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

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

This text has shadow with #5A4646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4646.

Preview

Color preview on black background

This text has color #5A4646 on black background.


Color preview on white background

This text has color #5A4646 on white background.


Black color preview on #5A4646 background

This text has black color on #5A4646 background.


White color preview on #5A4646 background

This text has white color on #5A4646 background.


Related colors

Complementary color

Complementary color for #hex is #A5B9B9.


I love getcolorcode.com