COLOR #5D513B

HEX: #5D513B
RGB: (93,81,59)

Color info

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

RGB color model

#5D513B color RGB value is (93,81,59).

  • red value is 93;
  • green value is 81;
  • blue value is 59.
RGB:
(93,81,59)
(36%,32%,23%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 59 of 255 = 23%

93
81
59

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

Portions of RGB colors in percentages

R + G + B =
93 + 81 + 59 = 233 (100%)
R 93 of 233 ~ 39.91%
G 81 of 233 ~ 34.76%
B 59 of 233 ~ 25.32%

%39.91
%34.76
%25.32

CMYK color model

#5D513B color CMYK value is (0,13,37,64).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 36.56%
  • key color value is 63.53%
CMYK:
(0,13,37,64)
C0M13Y37K64 
(0%,13%,37%,64%)
(0.00/0.13/0.37/0.64)	

CMYK percentages

%0
%12.9
%36.56
%63.53

Codes

Color #5D513B in popluar color models

5D513B
RGB938159
HSL39°22.37%29.80%
HSB/HSV39°36.56%36.47%
CMYK0.00%12.90%36.56%
63.53%

Color #5D513B in popluar number systems.

HEX5D513B
Decimal938159
Binary10111011010001111011
Octal13512173

Shades and tints

Shades of #5D513B

#5D513B
(93,81,59)
#554A36
(85,74,54)
#4D4331
(77,67,49)
#453C2C
(69,60,44)
#3D3527
(61,53,39)
#352E22
(53,46,34)
#2D271D
(45,39,29)
#252018
(37,32,24)
#1D1913
(29,25,19)
#15120E
(21,18,14)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D513B

#5D513B
(93,81,59)
#6B604C
(107,96,76)
#796F5D
(121,111,93)
#877E6E
(135,126,110)
#958D7F
(149,141,127)
#A39C90
(163,156,144)
#B1ABA1
(177,171,161)
#BFBAB2
(191,186,178)
#CDC9C3
(205,201,195)
#DBD8D4
(219,216,212)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D513B; }

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

This text font color is #5D513B.


Background Color

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

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

This div background color is #5D513B.


Border color

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

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

This div border color is #5D513B.


Opacity

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

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

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

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

This text has shadow with #5D513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D513B on black background.


Color preview on white background

This text has color #5D513B on white background.



Black color preview on #5D513B background

This text has black color on #5D513B background.


White color preview on #5D513B background

This text has white color on #5D513B background.