COLOR #5A362E

HEX: #5A362E RGB: (90,54,46)

Color info

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

RGB color model

#5A362E color RGB value is (90,54,46).

RGB: (90,54,46) (35%, 21%, 18%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 46 of 255 = 18%

90
54
46

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

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 46 = 190 (100%)
R 90 of 190 ~ 47.37%
G 54 of 190 ~ 28.42%
B 46 of 190 ~ 24.21'%

%47.37
%28.42
%24.21

CMYK color model

#5A362E color CMYK value is (0,40,49,65).

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

CMYK: (0,40,49,65)
C0M40Y49K65 (0%, 40%, 49%, 65%)
(0.00 / 0.40 / 0.49 / 0.65)

CMYK percentages

%0
%40
%48.89
%64.71

Codes

Color #5A362E in popluar color models

5A 36 2E
RGB 90 54 46
HSL 11° 32.35% 26.67%
HSB/HSV 11° 48.89% 35.29%
CMYK 0.00% 40.00% 48.89%
64.71%

Color #5A362E in popluar number systems.

HEX 5A 36 2E
Decimal 90 54 46
Binary 1011010 110110 101110
Octal 132 66 56

Shades and tints

Shades of #5A362E

#5A362E
(90,54,46)
#52322A
(82,50,42)
#4A2E26
(74,46,38)
#422A22
(66,42,34)
#3A261E
(58,38,30)
#32221A
(50,34,26)
#2A1E16
(42,30,22)
#221A12
(34,26,18)
#1A160E
(26,22,14)
#12120A
(18,18,10)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #5A362E

#5A362E
(90,54,46)
#694841
(105,72,65)
#785A54
(120,90,84)
#876C67
(135,108,103)
#967E7A
(150,126,122)
#A5908D
(165,144,141)
#B4A2A0
(180,162,160)
#C3B4B3
(195,180,179)
#D2C6C6
(210,198,198)
#E1D8D9
(225,216,217)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A362E; }

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

This text font color is #5A362E.

Background Color

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

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

This div background color is #5A362E.

Border color

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

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

This div border color is #5A362E.

Opacity

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

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

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

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

This text has shadow with #5A362E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A362E.

Preview

Color preview on black background

This text has color #5A362E on black background.


Color preview on white background

This text has color #5A362E on white background.


Black color preview on #5A362E background

This text has black color on #5A362E background.


White color preview on #5A362E background

This text has white color on #5A362E background.


Related colors

Complementary color

Complementary color for #hex is #A5C9D1.


I love getcolorcode.com

Triadic colors

1 #2E5A36 and #362E5A with #5A362E are triadic colors.

2 #2E365A and #365A2E with #5A362E are triadic colors.