COLOR #513F22

HEX: #513F22
RGB: (81,63,34)

Color info

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

RGB color model

#513F22 color RGB value is (81,63,34).

  • red value is 81;
  • green value is 63;
  • blue value is 34.
RGB:
(81,63,34)
(32%,25%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 34 of 255 = 13%

81
63
34

R + G + B ~ 23%. #513F22 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 63 + 34 = 178 (100%)
R 81 of 178 ~ 45.51%
G 63 of 178 ~ 35.39%
B 34 of 178 ~ 19.1%

%45.51
%35.39
%19.1

CMYK color model

#513F22 color CMYK value is (0,22,58,68).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 58.02%
  • key color value is 68.24%
CMYK:
(0,22,58,68)
C0M22Y58K68 
(0%,22%,58%,68%)
(0.00/0.22/0.58/0.68)	

CMYK percentages

%0
%22.22
%58.02
%68.24

Codes

Color #513F22 in popluar color models

513F22
RGB816334
HSL37°40.87%22.55%
HSB/HSV37°58.02%31.76%
CMYK0.00%22.22%58.02%
68.24%

Color #513F22 in popluar number systems.

HEX513F22
Decimal816334
Binary1010001111111100010
Octal1217742

Shades and tints

Shades of #513F22

#513F22
(81,63,34)
#4A3A1F
(74,58,31)
#43351C
(67,53,28)
#3C3019
(60,48,25)
#352B16
(53,43,22)
#2E2613
(46,38,19)
#272110
(39,33,16)
#201C0D
(32,28,13)
#19170A
(25,23,10)
#121207
(18,18,7)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #513F22

#513F22
(81,63,34)
#605036
(96,80,54)
#6F614A
(111,97,74)
#7E725E
(126,114,94)
#8D8372
(141,131,114)
#9C9486
(156,148,134)
#ABA59A
(171,165,154)
#BAB6AE
(186,182,174)
#C9C7C2
(201,199,194)
#D8D8D6
(216,216,214)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513F22 color. Also use rgb(81,63,34) instead hex code.

Text Font Color

.myTextColor { color: #513F22; }

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

This text font color is #513F22.


Background Color

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

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

This div background color is #513F22.


Border color

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

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

This div border color is #513F22.


Opacity

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

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

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

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

This text has shadow with #513F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F22 on black background.


Color preview on white background

This text has color #513F22 on white background.



Black color preview on #513F22 background

This text has black color on #513F22 background.


White color preview on #513F22 background

This text has white color on #513F22 background.