COLOR #5A514A

HEX: #5A514A RGB: (90,81,74)

Color info

#5A514A contains red, green and blue colors in about the same proportion. Web safe color of #5A514A is #666633 (or #663).

RGB color model

#5A514A color RGB value is (90,81,74).

RGB: (90,81,74) (35%, 32%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 81 of 255 = 32%
B 74 of 255 = 29%

90
81
74

R + G + B ~ 32%. #5A514A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 81 + 74 = 245 (100%)
R 90 of 245 ~ 36.73%
G 81 of 245 ~ 33.06%
B 74 of 245 ~ 30.2'%

%36.73
%33.06
%30.2

CMYK color model

#5A514A color CMYK value is (0,10,18,65).

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

CMYK: (0,10,18,65)
C0M10Y18K65 (0%, 10%, 18%, 65%)
(0.00 / 0.10 / 0.18 / 0.65)

CMYK percentages

%0
%10
%17.78
%64.71

Codes

Color #5A514A in popluar color models

5A 51 4A
RGB 90 81 74
HSL 26° 9.76% 32.16%
HSB/HSV 26° 17.78% 35.29%
CMYK 0.00% 10.00% 17.78%
64.71%

Color #5A514A in popluar number systems.

HEX 5A 51 4A
Decimal 90 81 74
Binary 1011010 1010001 1001010
Octal 132 121 112

Shades and tints

Shades of #5A514A

#5A514A
(90,81,74)
#524A44
(82,74,68)
#4A433E
(74,67,62)
#423C38
(66,60,56)
#3A3532
(58,53,50)
#322E2C
(50,46,44)
#2A2726
(42,39,38)
#222020
(34,32,32)
#1A191A
(26,25,26)
#121214
(18,18,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #5A514A

#5A514A
(90,81,74)
#69605A
(105,96,90)
#786F6A
(120,111,106)
#877E7A
(135,126,122)
#968D8A
(150,141,138)
#A59C9A
(165,156,154)
#B4ABAA
(180,171,170)
#C3BABA
(195,186,186)
#D2C9CA
(210,201,202)
#E1D8DA
(225,216,218)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A514A; }

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

This text font color is #5A514A.

Background Color

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

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

This div background color is #5A514A.

Border color

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

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

This div border color is #5A514A.

Opacity

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

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

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

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

This text has shadow with #5A514A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A514A.

Preview

Color preview on black background

This text has color #5A514A on black background.


Color preview on white background

This text has color #5A514A on white background.


Black color preview on #5A514A background

This text has black color on #5A514A background.


White color preview on #5A514A background

This text has white color on #5A514A background.


Related colors

Complementary color

Complementary color for #hex is #A5AEB5.


I love getcolorcode.com

Triadic colors

1 #4A5A51 and #514A5A with #5A514A are triadic colors.

2 #4A515A and #515A4A with #5A514A are triadic colors.