COLOR #5A374B

HEX: #5A374B
RGB: (90,55,75)

Color info

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

RGB color model

#5A374B color RGB value is (90,55,75).

  • red value is 90;
  • green value is 55;
  • blue value is 75.
RGB:
(90,55,75)
(35%,22%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 75 of 255 = 29%

90
55
75

R + G + B ~ 29%. #5A374B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 75 = 220 (100%)
R 90 of 220 ~ 40.91%
G 55 of 220 ~ 25%
B 75 of 220 ~ 34.09%

%40.91
%25
%34.09

CMYK color model

#5A374B color CMYK value is (0,39,17,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 16.67%
  • key color value is 64.71%
CMYK:
(0,39,17,65)
C0M39Y17K65 
(0%,39%,17%,65%)
(0.00/0.39/0.17/0.65)	

CMYK percentages

%0
%38.89
%16.67
%64.71

Codes

Color #5A374B in popluar color models

5A374B
RGB905575
HSL326°24.14%28.43%
HSB/HSV326°38.89%35.29%
CMYK0.00%38.89%16.67%
64.71%

Color #5A374B in popluar number systems.

HEX5A374B
Decimal905575
Binary10110101101111001011
Octal13267113

Shades and tints

Shades of #5A374B

#5A374B
(90,55,75)
#523245
(82,50,69)
#4A2D3F
(74,45,63)
#422839
(66,40,57)
#3A2333
(58,35,51)
#321E2D
(50,30,45)
#2A1927
(42,25,39)
#221421
(34,20,33)
#1A0F1B
(26,15,27)
#120A15
(18,10,21)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #5A374B

#5A374B
(90,55,75)
#69495B
(105,73,91)
#785B6B
(120,91,107)
#876D7B
(135,109,123)
#967F8B
(150,127,139)
#A5919B
(165,145,155)
#B4A3AB
(180,163,171)
#C3B5BB
(195,181,187)
#D2C7CB
(210,199,203)
#E1D9DB
(225,217,219)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A374B; }

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

This text font color is #5A374B.


Background Color

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

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

This div background color is #5A374B.


Border color

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

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

This div border color is #5A374B.


Opacity

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

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

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

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

This text has shadow with #5A374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A374B on black background.


Color preview on white background

This text has color #5A374B on white background.



Black color preview on #5A374B background

This text has black color on #5A374B background.


White color preview on #5A374B background

This text has white color on #5A374B background.