COLOR #5A3749

HEX: #5A3749
RGB: (90,55,73)

Color info

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

RGB color model

#5A3749 color RGB value is (90,55,73).

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

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 73 of 255 = 29%

90
55
73

R + G + B ~ 29%. #5A3749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 73 = 218 (100%)
R 90 of 218 ~ 41.28%
G 55 of 218 ~ 25.23%
B 73 of 218 ~ 33.49%

%41.28
%25.23
%33.49

CMYK color model

#5A3749 color CMYK value is (0,39,19,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 18.89%
  • key color value is 64.71%
CMYK:
(0,39,19,65)
C0M39Y19K65 
(0%,39%,19%,65%)
(0.00/0.39/0.19/0.65)	

CMYK percentages

%0
%38.89
%18.89
%64.71

Codes

Color #5A3749 in popluar color models

5A3749
RGB905573
HSL329°24.14%28.43%
HSB/HSV329°38.89%35.29%
CMYK0.00%38.89%18.89%
64.71%

Color #5A3749 in popluar number systems.

HEX5A3749
Decimal905573
Binary10110101101111001001
Octal13267111

Shades and tints

Shades of #5A3749

#5A3749
(90,55,73)
#523243
(82,50,67)
#4A2D3D
(74,45,61)
#422837
(66,40,55)
#3A2331
(58,35,49)
#321E2B
(50,30,43)
#2A1925
(42,25,37)
#22141F
(34,20,31)
#1A0F19
(26,15,25)
#120A13
(18,10,19)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #5A3749

#5A3749
(90,55,73)
#694959
(105,73,89)
#785B69
(120,91,105)
#876D79
(135,109,121)
#967F89
(150,127,137)
#A59199
(165,145,153)
#B4A3A9
(180,163,169)
#C3B5B9
(195,181,185)
#D2C7C9
(210,199,201)
#E1D9D9
(225,217,217)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3749; }

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

This text font color is #5A3749.


Background Color

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

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

This div background color is #5A3749.


Border color

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

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

This div border color is #5A3749.


Opacity

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

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

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

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

This text has shadow with #5A3749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3749 on black background.


Color preview on white background

This text has color #5A3749 on white background.



Black color preview on #5A3749 background

This text has black color on #5A3749 background.


White color preview on #5A3749 background

This text has white color on #5A3749 background.