COLOR #5A373D

HEX: #5A373D RGB: (90,55,61)

Color info

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

RGB color model

#5A373D color RGB value is (90,55,61).

RGB: (90,55,61) (35%, 22%, 24%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 61 of 255 = 24%

90
55
61

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

Portions of RGB colors in percentages

R + G + B = 90 + 55 + 61 = 206 (100%)
R 90 of 206 ~ 43.69%
G 55 of 206 ~ 26.7%
B 61 of 206 ~ 29.61'%

%43.69
%26.7
%29.61

CMYK color model

#5A373D color CMYK value is (0,39,32,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 32.22%
  • key color value is 64.71%

CMYK: (0,39,32,65)
C0M39Y32K65 (0%, 39%, 32%, 65%)
(0.00 / 0.39 / 0.32 / 0.65)

CMYK percentages

%0
%38.89
%32.22
%64.71

Codes

Color #5A373D in popluar color models

5A 37 3D
RGB 90 55 61
HSL 350° 24.14% 28.43%
HSB/HSV 350° 38.89% 35.29%
CMYK 0.00% 38.89% 32.22%
64.71%

Color #5A373D in popluar number systems.

HEX 5A 37 3D
Decimal 90 55 61
Binary 1011010 110111 111101
Octal 132 67 75

Shades and tints

Shades of #5A373D

#5A373D
(90,55,61)
#523238
(82,50,56)
#4A2D33
(74,45,51)
#42282E
(66,40,46)
#3A2329
(58,35,41)
#321E24
(50,30,36)
#2A191F
(42,25,31)
#22141A
(34,20,26)
#1A0F15
(26,15,21)
#120A10
(18,10,16)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #5A373D

#5A373D
(90,55,61)
#69494E
(105,73,78)
#785B5F
(120,91,95)
#876D70
(135,109,112)
#967F81
(150,127,129)
#A59192
(165,145,146)
#B4A3A3
(180,163,163)
#C3B5B4
(195,181,180)
#D2C7C5
(210,199,197)
#E1D9D6
(225,217,214)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A373D color. Also use rgb(90,55,61) instead hex code.

Text Font Color

.myTextColor { color: #5A373D; }

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

This text font color is #5A373D.

Background Color

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

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

This div background color is #5A373D.

Border color

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

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

This div border color is #5A373D.

Opacity

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

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

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

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

This text has shadow with #5A373D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A373D.

Preview

Color preview on black background

This text has color #5A373D on black background.


Color preview on white background

This text has color #5A373D on white background.


Black color preview on #5A373D background

This text has black color on #5A373D background.


White color preview on #5A373D background

This text has white color on #5A373D background.


Related colors

Complementary color

Complementary color for #hex is #A5C8C2.


I love getcolorcode.com

Triadic colors

1 #3D5A37 and #373D5A with #5A373D are triadic colors.

2 #3D375A and #375A3D with #5A373D are triadic colors.