COLOR #5A3635

HEX: #5A3635 RGB: (90,54,53)

Color info

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

RGB color model

#5A3635 color RGB value is (90,54,53).

RGB: (90,54,53) (35%, 21%, 21%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 53 of 255 = 21%

90
54
53

R + G + B ~ 26%. #5A3635 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 53 = 197 (100%)
R 90 of 197 ~ 45.69%
G 54 of 197 ~ 27.41%
B 53 of 197 ~ 26.9'%

%45.69
%27.41
%26.9

CMYK color model

#5A3635 color CMYK value is (0,40,41,65).

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

CMYK: (0,40,41,65)
C0M40Y41K65 (0%, 40%, 41%, 65%)
(0.00 / 0.40 / 0.41 / 0.65)

CMYK percentages

%0
%40
%41.11
%64.71

Codes

Color #5A3635 in popluar color models

5A 36 35
RGB 90 54 53
HSL 25.87% 28.04%
HSB/HSV 41.11% 35.29%
CMYK 0.00% 40.00% 41.11%
64.71%

Color #5A3635 in popluar number systems.

HEX 5A 36 35
Decimal 90 54 53
Binary 1011010 110110 110101
Octal 132 66 65

Shades and tints

Shades of #5A3635

#5A3635
(90,54,53)
#523231
(82,50,49)
#4A2E2D
(74,46,45)
#422A29
(66,42,41)
#3A2625
(58,38,37)
#322221
(50,34,33)
#2A1E1D
(42,30,29)
#221A19
(34,26,25)
#1A1615
(26,22,21)
#121211
(18,18,17)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #5A3635

#5A3635
(90,54,53)
#694847
(105,72,71)
#785A59
(120,90,89)
#876C6B
(135,108,107)
#967E7D
(150,126,125)
#A5908F
(165,144,143)
#B4A2A1
(180,162,161)
#C3B4B3
(195,180,179)
#D2C6C5
(210,198,197)
#E1D8D7
(225,216,215)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3635; }

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

This text font color is #5A3635.

Background Color

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

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

This div background color is #5A3635.

Border color

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

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

This div border color is #5A3635.

Opacity

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

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

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

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

This text has shadow with #5A3635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3635.

Preview

Color preview on black background

This text has color #5A3635 on black background.


Color preview on white background

This text has color #5A3635 on white background.


Black color preview on #5A3635 background

This text has black color on #5A3635 background.


White color preview on #5A3635 background

This text has white color on #5A3635 background.


Related colors

Complementary color

Complementary color for #hex is #A5C9CA.


I love getcolorcode.com

Triadic colors

1 #355A36 and #36355A with #5A3635 are triadic colors.

2 #35365A and #365A35 with #5A3635 are triadic colors.