COLOR #5D513C

HEX: #5D513C
RGB: (93,81,60)

Color info

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

RGB color model

#5D513C color RGB value is (93,81,60).

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

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 60 of 255 = 24%

93
81
60

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

Portions of RGB colors in percentages

R + G + B =
93 + 81 + 60 = 234 (100%)
R 93 of 234 ~ 39.74%
G 81 of 234 ~ 34.62%
B 60 of 234 ~ 25.64%

%39.74
%34.62
%25.64

CMYK color model

#5D513C color CMYK value is (0,13,35,64).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 35.48%
  • key color value is 63.53%
CMYK:
(0,13,35,64)
C0M13Y35K64 
(0%,13%,35%,64%)
(0.00/0.13/0.35/0.64)	

CMYK percentages

%0
%12.9
%35.48
%63.53

Codes

Color #5D513C in popluar color models

5D513C
RGB938160
HSL38°21.57%30.00%
HSB/HSV38°35.48%36.47%
CMYK0.00%12.90%35.48%
63.53%

Color #5D513C in popluar number systems.

HEX5D513C
Decimal938160
Binary10111011010001111100
Octal13512174

Shades and tints

Shades of #5D513C

#5D513C
(93,81,60)
#554A37
(85,74,55)
#4D4332
(77,67,50)
#453C2D
(69,60,45)
#3D3528
(61,53,40)
#352E23
(53,46,35)
#2D271E
(45,39,30)
#252019
(37,32,25)
#1D1914
(29,25,20)
#15120F
(21,18,15)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #5D513C

#5D513C
(93,81,60)
#6B604D
(107,96,77)
#796F5E
(121,111,94)
#877E6F
(135,126,111)
#958D80
(149,141,128)
#A39C91
(163,156,145)
#B1ABA2
(177,171,162)
#BFBAB3
(191,186,179)
#CDC9C4
(205,201,196)
#DBD8D5
(219,216,213)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D513C; }

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

This text font color is #5D513C.


Background Color

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

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

This div background color is #5D513C.


Border color

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

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

This div border color is #5D513C.


Opacity

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

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

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

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

This text has shadow with #5D513C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D513C on black background.


Color preview on white background

This text has color #5D513C on white background.



Black color preview on #5D513C background

This text has black color on #5D513C background.


White color preview on #5D513C background

This text has white color on #5D513C background.