COLOR #5A353F

HEX: #5A353F RGB: (90,53,63)

Color info

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

RGB color model

#5A353F color RGB value is (90,53,63).

RGB: (90,53,63) (35%, 21%, 25%)

RGB channels and saturation

R 90 of 255 = 35%
G 53 of 255 = 21%
B 63 of 255 = 25%

90
53
63

R + G + B ~ 27%. #5A353F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 53 + 63 = 206 (100%)
R 90 of 206 ~ 43.69%
G 53 of 206 ~ 25.73%
B 63 of 206 ~ 30.58'%

%43.69
%25.73
%30.58

CMYK color model

#5A353F color CMYK value is (0,41,30,65).

  • cyan value is 0.00%
  • magenta value is 41.11%
  • yellow value is 30.00%
  • key color value is 64.71%

CMYK: (0,41,30,65)
C0M41Y30K65 (0%, 41%, 30%, 65%)
(0.00 / 0.41 / 0.30 / 0.65)

CMYK percentages

%0
%41.11
%30
%64.71

Codes

Color #5A353F in popluar color models

5A 35 3F
RGB 90 53 63
HSL 344° 25.87% 28.04%
HSB/HSV 344° 41.11% 35.29%
CMYK 0.00% 41.11% 30.00%
64.71%

Color #5A353F in popluar number systems.

HEX 5A 35 3F
Decimal 90 53 63
Binary 1011010 110101 111111
Octal 132 65 77

Shades and tints

Shades of #5A353F

#5A353F
(90,53,63)
#52313A
(82,49,58)
#4A2D35
(74,45,53)
#422930
(66,41,48)
#3A252B
(58,37,43)
#322126
(50,33,38)
#2A1D21
(42,29,33)
#22191C
(34,25,28)
#1A1517
(26,21,23)
#121112
(18,17,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #5A353F

#5A353F
(90,53,63)
#694750
(105,71,80)
#785961
(120,89,97)
#876B72
(135,107,114)
#967D83
(150,125,131)
#A58F94
(165,143,148)
#B4A1A5
(180,161,165)
#C3B3B6
(195,179,182)
#D2C5C7
(210,197,199)
#E1D7D8
(225,215,216)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A353F; }

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

This text font color is #5A353F.

Background Color

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

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

This div background color is #5A353F.

Border color

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

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

This div border color is #5A353F.

Opacity

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

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

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

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

This text has shadow with #5A353F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A353F.

Preview

Color preview on black background

This text has color #5A353F on black background.


Color preview on white background

This text has color #5A353F on white background.


Black color preview on #5A353F background

This text has black color on #5A353F background.


White color preview on #5A353F background

This text has white color on #5A353F background.


Related colors

Complementary color

Complementary color for #hex is #A5CAC0.


I love getcolorcode.com

Triadic colors

1 #3F5A35 and #353F5A with #5A353F are triadic colors.

2 #3F355A and #355A3F with #5A353F are triadic colors.