COLOR #5A4A4B

HEX: #5A4A4B
RGB: (90,74,75)

Color info

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

RGB color model

#5A4A4B color RGB value is (90,74,75).

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

RGB channels and saturation

R 90 of 255 = 35%
G 74 of 255 = 29%
B 75 of 255 = 29%

90
74
75

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

Portions of RGB colors in percentages

R + G + B =
90 + 74 + 75 = 239 (100%)
R 90 of 239 ~ 37.66%
G 74 of 239 ~ 30.96%
B 75 of 239 ~ 31.38%

%37.66
%30.96
%31.38

CMYK color model

#5A4A4B color CMYK value is (0,18,17,65).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 16.67%
  • key color value is 64.71%
CMYK:
(0,18,17,65)
C0M18Y17K65 
(0%,18%,17%,65%)
(0.00/0.18/0.17/0.65)	

CMYK percentages

%0
%17.78
%16.67
%64.71

Codes

Color #5A4A4B in popluar color models

5A4A4B
RGB907475
HSL356°9.76%32.16%
HSB/HSV356°17.78%35.29%
CMYK0.00%17.78%16.67%
64.71%

Color #5A4A4B in popluar number systems.

HEX5A4A4B
Decimal907475
Binary101101010010101001011
Octal132112113

Shades and tints

Shades of #5A4A4B

#5A4A4B
(90,74,75)
#524445
(82,68,69)
#4A3E3F
(74,62,63)
#423839
(66,56,57)
#3A3233
(58,50,51)
#322C2D
(50,44,45)
#2A2627
(42,38,39)
#222021
(34,32,33)
#1A1A1B
(26,26,27)
#121415
(18,20,21)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A4A4B

#5A4A4B
(90,74,75)
#695A5B
(105,90,91)
#786A6B
(120,106,107)
#877A7B
(135,122,123)
#968A8B
(150,138,139)
#A59A9B
(165,154,155)
#B4AAAB
(180,170,171)
#C3BABB
(195,186,187)
#D2CACB
(210,202,203)
#E1DADB
(225,218,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4A4B; }

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

This text font color is #5A4A4B.


Background Color

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

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

This div background color is #5A4A4B.


Border color

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

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

This div border color is #5A4A4B.


Opacity

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

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

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

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

This text has shadow with #5A4A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4A4B on black background.


Color preview on white background

This text has color #5A4A4B on white background.



Black color preview on #5A4A4B background

This text has black color on #5A4A4B background.


White color preview on #5A4A4B background

This text has white color on #5A4A4B background.