COLOR #5A3533

HEX: #5A3533 RGB: (90,53,51)

Color info

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

RGB color model

#5A3533 color RGB value is (90,53,51).

RGB: (90,53,51) (35%, 21%, 20%)

RGB channels and saturation

R 90 of 255 = 35%
G 53 of 255 = 21%
B 51 of 255 = 20%

90
53
51

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

Portions of RGB colors in percentages

R + G + B = 90 + 53 + 51 = 194 (100%)
R 90 of 194 ~ 46.39%
G 53 of 194 ~ 27.32%
B 51 of 194 ~ 26.29'%

%46.39
%27.32
%26.29

CMYK color model

#5A3533 color CMYK value is (0,41,43,65).

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

CMYK: (0,41,43,65)
C0M41Y43K65 (0%, 41%, 43%, 65%)
(0.00 / 0.41 / 0.43 / 0.65)

CMYK percentages

%0
%41.11
%43.33
%64.71

Codes

Color #5A3533 in popluar color models

5A 35 33
RGB 90 53 51
HSL 27.66% 27.65%
HSB/HSV 43.33% 35.29%
CMYK 0.00% 41.11% 43.33%
64.71%

Color #5A3533 in popluar number systems.

HEX 5A 35 33
Decimal 90 53 51
Binary 1011010 110101 110011
Octal 132 65 63

Shades and tints

Shades of #5A3533

#5A3533
(90,53,51)
#52312F
(82,49,47)
#4A2D2B
(74,45,43)
#422927
(66,41,39)
#3A2523
(58,37,35)
#32211F
(50,33,31)
#2A1D1B
(42,29,27)
#221917
(34,25,23)
#1A1513
(26,21,19)
#12110F
(18,17,15)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A3533

#5A3533
(90,53,51)
#694745
(105,71,69)
#785957
(120,89,87)
#876B69
(135,107,105)
#967D7B
(150,125,123)
#A58F8D
(165,143,141)
#B4A19F
(180,161,159)
#C3B3B1
(195,179,177)
#D2C5C3
(210,197,195)
#E1D7D5
(225,215,213)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3533; }

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

This text font color is #5A3533.

Background Color

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

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

This div background color is #5A3533.

Border color

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

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

This div border color is #5A3533.

Opacity

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

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

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

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

This text has shadow with #5A3533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3533.

Preview

Color preview on black background

This text has color #5A3533 on black background.


Color preview on white background

This text has color #5A3533 on white background.


Black color preview on #5A3533 background

This text has black color on #5A3533 background.


White color preview on #5A3533 background

This text has white color on #5A3533 background.


Related colors

Complementary color

Complementary color for #hex is #A5CACC.


I love getcolorcode.com

Triadic colors

1 #335A35 and #35335A with #5A3533 are triadic colors.

2 #33355A and #355A33 with #5A3533 are triadic colors.