COLOR #5A3443

HEX: #5A3443
RGB: (90,52,67)

Color info

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

RGB color model

#5A3443 color RGB value is (90,52,67).

  • red value is 90;
  • green value is 52;
  • blue value is 67.
RGB:
(90,52,67)
(35%,20%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 52 of 255 = 20%
B 67 of 255 = 26%

90
52
67

R + G + B ~ 27%. #5A3443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 52 + 67 = 209 (100%)
R 90 of 209 ~ 43.06%
G 52 of 209 ~ 24.88%
B 67 of 209 ~ 32.06%

%43.06
%24.88
%32.06

CMYK color model

#5A3443 color CMYK value is (0,42,26,65).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 25.56%
  • key color value is 64.71%
CMYK:
(0,42,26,65)
C0M42Y26K65 
(0%,42%,26%,65%)
(0.00/0.42/0.26/0.65)	

CMYK percentages

%0
%42.22
%25.56
%64.71

Codes

Color #5A3443 in popluar color models

5A3443
RGB905267
HSL336°26.76%27.84%
HSB/HSV336°42.22%35.29%
CMYK0.00%42.22%25.56%
64.71%

Color #5A3443 in popluar number systems.

HEX5A3443
Decimal905267
Binary10110101101001000011
Octal13264103

Shades and tints

Shades of #5A3443

#5A3443
(90,52,67)
#52303D
(82,48,61)
#4A2C37
(74,44,55)
#422831
(66,40,49)
#3A242B
(58,36,43)
#322025
(50,32,37)
#2A1C1F
(42,28,31)
#221819
(34,24,25)
#1A1413
(26,20,19)
#12100D
(18,16,13)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #5A3443

#5A3443
(90,52,67)
#694654
(105,70,84)
#785865
(120,88,101)
#876A76
(135,106,118)
#967C87
(150,124,135)
#A58E98
(165,142,152)
#B4A0A9
(180,160,169)
#C3B2BA
(195,178,186)
#D2C4CB
(210,196,203)
#E1D6DC
(225,214,220)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3443; }

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

This text font color is #5A3443.


Background Color

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

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

This div background color is #5A3443.


Border color

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

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

This div border color is #5A3443.


Opacity

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

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

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

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

This text has shadow with #5A3443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3443 on black background.


Color preview on white background

This text has color #5A3443 on white background.



Black color preview on #5A3443 background

This text has black color on #5A3443 background.


White color preview on #5A3443 background

This text has white color on #5A3443 background.