COLOR #5A474B

HEX: #5A474B
RGB: (90,71,75)

Color info

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

RGB color model

#5A474B color RGB value is (90,71,75).

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

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 75 of 255 = 29%

90
71
75

R + G + B ~ 31%. #5A474B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 71 + 75 = 236 (100%)
R 90 of 236 ~ 38.14%
G 71 of 236 ~ 30.08%
B 75 of 236 ~ 31.78%

%38.14
%30.08
%31.78

CMYK color model

#5A474B color CMYK value is (0,21,17,65).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 16.67%
  • key color value is 64.71%
CMYK:
(0,21,17,65)
C0M21Y17K65 
(0%,21%,17%,65%)
(0.00/0.21/0.17/0.65)	

CMYK percentages

%0
%21.11
%16.67
%64.71

Codes

Color #5A474B in popluar color models

5A474B
RGB907175
HSL347°11.80%31.57%
HSB/HSV347°21.11%35.29%
CMYK0.00%21.11%16.67%
64.71%

Color #5A474B in popluar number systems.

HEX5A474B
Decimal907175
Binary101101010001111001011
Octal132107113

Shades and tints

Shades of #5A474B

#5A474B
(90,71,75)
#524145
(82,65,69)
#4A3B3F
(74,59,63)
#423539
(66,53,57)
#3A2F33
(58,47,51)
#32292D
(50,41,45)
#2A2327
(42,35,39)
#221D21
(34,29,33)
#1A171B
(26,23,27)
#121115
(18,17,21)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #5A474B

#5A474B
(90,71,75)
#69575B
(105,87,91)
#78676B
(120,103,107)
#87777B
(135,119,123)
#96878B
(150,135,139)
#A5979B
(165,151,155)
#B4A7AB
(180,167,171)
#C3B7BB
(195,183,187)
#D2C7CB
(210,199,203)
#E1D7DB
(225,215,219)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A474B; }

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

This text font color is #5A474B.


Background Color

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

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

This div background color is #5A474B.


Border color

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

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

This div border color is #5A474B.


Opacity

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

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

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

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

This text has shadow with #5A474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A474B on black background.


Color preview on white background

This text has color #5A474B on white background.



Black color preview on #5A474B background

This text has black color on #5A474B background.


White color preview on #5A474B background

This text has white color on #5A474B background.