COLOR #5A3F40

HEX: #5A3F40
RGB: (90,63,64)

Color info

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

RGB color model

#5A3F40 color RGB value is (90,63,64).

  • red value is 90;
  • green value is 63;
  • blue value is 64.
RGB:
(90,63,64)
(35%,25%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 63 of 255 = 25%
B 64 of 255 = 25%

90
63
64

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

Portions of RGB colors in percentages

R + G + B =
90 + 63 + 64 = 217 (100%)
R 90 of 217 ~ 41.47%
G 63 of 217 ~ 29.03%
B 64 of 217 ~ 29.49%

%41.47
%29.03
%29.49

CMYK color model

#5A3F40 color CMYK value is (0,30,29,65).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 28.89%
  • key color value is 64.71%
CMYK:
(0,30,29,65)
C0M30Y29K65 
(0%,30%,29%,65%)
(0.00/0.30/0.29/0.65)	

CMYK percentages

%0
%30
%28.89
%64.71

Codes

Color #5A3F40 in popluar color models

5A3F40
RGB906364
HSL358°17.65%30.00%
HSB/HSV358°30.00%35.29%
CMYK0.00%30.00%28.89%
64.71%

Color #5A3F40 in popluar number systems.

HEX5A3F40
Decimal906364
Binary10110101111111000000
Octal13277100

Shades and tints

Shades of #5A3F40

#5A3F40
(90,63,64)
#523A3B
(82,58,59)
#4A3536
(74,53,54)
#423031
(66,48,49)
#3A2B2C
(58,43,44)
#322627
(50,38,39)
#2A2122
(42,33,34)
#221C1D
(34,28,29)
#1A1718
(26,23,24)
#121213
(18,18,19)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #5A3F40

#5A3F40
(90,63,64)
#695051
(105,80,81)
#786162
(120,97,98)
#877273
(135,114,115)
#968384
(150,131,132)
#A59495
(165,148,149)
#B4A5A6
(180,165,166)
#C3B6B7
(195,182,183)
#D2C7C8
(210,199,200)
#E1D8D9
(225,216,217)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3F40 color. Also use rgb(90,63,64) instead hex code.

Text Font Color

.myTextColor { color: #5A3F40; }

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

This text font color is #5A3F40.


Background Color

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

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

This div background color is #5A3F40.


Border color

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

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

This div border color is #5A3F40.


Opacity

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

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

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

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

This text has shadow with #5A3F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3F40 on black background.


Color preview on white background

This text has color #5A3F40 on white background.



Black color preview on #5A3F40 background

This text has black color on #5A3F40 background.


White color preview on #5A3F40 background

This text has white color on #5A3F40 background.