COLOR #5A3E42

HEX: #5A3E42
RGB: (90,62,66)

Color info

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

RGB color model

#5A3E42 color RGB value is (90,62,66).

  • red value is 90;
  • green value is 62;
  • blue value is 66.
RGB:
(90,62,66)
(35%,24%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 62 of 255 = 24%
B 66 of 255 = 26%

90
62
66

R + G + B ~ 28%. #5A3E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 62 + 66 = 218 (100%)
R 90 of 218 ~ 41.28%
G 62 of 218 ~ 28.44%
B 66 of 218 ~ 30.28%

%41.28
%28.44
%30.28

CMYK color model

#5A3E42 color CMYK value is (0,31,27,65).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 26.67%
  • key color value is 64.71%
CMYK:
(0,31,27,65)
C0M31Y27K65 
(0%,31%,27%,65%)
(0.00/0.31/0.27/0.65)	

CMYK percentages

%0
%31.11
%26.67
%64.71

Codes

Color #5A3E42 in popluar color models

5A3E42
RGB906266
HSL351°18.42%29.80%
HSB/HSV351°31.11%35.29%
CMYK0.00%31.11%26.67%
64.71%

Color #5A3E42 in popluar number systems.

HEX5A3E42
Decimal906266
Binary10110101111101000010
Octal13276102

Shades and tints

Shades of #5A3E42

#5A3E42
(90,62,66)
#52393C
(82,57,60)
#4A3436
(74,52,54)
#422F30
(66,47,48)
#3A2A2A
(58,42,42)
#322524
(50,37,36)
#2A201E
(42,32,30)
#221B18
(34,27,24)
#1A1612
(26,22,18)
#12110C
(18,17,12)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #5A3E42

#5A3E42
(90,62,66)
#694F53
(105,79,83)
#786064
(120,96,100)
#877175
(135,113,117)
#968286
(150,130,134)
#A59397
(165,147,151)
#B4A4A8
(180,164,168)
#C3B5B9
(195,181,185)
#D2C6CA
(210,198,202)
#E1D7DB
(225,215,219)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3E42; }

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

This text font color is #5A3E42.


Background Color

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

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

This div background color is #5A3E42.


Border color

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

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

This div border color is #5A3E42.


Opacity

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

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

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

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

This text has shadow with #5A3E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3E42 on black background.


Color preview on white background

This text has color #5A3E42 on white background.



Black color preview on #5A3E42 background

This text has black color on #5A3E42 background.


White color preview on #5A3E42 background

This text has white color on #5A3E42 background.