COLOR #5A4243

HEX: #5A4243 RGB: (90,66,67)

Color info

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

RGB color model

#5A4243 color RGB value is (90,66,67).

RGB: (90,66,67) (35%, 26%, 26%)

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 67 of 255 = 26%

90
66
67

R + G + B ~ 29%. #5A4243 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 66 + 67 = 223 (100%)
R 90 of 223 ~ 40.36%
G 66 of 223 ~ 29.6%
B 67 of 223 ~ 30.04'%

%40.36
%29.6
%30.04

CMYK color model

#5A4243 color CMYK value is (0,27,26,65).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 25.56%
  • key color value is 64.71%
CMYK: (0,27,26,65) C0M27Y26K65 (0%,27%,26%,65%) (0.00/0.27/0.26/0.65) 

CMYK percentages

%0
%26.67
%25.56
%64.71

Codes

Color #5A4243 in popluar color models

5A 42 43
RGB 90 66 67
HSL 358° 15.38% 30.59%
HSB/HSV 358° 26.67% 35.29%
CMYK 0.00% 26.67% 25.56%
64.71%

Color #5A4243 in popluar number systems.

HEX 5A 42 43
Decimal 90 66 67
Binary 1011010 1000010 1000011
Octal 132 102 103

Shades and tints

Shades of #5A4243

#5A4243
(90,66,67)
#523C3D
(82,60,61)
#4A3637
(74,54,55)
#423031
(66,48,49)
#3A2A2B
(58,42,43)
#322425
(50,36,37)
#2A1E1F
(42,30,31)
#221819
(34,24,25)
#1A1213
(26,18,19)
#120C0D
(18,12,13)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #5A4243

#5A4243
(90,66,67)
#695354
(105,83,84)
#786465
(120,100,101)
#877576
(135,117,118)
#968687
(150,134,135)
#A59798
(165,151,152)
#B4A8A9
(180,168,169)
#C3B9BA
(195,185,186)
#D2CACB
(210,202,203)
#E1DBDC
(225,219,220)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4243; }

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

This text font color is #5A4243.

Background Color

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

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

This div background color is #5A4243.

Border color

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

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

This div border color is #5A4243.

Opacity

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

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

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

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

This text has shadow with #5A4243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4243.

Preview

Color preview on black background

This text has color #5A4243 on black background.


Color preview on white background

This text has color #5A4243 on white background.


Black color preview on #5A4243 background

This text has black color on #5A4243 background.


White color preview on #5A4243 background

This text has white color on #5A4243 background.


Related colors

Complementary color

Complementary color for #hex is #A5BDBC.


I love getcolorcode.com

Triadic colors

1 #435A42 and #42435A with #5A4243 are triadic colors.

2 #43425A and #425A43 with #5A4243 are triadic colors.