COLOR #5A3848

HEX: #5A3848
RGB: (90,56,72)

Color info

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

RGB color model

#5A3848 color RGB value is (90,56,72).

  • red value is 90;
  • green value is 56;
  • blue value is 72.
RGB:
(90,56,72)
(35%,22%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 56 of 255 = 22%
B 72 of 255 = 28%

90
56
72

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

Portions of RGB colors in percentages

R + G + B =
90 + 56 + 72 = 218 (100%)
R 90 of 218 ~ 41.28%
G 56 of 218 ~ 25.69%
B 72 of 218 ~ 33.03%

%41.28
%25.69
%33.03

CMYK color model

#5A3848 color CMYK value is (0,38,20,65).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(0,38,20,65)
C0M38Y20K65 
(0%,38%,20%,65%)
(0.00/0.38/0.20/0.65)	

CMYK percentages

%0
%37.78
%20
%64.71

Codes

Color #5A3848 in popluar color models

5A3848
RGB905672
HSL332°23.29%28.63%
HSB/HSV332°37.78%35.29%
CMYK0.00%37.78%20.00%
64.71%

Color #5A3848 in popluar number systems.

HEX5A3848
Decimal905672
Binary10110101110001001000
Octal13270110

Shades and tints

Shades of #5A3848

#5A3848
(90,56,72)
#523342
(82,51,66)
#4A2E3C
(74,46,60)
#422936
(66,41,54)
#3A2430
(58,36,48)
#321F2A
(50,31,42)
#2A1A24
(42,26,36)
#22151E
(34,21,30)
#1A1018
(26,16,24)
#120B12
(18,11,18)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #5A3848

#5A3848
(90,56,72)
#694A58
(105,74,88)
#785C68
(120,92,104)
#876E78
(135,110,120)
#968088
(150,128,136)
#A59298
(165,146,152)
#B4A4A8
(180,164,168)
#C3B6B8
(195,182,184)
#D2C8C8
(210,200,200)
#E1DAD8
(225,218,216)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3848 color. Also use rgb(90,56,72) instead hex code.

Text Font Color

.myTextColor { color: #5A3848; }

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

This text font color is #5A3848.


Background Color

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

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

This div background color is #5A3848.


Border color

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

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

This div border color is #5A3848.


Opacity

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

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

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

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

This text has shadow with #5A3848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3848 on black background.


Color preview on white background

This text has color #5A3848 on white background.



Black color preview on #5A3848 background

This text has black color on #5A3848 background.


White color preview on #5A3848 background

This text has white color on #5A3848 background.