COLOR #5A463E

HEX: #5A463E
RGB: (90,70,62)

Color info

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

RGB color model

#5A463E color RGB value is (90,70,62).

  • red value is 90;
  • green value is 70;
  • blue value is 62.
RGB:
(90,70,62)
(35%,27%,24%)

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 62 of 255 = 24%

90
70
62

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

Portions of RGB colors in percentages

R + G + B =
90 + 70 + 62 = 222 (100%)
R 90 of 222 ~ 40.54%
G 70 of 222 ~ 31.53%
B 62 of 222 ~ 27.93%

%40.54
%31.53
%27.93

CMYK color model

#5A463E color CMYK value is (0,22,31,65).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 31.11%
  • key color value is 64.71%
CMYK:
(0,22,31,65)
C0M22Y31K65 
(0%,22%,31%,65%)
(0.00/0.22/0.31/0.65)	

CMYK percentages

%0
%22.22
%31.11
%64.71

Codes

Color #5A463E in popluar color models

5A463E
RGB907062
HSL17°18.42%29.80%
HSB/HSV17°31.11%35.29%
CMYK0.00%22.22%31.11%
64.71%

Color #5A463E in popluar number systems.

HEX5A463E
Decimal907062
Binary10110101000110111110
Octal13210676

Shades and tints

Shades of #5A463E

#5A463E
(90,70,62)
#524039
(82,64,57)
#4A3A34
(74,58,52)
#42342F
(66,52,47)
#3A2E2A
(58,46,42)
#322825
(50,40,37)
#2A2220
(42,34,32)
#221C1B
(34,28,27)
#1A1616
(26,22,22)
#121011
(18,16,17)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #5A463E

#5A463E
(90,70,62)
#69564F
(105,86,79)
#786660
(120,102,96)
#877671
(135,118,113)
#968682
(150,134,130)
#A59693
(165,150,147)
#B4A6A4
(180,166,164)
#C3B6B5
(195,182,181)
#D2C6C6
(210,198,198)
#E1D6D7
(225,214,215)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A463E color. Also use rgb(90,70,62) instead hex code.

Text Font Color

.myTextColor { color: #5A463E; }

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

This text font color is #5A463E.


Background Color

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

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

This div background color is #5A463E.


Border color

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

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

This div border color is #5A463E.


Opacity

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

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

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

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

This text has shadow with #5A463E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A463E on black background.


Color preview on white background

This text has color #5A463E on white background.



Black color preview on #5A463E background

This text has black color on #5A463E background.


White color preview on #5A463E background

This text has white color on #5A463E background.