COLOR #5B513E

HEX: #5B513E
RGB: (91,81,62)

Color info

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

RGB color model

#5B513E color RGB value is (91,81,62).

  • red value is 91;
  • green value is 81;
  • blue value is 62.
RGB:
(91,81,62)
(36%,32%,24%)

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 62 of 255 = 24%

91
81
62

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

Portions of RGB colors in percentages

R + G + B =
91 + 81 + 62 = 234 (100%)
R 91 of 234 ~ 38.89%
G 81 of 234 ~ 34.62%
B 62 of 234 ~ 26.5%

%38.89
%34.62
%26.5

CMYK color model

#5B513E color CMYK value is (0,11,32,64).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 31.87%
  • key color value is 64.31%
CMYK:
(0,11,32,64)
C0M11Y32K64 
(0%,11%,32%,64%)
(0.00/0.11/0.32/0.64)	

CMYK percentages

%0
%10.99
%31.87
%64.31

Codes

Color #5B513E in popluar color models

5B513E
RGB918162
HSL39°18.95%30.00%
HSB/HSV39°31.87%35.69%
CMYK0.00%10.99%31.87%
64.31%

Color #5B513E in popluar number systems.

HEX5B513E
Decimal918162
Binary10110111010001111110
Octal13312176

Shades and tints

Shades of #5B513E

#5B513E
(91,81,62)
#534A39
(83,74,57)
#4B4334
(75,67,52)
#433C2F
(67,60,47)
#3B352A
(59,53,42)
#332E25
(51,46,37)
#2B2720
(43,39,32)
#23201B
(35,32,27)
#1B1916
(27,25,22)
#131211
(19,18,17)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #5B513E

#5B513E
(91,81,62)
#69604F
(105,96,79)
#776F60
(119,111,96)
#857E71
(133,126,113)
#938D82
(147,141,130)
#A19C93
(161,156,147)
#AFABA4
(175,171,164)
#BDBAB5
(189,186,181)
#CBC9C6
(203,201,198)
#D9D8D7
(217,216,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B513E color. Also use rgb(91,81,62) instead hex code.

Text Font Color

.myTextColor { color: #5B513E; }

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

This text font color is #5B513E.


Background Color

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

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

This div background color is #5B513E.


Border color

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

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

This div border color is #5B513E.


Opacity

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

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

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

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

This text has shadow with #5B513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B513E on black background.


Color preview on white background

This text has color #5B513E on white background.



Black color preview on #5B513E background

This text has black color on #5B513E background.


White color preview on #5B513E background

This text has white color on #5B513E background.