COLOR #5A4349

HEX: #5A4349
RGB: (90,67,73)

Color info

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

RGB color model

#5A4349 color RGB value is (90,67,73).

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

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 73 of 255 = 29%

90
67
73

R + G + B ~ 30%. #5A4349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 67 + 73 = 230 (100%)
R 90 of 230 ~ 39.13%
G 67 of 230 ~ 29.13%
B 73 of 230 ~ 31.74%

%39.13
%29.13
%31.74

CMYK color model

#5A4349 color CMYK value is (0,26,19,65).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 18.89%
  • key color value is 64.71%
CMYK:
(0,26,19,65)
C0M26Y19K65 
(0%,26%,19%,65%)
(0.00/0.26/0.19/0.65)	

CMYK percentages

%0
%25.56
%18.89
%64.71

Codes

Color #5A4349 in popluar color models

5A4349
RGB906773
HSL344°14.65%30.78%
HSB/HSV344°25.56%35.29%
CMYK0.00%25.56%18.89%
64.71%

Color #5A4349 in popluar number systems.

HEX5A4349
Decimal906773
Binary101101010000111001001
Octal132103111

Shades and tints

Shades of #5A4349

#5A4349
(90,67,73)
#523D43
(82,61,67)
#4A373D
(74,55,61)
#423137
(66,49,55)
#3A2B31
(58,43,49)
#32252B
(50,37,43)
#2A1F25
(42,31,37)
#22191F
(34,25,31)
#1A1319
(26,19,25)
#120D13
(18,13,19)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #5A4349

#5A4349
(90,67,73)
#695459
(105,84,89)
#786569
(120,101,105)
#877679
(135,118,121)
#968789
(150,135,137)
#A59899
(165,152,153)
#B4A9A9
(180,169,169)
#C3BAB9
(195,186,185)
#D2CBC9
(210,203,201)
#E1DCD9
(225,220,217)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4349; }

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

This text font color is #5A4349.


Background Color

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

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

This div background color is #5A4349.


Border color

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

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

This div border color is #5A4349.


Opacity

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

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

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

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

This text has shadow with #5A4349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4349 on black background.


Color preview on white background

This text has color #5A4349 on white background.



Black color preview on #5A4349 background

This text has black color on #5A4349 background.


White color preview on #5A4349 background

This text has white color on #5A4349 background.