COLOR #5A513B

HEX: #5A513B RGB: (90,81,59)

Color info

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

RGB color model

#5A513B color RGB value is (90,81,59).

RGB: (90,81,59) (35%, 32%, 23%)

RGB channels and saturation

R 90 of 255 = 35%
G 81 of 255 = 32%
B 59 of 255 = 23%

90
81
59

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

Portions of RGB colors in percentages

R + G + B = 90 + 81 + 59 = 230 (100%)
R 90 of 230 ~ 39.13%
G 81 of 230 ~ 35.22%
B 59 of 230 ~ 25.65'%

%39.13
%35.22
%25.65

CMYK color model

#5A513B color CMYK value is (0,10,34,65).

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

CMYK: (0,10,34,65)
C0M10Y34K65 (0%, 10%, 34%, 65%)
(0.00 / 0.10 / 0.34 / 0.65)

CMYK percentages

%0
%10
%34.44
%64.71

Codes

Color #5A513B in popluar color models

5A 51 3B
RGB 90 81 59
HSL 43° 20.81% 29.22%
HSB/HSV 43° 34.44% 35.29%
CMYK 0.00% 10.00% 34.44%
64.71%

Color #5A513B in popluar number systems.

HEX 5A 51 3B
Decimal 90 81 59
Binary 1011010 1010001 111011
Octal 132 121 73

Shades and tints

Shades of #5A513B

#5A513B
(90,81,59)
#524A36
(82,74,54)
#4A4331
(74,67,49)
#423C2C
(66,60,44)
#3A3527
(58,53,39)
#322E22
(50,46,34)
#2A271D
(42,39,29)
#222018
(34,32,24)
#1A1913
(26,25,19)
#12120E
(18,18,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #5A513B

#5A513B
(90,81,59)
#69604C
(105,96,76)
#786F5D
(120,111,93)
#877E6E
(135,126,110)
#968D7F
(150,141,127)
#A59C90
(165,156,144)
#B4ABA1
(180,171,161)
#C3BAB2
(195,186,178)
#D2C9C3
(210,201,195)
#E1D8D4
(225,216,212)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A513B; }

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

This text font color is #5A513B.

Background Color

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

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

This div background color is #5A513B.

Border color

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

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

This div border color is #5A513B.

Opacity

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

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

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

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

This text has shadow with #5A513B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A513B.

Preview

Color preview on black background

This text has color #5A513B on black background.


Color preview on white background

This text has color #5A513B on white background.


Black color preview on #5A513B background

This text has black color on #5A513B background.


White color preview on #5A513B background

This text has white color on #5A513B background.


Related colors

Complementary color

Complementary color for #hex is #A5AEC4.


I love getcolorcode.com

Triadic colors

1 #3B5A51 and #513B5A with #5A513B are triadic colors.

2 #3B515A and #515A3B with #5A513B are triadic colors.