COLOR #5A464B

HEX: #5A464B RGB: (90,70,75)

Color info

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

RGB color model

#5A464B color RGB value is (90,70,75).

RGB: (90,70,75) (35%, 27%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 75 of 255 = 29%

90
70
75

R + G + B ~ 30%. #5A464B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 70 + 75 = 235 (100%)
R 90 of 235 ~ 38.3%
G 70 of 235 ~ 29.79%
B 75 of 235 ~ 31.91'%

%38.3
%29.79
%31.91

CMYK color model

#5A464B color CMYK value is (0,22,17,65).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 16.67%
  • key color value is 64.71%

CMYK: (0,22,17,65)
C0M22Y17K65 (0%, 22%, 17%, 65%)
(0.00 / 0.22 / 0.17 / 0.65)

CMYK percentages

%0
%22.22
%16.67
%64.71

Codes

Color #5A464B in popluar color models

5A 46 4B
RGB 90 70 75
HSL 345° 12.50% 31.37%
HSB/HSV 345° 22.22% 35.29%
CMYK 0.00% 22.22% 16.67%
64.71%

Color #5A464B in popluar number systems.

HEX 5A 46 4B
Decimal 90 70 75
Binary 1011010 1000110 1001011
Octal 132 106 113

Shades and tints

Shades of #5A464B

#5A464B
(90,70,75)
#524045
(82,64,69)
#4A3A3F
(74,58,63)
#423439
(66,52,57)
#3A2E33
(58,46,51)
#32282D
(50,40,45)
#2A2227
(42,34,39)
#221C21
(34,28,33)
#1A161B
(26,22,27)
#121015
(18,16,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #5A464B

#5A464B
(90,70,75)
#69565B
(105,86,91)
#78666B
(120,102,107)
#87767B
(135,118,123)
#96868B
(150,134,139)
#A5969B
(165,150,155)
#B4A6AB
(180,166,171)
#C3B6BB
(195,182,187)
#D2C6CB
(210,198,203)
#E1D6DB
(225,214,219)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A464B; }

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

This text font color is #5A464B.

Background Color

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

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

This div background color is #5A464B.

Border color

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

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

This div border color is #5A464B.

Opacity

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

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

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

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

This text has shadow with #5A464B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A464B.

Preview

Color preview on black background

This text has color #5A464B on black background.


Color preview on white background

This text has color #5A464B on white background.


Black color preview on #5A464B background

This text has black color on #5A464B background.


White color preview on #5A464B background

This text has white color on #5A464B background.


Related colors

Complementary color

Complementary color for #hex is #A5B9B4.


I love getcolorcode.com

Triadic colors

1 #4B5A46 and #464B5A with #5A464B are triadic colors.

2 #4B465A and #465A4B with #5A464B are triadic colors.