COLOR #513C38

HEX: #513C38
RGB: (81,60,56)

Color info

#513C38 contains red, green and blue colors in about the same proportion. Web safe color of #513C38 is #663333 (or #633).

RGB color model

#513C38 color RGB value is (81,60,56).

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

RGB channels and saturation

R 81 of 255 = 32%
G 60 of 255 = 24%
B 56 of 255 = 22%

81
60
56

R + G + B ~ 26%. #513C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 60 + 56 = 197 (100%)
R 81 of 197 ~ 41.12%
G 60 of 197 ~ 30.46%
B 56 of 197 ~ 28.43%

%41.12
%30.46
%28.43

CMYK color model

#513C38 color CMYK value is (0,26,31,68).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 30.86%
  • key color value is 68.24%
CMYK:
(0,26,31,68)
C0M26Y31K68 
(0%,26%,31%,68%)
(0.00/0.26/0.31/0.68)	

CMYK percentages

%0
%25.93
%30.86
%68.24

Codes

Color #513C38 in popluar color models

513C38
RGB816056
HSL10°18.25%26.86%
HSB/HSV10°30.86%31.76%
CMYK0.00%25.93%30.86%
68.24%

Color #513C38 in popluar number systems.

HEX513C38
Decimal816056
Binary1010001111100111000
Octal1217470

Shades and tints

Shades of #513C38

#513C38
(81,60,56)
#4A3733
(74,55,51)
#43322E
(67,50,46)
#3C2D29
(60,45,41)
#352824
(53,40,36)
#2E231F
(46,35,31)
#271E1A
(39,30,26)
#201915
(32,25,21)
#191410
(25,20,16)
#120F0B
(18,15,11)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #513C38

#513C38
(81,60,56)
#604D4A
(96,77,74)
#6F5E5C
(111,94,92)
#7E6F6E
(126,111,110)
#8D8080
(141,128,128)
#9C9192
(156,145,146)
#ABA2A4
(171,162,164)
#BAB3B6
(186,179,182)
#C9C4C8
(201,196,200)
#D8D5DA
(216,213,218)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513C38 color. Also use rgb(81,60,56) instead hex code.

Text Font Color

.myTextColor { color: #513C38; }

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

This text font color is #513C38.


Background Color

.myBgColor { background-color: #513C38; }

<div style="background-color:#513C38">Inner text</div>

This div background color is #513C38.


Border color

.myBorderColor { border: 1px solid #513C38; }

<div style="border:3px solid #513C38">Div</div>

This div border color is #513C38.


Opacity

.myOpacity80 { color: #513C38; opacity: 0.8; }

<p style="color:#513C38;opacity:0.8;">80%</p>

Text with #513C38 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 #513C38;}

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

This text has shadow with #513C38 color.

.textShadow {text-shadow: 3px 3px 1px #513C38, 3px 3px 1px red;}

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

This text has shadow with #513C38 primary color and red secondary color.


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

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

This text has shadow with #513C38 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C38 on black background.


Color preview on white background

This text has color #513C38 on white background.



Black color preview on #513C38 background

This text has black color on #513C38 background.


White color preview on #513C38 background

This text has white color on #513C38 background.