COLOR #513F3F

HEX: #513F3F
RGB: (81,63,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
63
63

R + G + B ~ 27%. #513F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 63 + 63 = 207 (100%)
R 81 of 207 ~ 39.13%
G 63 of 207 ~ 30.43%
B 63 of 207 ~ 30.43%

%39.13
%30.43
%30.43

CMYK color model

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

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

CMYK percentages

%0
%22.22
%22.22
%68.24

Codes

Color #513F3F in popluar color models

513F3F
RGB816363
HSL12.50%28.24%
HSB/HSV22.22%31.76%
CMYK0.00%22.22%22.22%
68.24%

Color #513F3F in popluar number systems.

HEX513F3F
Decimal816363
Binary1010001111111111111
Octal1217777

Shades and tints

Shades of #513F3F

#513F3F
(81,63,63)
#4A3A3A
(74,58,58)
#433535
(67,53,53)
#3C3030
(60,48,48)
#352B2B
(53,43,43)
#2E2626
(46,38,38)
#272121
(39,33,33)
#201C1C
(32,28,28)
#191717
(25,23,23)
#121212
(18,18,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #513F3F

#513F3F
(81,63,63)
#605050
(96,80,80)
#6F6161
(111,97,97)
#7E7272
(126,114,114)
#8D8383
(141,131,131)
#9C9494
(156,148,148)
#ABA5A5
(171,165,165)
#BAB6B6
(186,182,182)
#C9C7C7
(201,199,199)
#D8D8D8
(216,216,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513F3F; }

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

This text font color is #513F3F.


Background Color

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

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

This div background color is #513F3F.


Border color

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

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

This div border color is #513F3F.


Opacity

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

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

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

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

This text has shadow with #513F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F3F on black background.


Color preview on white background

This text has color #513F3F on white background.



Black color preview on #513F3F background

This text has black color on #513F3F background.


White color preview on #513F3F background

This text has white color on #513F3F background.