COLOR #513B2C

HEX: #513B2C
RGB: (81,59,44)

Color info

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

RGB color model

#513B2C color RGB value is (81,59,44).

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

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 44 of 255 = 17%

81
59
44

R + G + B ~ 24%. #513B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 44 = 184 (100%)
R 81 of 184 ~ 44.02%
G 59 of 184 ~ 32.07%
B 44 of 184 ~ 23.91%

%44.02
%32.07
%23.91

CMYK color model

#513B2C color CMYK value is (0,27,46,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 45.68%
  • key color value is 68.24%
CMYK:
(0,27,46,68)
C0M27Y46K68 
(0%,27%,46%,68%)
(0.00/0.27/0.46/0.68)	

CMYK percentages

%0
%27.16
%45.68
%68.24

Codes

Color #513B2C in popluar color models

513B2C
RGB815944
HSL24°29.60%24.51%
HSB/HSV24°45.68%31.76%
CMYK0.00%27.16%45.68%
68.24%

Color #513B2C in popluar number systems.

HEX513B2C
Decimal815944
Binary1010001111011101100
Octal1217354

Shades and tints

Shades of #513B2C

#513B2C
(81,59,44)
#4A3628
(74,54,40)
#433124
(67,49,36)
#3C2C20
(60,44,32)
#35271C
(53,39,28)
#2E2218
(46,34,24)
#271D14
(39,29,20)
#201810
(32,24,16)
#19130C
(25,19,12)
#120E08
(18,14,8)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #513B2C

#513B2C
(81,59,44)
#604C3F
(96,76,63)
#6F5D52
(111,93,82)
#7E6E65
(126,110,101)
#8D7F78
(141,127,120)
#9C908B
(156,144,139)
#ABA19E
(171,161,158)
#BAB2B1
(186,178,177)
#C9C3C4
(201,195,196)
#D8D4D7
(216,212,215)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B2C color. Also use rgb(81,59,44) instead hex code.

Text Font Color

.myTextColor { color: #513B2C; }

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

This text font color is #513B2C.


Background Color

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

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

This div background color is #513B2C.


Border color

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

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

This div border color is #513B2C.


Opacity

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

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

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

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

This text has shadow with #513B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B2C on black background.


Color preview on white background

This text has color #513B2C on white background.



Black color preview on #513B2C background

This text has black color on #513B2C background.


White color preview on #513B2C background

This text has white color on #513B2C background.