COLOR #5A3631

HEX: #5A3631 RGB: (90,54,49)

Color info

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

RGB color model

#5A3631 color RGB value is (90,54,49).

RGB: (90,54,49) (35%, 21%, 19%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 49 of 255 = 19%

90
54
49

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

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 49 = 193 (100%)
R 90 of 193 ~ 46.63%
G 54 of 193 ~ 27.98%
B 49 of 193 ~ 25.39'%

%46.63
%27.98
%25.39

CMYK color model

#5A3631 color CMYK value is (0,40,46,65).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 45.56%
  • key color value is 64.71%
CMYK: (0,40,46,65) C0M40Y46K65 (0%,40%,46%,65%) (0.00/0.40/0.46/0.65) 

CMYK percentages

%0
%40
%45.56
%64.71

Codes

Color #5A3631 in popluar color models

5A 36 31
RGB 90 54 49
HSL 29.50% 27.25%
HSB/HSV 45.56% 35.29%
CMYK 0.00% 40.00% 45.56%
64.71%

Color #5A3631 in popluar number systems.

HEX 5A 36 31
Decimal 90 54 49
Binary 1011010 110110 110001
Octal 132 66 61

Shades and tints

Shades of #5A3631

#5A3631
(90,54,49)
#52322D
(82,50,45)
#4A2E29
(74,46,41)
#422A25
(66,42,37)
#3A2621
(58,38,33)
#32221D
(50,34,29)
#2A1E19
(42,30,25)
#221A15
(34,26,21)
#1A1611
(26,22,17)
#12120D
(18,18,13)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #5A3631

#5A3631
(90,54,49)
#694843
(105,72,67)
#785A55
(120,90,85)
#876C67
(135,108,103)
#967E79
(150,126,121)
#A5908B
(165,144,139)
#B4A29D
(180,162,157)
#C3B4AF
(195,180,175)
#D2C6C1
(210,198,193)
#E1D8D3
(225,216,211)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3631; }

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

This text font color is #5A3631.

Background Color

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

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

This div background color is #5A3631.

Border color

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

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

This div border color is #5A3631.

Opacity

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

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

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

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

This text has shadow with #5A3631 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3631.

Preview

Color preview on black background

This text has color #5A3631 on black background.


Color preview on white background

This text has color #5A3631 on white background.


Black color preview on #5A3631 background

This text has black color on #5A3631 background.


White color preview on #5A3631 background

This text has white color on #5A3631 background.


Related colors

Complementary color

Complementary color for #hex is #A5C9CE.


I love getcolorcode.com

Triadic colors

1 #315A36 and #36315A with #5A3631 are triadic colors.

2 #31365A and #365A31 with #5A3631 are triadic colors.