COLOR #5A364B

HEX: #5A364B RGB: (90,54,75)

Color info

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

RGB color model

#5A364B color RGB value is (90,54,75).

RGB: (90,54,75) (35%, 21%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 75 of 255 = 29%

90
54
75

R + G + B ~ 28%. #5A364B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 75 = 219 (100%)
R 90 of 219 ~ 41.1%
G 54 of 219 ~ 24.66%
B 75 of 219 ~ 34.25'%

%41.1
%24.66
%34.25

CMYK color model

#5A364B color CMYK value is (0,40,17,65).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 16.67%
  • key color value is 64.71%
CMYK: (0,40,17,65) C0M40Y17K65 (0%,40%,17%,65%) (0.00/0.40/0.17/0.65) 

CMYK percentages

%0
%40
%16.67
%64.71

Codes

Color #5A364B in popluar color models

5A 36 4B
RGB 90 54 75
HSL 325° 25.00% 28.24%
HSB/HSV 325° 40.00% 35.29%
CMYK 0.00% 40.00% 16.67%
64.71%

Color #5A364B in popluar number systems.

HEX 5A 36 4B
Decimal 90 54 75
Binary 1011010 110110 1001011
Octal 132 66 113

Shades and tints

Shades of #5A364B

#5A364B
(90,54,75)
#523245
(82,50,69)
#4A2E3F
(74,46,63)
#422A39
(66,42,57)
#3A2633
(58,38,51)
#32222D
(50,34,45)
#2A1E27
(42,30,39)
#221A21
(34,26,33)
#1A161B
(26,22,27)
#121215
(18,18,21)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A364B

#5A364B
(90,54,75)
#69485B
(105,72,91)
#785A6B
(120,90,107)
#876C7B
(135,108,123)
#967E8B
(150,126,139)
#A5909B
(165,144,155)
#B4A2AB
(180,162,171)
#C3B4BB
(195,180,187)
#D2C6CB
(210,198,203)
#E1D8DB
(225,216,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A364B; }

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

This text font color is #5A364B.

Background Color

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

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

This div background color is #5A364B.

Border color

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

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

This div border color is #5A364B.

Opacity

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

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

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

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

This text has shadow with #5A364B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A364B.

Preview

Color preview on black background

This text has color #5A364B on black background.


Color preview on white background

This text has color #5A364B on white background.


Black color preview on #5A364B background

This text has black color on #5A364B background.


White color preview on #5A364B background

This text has white color on #5A364B background.


Related colors

Complementary color

Complementary color for #hex is #A5C9B4.


I love getcolorcode.com

Triadic colors

1 #4B5A36 and #364B5A with #5A364B are triadic colors.

2 #4B365A and #365A4B with #5A364B are triadic colors.