COLOR #5A423B

HEX: #5A423B
RGB: (90,66,59)

Color info

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

RGB color model

#5A423B color RGB value is (90,66,59).

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

RGB channels and saturation

R 90 of 255 = 35%
G 66 of 255 = 26%
B 59 of 255 = 23%

90
66
59

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

Portions of RGB colors in percentages

R + G + B =
90 + 66 + 59 = 215 (100%)
R 90 of 215 ~ 41.86%
G 66 of 215 ~ 30.7%
B 59 of 215 ~ 27.44%

%41.86
%30.7
%27.44

CMYK color model

#5A423B color CMYK value is (0,27,34,65).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 34.44%
  • key color value is 64.71%
CMYK:
(0,27,34,65)
C0M27Y34K65 
(0%,27%,34%,65%)
(0.00/0.27/0.34/0.65)	

CMYK percentages

%0
%26.67
%34.44
%64.71

Codes

Color #5A423B in popluar color models

5A423B
RGB906659
HSL14°20.81%29.22%
HSB/HSV14°34.44%35.29%
CMYK0.00%26.67%34.44%
64.71%

Color #5A423B in popluar number systems.

HEX5A423B
Decimal906659
Binary10110101000010111011
Octal13210273

Shades and tints

Shades of #5A423B

#5A423B
(90,66,59)
#523C36
(82,60,54)
#4A3631
(74,54,49)
#42302C
(66,48,44)
#3A2A27
(58,42,39)
#322422
(50,36,34)
#2A1E1D
(42,30,29)
#221818
(34,24,24)
#1A1213
(26,18,19)
#120C0E
(18,12,14)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #5A423B

#5A423B
(90,66,59)
#69534C
(105,83,76)
#78645D
(120,100,93)
#87756E
(135,117,110)
#96867F
(150,134,127)
#A59790
(165,151,144)
#B4A8A1
(180,168,161)
#C3B9B2
(195,185,178)
#D2CAC3
(210,202,195)
#E1DBD4
(225,219,212)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A423B; }

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

This text font color is #5A423B.


Background Color

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

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

This div background color is #5A423B.


Border color

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

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

This div border color is #5A423B.


Opacity

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

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

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

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

This text has shadow with #5A423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A423B on black background.


Color preview on white background

This text has color #5A423B on white background.



Black color preview on #5A423B background

This text has black color on #5A423B background.


White color preview on #5A423B background

This text has white color on #5A423B background.