COLOR #5A3239

HEX: #5A3239
RGB: (90,50,57)

Color info

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

RGB color model

#5A3239 color RGB value is (90,50,57).

  • red value is 90;
  • green value is 50;
  • blue value is 57.
RGB:
(90,50,57)
(35%,20%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 50 of 255 = 20%
B 57 of 255 = 22%

90
50
57

R + G + B ~ 26%. #5A3239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 50 + 57 = 197 (100%)
R 90 of 197 ~ 45.69%
G 50 of 197 ~ 25.38%
B 57 of 197 ~ 28.93%

%45.69
%25.38
%28.93

CMYK color model

#5A3239 color CMYK value is (0,44,37,65).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 36.67%
  • key color value is 64.71%
CMYK:
(0,44,37,65)
C0M44Y37K65 
(0%,44%,37%,65%)
(0.00/0.44/0.37/0.65)	

CMYK percentages

%0
%44.44
%36.67
%64.71

Codes

Color #5A3239 in popluar color models

5A3239
RGB905057
HSL350°28.57%27.45%
HSB/HSV350°44.44%35.29%
CMYK0.00%44.44%36.67%
64.71%

Color #5A3239 in popluar number systems.

HEX5A3239
Decimal905057
Binary1011010110010111001
Octal1326271

Shades and tints

Shades of #5A3239

#5A3239
(90,50,57)
#522E34
(82,46,52)
#4A2A2F
(74,42,47)
#42262A
(66,38,42)
#3A2225
(58,34,37)
#321E20
(50,30,32)
#2A1A1B
(42,26,27)
#221616
(34,22,22)
#1A1211
(26,18,17)
#120E0C
(18,14,12)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #5A3239

#5A3239
(90,50,57)
#69444B
(105,68,75)
#78565D
(120,86,93)
#87686F
(135,104,111)
#967A81
(150,122,129)
#A58C93
(165,140,147)
#B49EA5
(180,158,165)
#C3B0B7
(195,176,183)
#D2C2C9
(210,194,201)
#E1D4DB
(225,212,219)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3239; }

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

This text font color is #5A3239.


Background Color

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

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

This div background color is #5A3239.


Border color

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

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

This div border color is #5A3239.


Opacity

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

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

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

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

This text has shadow with #5A3239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3239 on black background.


Color preview on white background

This text has color #5A3239 on white background.



Black color preview on #5A3239 background

This text has black color on #5A3239 background.


White color preview on #5A3239 background

This text has white color on #5A3239 background.