COLOR #5A3138

HEX: #5A3138
RGB: (90,49,56)

Color info

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

RGB color model

#5A3138 color RGB value is (90,49,56).

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

RGB channels and saturation

R 90 of 255 = 35%
G 49 of 255 = 19%
B 56 of 255 = 22%

90
49
56

R + G + B ~ 25%. #5A3138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 49 + 56 = 195 (100%)
R 90 of 195 ~ 46.15%
G 49 of 195 ~ 25.13%
B 56 of 195 ~ 28.72%

%46.15
%25.13
%28.72

CMYK color model

#5A3138 color CMYK value is (0,46,38,65).

  • cyan value is 0.00%
  • magenta value is 45.56%
  • yellow value is 37.78%
  • key color value is 64.71%
CMYK:
(0,46,38,65)
C0M46Y38K65 
(0%,46%,38%,65%)
(0.00/0.46/0.38/0.65)	

CMYK percentages

%0
%45.56
%37.78
%64.71

Codes

Color #5A3138 in popluar color models

5A3138
RGB904956
HSL350°29.50%27.25%
HSB/HSV350°45.56%35.29%
CMYK0.00%45.56%37.78%
64.71%

Color #5A3138 in popluar number systems.

HEX5A3138
Decimal904956
Binary1011010110001111000
Octal1326170

Shades and tints

Shades of #5A3138

#5A3138
(90,49,56)
#522D33
(82,45,51)
#4A292E
(74,41,46)
#422529
(66,37,41)
#3A2124
(58,33,36)
#321D1F
(50,29,31)
#2A191A
(42,25,26)
#221515
(34,21,21)
#1A1110
(26,17,16)
#120D0B
(18,13,11)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #5A3138

#5A3138
(90,49,56)
#69434A
(105,67,74)
#78555C
(120,85,92)
#87676E
(135,103,110)
#967980
(150,121,128)
#A58B92
(165,139,146)
#B49DA4
(180,157,164)
#C3AFB6
(195,175,182)
#D2C1C8
(210,193,200)
#E1D3DA
(225,211,218)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3138; }

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

This text font color is #5A3138.


Background Color

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

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

This div background color is #5A3138.


Border color

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

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

This div border color is #5A3138.


Opacity

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

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

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

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

This text has shadow with #5A3138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3138 on black background.


Color preview on white background

This text has color #5A3138 on white background.



Black color preview on #5A3138 background

This text has black color on #5A3138 background.


White color preview on #5A3138 background

This text has white color on #5A3138 background.