COLOR #5A363E

HEX: #5A363E RGB: (90,54,62)

Color info

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

RGB color model

#5A363E color RGB value is (90,54,62).

RGB: (90,54,62) (35%, 21%, 24%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 62 of 255 = 24%

90
54
62

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

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 62 = 206 (100%)
R 90 of 206 ~ 43.69%
G 54 of 206 ~ 26.21%
B 62 of 206 ~ 30.1'%

%43.69
%26.21
%30.1

CMYK color model

#5A363E color CMYK value is (0,40,31,65).

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

CMYK: (0,40,31,65)
C0M40Y31K65 (0%, 40%, 31%, 65%)
(0.00 / 0.40 / 0.31 / 0.65)

CMYK percentages

%0
%40
%31.11
%64.71

Codes

Color #5A363E in popluar color models

5A 36 3E
RGB 90 54 62
HSL 347° 25.00% 28.24%
HSB/HSV 347° 40.00% 35.29%
CMYK 0.00% 40.00% 31.11%
64.71%

Color #5A363E in popluar number systems.

HEX 5A 36 3E
Decimal 90 54 62
Binary 1011010 110110 111110
Octal 132 66 76

Shades and tints

Shades of #5A363E

#5A363E
(90,54,62)
#523239
(82,50,57)
#4A2E34
(74,46,52)
#422A2F
(66,42,47)
#3A262A
(58,38,42)
#322225
(50,34,37)
#2A1E20
(42,30,32)
#221A1B
(34,26,27)
#1A1616
(26,22,22)
#121211
(18,18,17)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #5A363E

#5A363E
(90,54,62)
#69484F
(105,72,79)
#785A60
(120,90,96)
#876C71
(135,108,113)
#967E82
(150,126,130)
#A59093
(165,144,147)
#B4A2A4
(180,162,164)
#C3B4B5
(195,180,181)
#D2C6C6
(210,198,198)
#E1D8D7
(225,216,215)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A363E; }

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

This text font color is #5A363E.

Background Color

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

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

This div background color is #5A363E.

Border color

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

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

This div border color is #5A363E.

Opacity

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

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

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

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

This text has shadow with #5A363E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A363E.

Preview

Color preview on black background

This text has color #5A363E on black background.


Color preview on white background

This text has color #5A363E on white background.


Black color preview on #5A363E background

This text has black color on #5A363E background.


White color preview on #5A363E background

This text has white color on #5A363E background.


Related colors

Complementary color

Complementary color for #hex is #A5C9C1.


I love getcolorcode.com

Triadic colors

1 #3E5A36 and #363E5A with #5A363E are triadic colors.

2 #3E365A and #365A3E with #5A363E are triadic colors.