COLOR #5A3739

HEX: #5A3739
RGB: (90,55,57)

Color info

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

RGB color model

#5A3739 color RGB value is (90,55,57).

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

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 57 of 255 = 22%

90
55
57

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

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 57 = 202 (100%)
R 90 of 202 ~ 44.55%
G 55 of 202 ~ 27.23%
B 57 of 202 ~ 28.22%

%44.55
%27.23
%28.22

CMYK color model

#5A3739 color CMYK value is (0,39,37,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 36.67%
  • key color value is 64.71%
CMYK:
(0,39,37,65)
C0M39Y37K65 
(0%,39%,37%,65%)
(0.00/0.39/0.37/0.65)	

CMYK percentages

%0
%38.89
%36.67
%64.71

Codes

Color #5A3739 in popluar color models

5A3739
RGB905557
HSL357°24.14%28.43%
HSB/HSV357°38.89%35.29%
CMYK0.00%38.89%36.67%
64.71%

Color #5A3739 in popluar number systems.

HEX5A3739
Decimal905557
Binary1011010110111111001
Octal1326771

Shades and tints

Shades of #5A3739

#5A3739
(90,55,57)
#523234
(82,50,52)
#4A2D2F
(74,45,47)
#42282A
(66,40,42)
#3A2325
(58,35,37)
#321E20
(50,30,32)
#2A191B
(42,25,27)
#221416
(34,20,22)
#1A0F11
(26,15,17)
#120A0C
(18,10,12)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #5A3739

#5A3739
(90,55,57)
#69494B
(105,73,75)
#785B5D
(120,91,93)
#876D6F
(135,109,111)
#967F81
(150,127,129)
#A59193
(165,145,147)
#B4A3A5
(180,163,165)
#C3B5B7
(195,181,183)
#D2C7C9
(210,199,201)
#E1D9DB
(225,217,219)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3739; }

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

This text font color is #5A3739.


Background Color

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

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

This div background color is #5A3739.


Border color

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

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

This div border color is #5A3739.


Opacity

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

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

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

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

This text has shadow with #5A3739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3739 on black background.


Color preview on white background

This text has color #5A3739 on white background.



Black color preview on #5A3739 background

This text has black color on #5A3739 background.


White color preview on #5A3739 background

This text has white color on #5A3739 background.