COLOR #5A4F51

HEX: #5A4F51 RGB: (90,79,81)

Color info

#5A4F51 contains red, green and blue colors in about the same proportion. Web safe color of #5A4F51 is #666666 (or #666).

RGB color model

#5A4F51 color RGB value is (90,79,81).

RGB: (90,79,81) (35%, 31%, 32%)

RGB channels and saturation

R 90 of 255 = 35%
G 79 of 255 = 31%
B 81 of 255 = 32%

90
79
81

R + G + B ~ 33%. #5A4F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 79 + 81 = 250 (100%)
R 90 of 250 ~ 36%
G 79 of 250 ~ 31.6%
B 81 of 250 ~ 32.4'%

%36
%31.6
%32.4

CMYK color model

#5A4F51 color CMYK value is (0,12,10,65).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 10.00%
  • key color value is 64.71%

CMYK: (0,12,10,65)
C0M12Y10K65 (0%, 12%, 10%, 65%)
(0.00 / 0.12 / 0.10 / 0.65)

CMYK percentages

%0
%12.22
%10
%64.71

Codes

Color #5A4F51 in popluar color models

5A 4F 51
RGB 90 79 81
HSL 349° 6.51% 33.14%
HSB/HSV 349° 12.22% 35.29%
CMYK 0.00% 12.22% 10.00%
64.71%

Color #5A4F51 in popluar number systems.

HEX 5A 4F 51
Decimal 90 79 81
Binary 1011010 1001111 1010001
Octal 132 117 121

Shades and tints

Shades of #5A4F51

#5A4F51
(90,79,81)
#52484A
(82,72,74)
#4A4143
(74,65,67)
#423A3C
(66,58,60)
#3A3335
(58,51,53)
#322C2E
(50,44,46)
#2A2527
(42,37,39)
#221E20
(34,30,32)
#1A1719
(26,23,25)
#121012
(18,16,18)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #5A4F51

#5A4F51
(90,79,81)
#695F60
(105,95,96)
#786F6F
(120,111,111)
#877F7E
(135,127,126)
#968F8D
(150,143,141)
#A59F9C
(165,159,156)
#B4AFAB
(180,175,171)
#C3BFBA
(195,191,186)
#D2CFC9
(210,207,201)
#E1DFD8
(225,223,216)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4F51 color. Also use rgb(90,79,81) instead hex code.

Text Font Color

.myTextColor { color: #5A4F51; }

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

This text font color is #5A4F51.

Background Color

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

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

This div background color is #5A4F51.

Border color

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

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

This div border color is #5A4F51.

Opacity

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

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

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

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

This text has shadow with #5A4F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4F51.

Preview

Color preview on black background

This text has color #5A4F51 on black background.


Color preview on white background

This text has color #5A4F51 on white background.


Black color preview on #5A4F51 background

This text has black color on #5A4F51 background.


White color preview on #5A4F51 background

This text has white color on #5A4F51 background.


Related colors

Complementary color

Complementary color for #hex is #A5B0AE.


I love getcolorcode.com

Triadic colors

1 #515A4F and #4F515A with #5A4F51 are triadic colors.

2 #514F5A and #4F5A51 with #5A4F51 are triadic colors.