COLOR #513B3A

HEX: #513B3A
RGB: (81,59,58)

Color info

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

RGB color model

#513B3A color RGB value is (81,59,58).

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

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 58 of 255 = 23%

81
59
58

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

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 58 = 198 (100%)
R 81 of 198 ~ 40.91%
G 59 of 198 ~ 29.8%
B 58 of 198 ~ 29.29%

%40.91
%29.8
%29.29

CMYK color model

#513B3A color CMYK value is (0,27,28,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 28.40%
  • key color value is 68.24%
CMYK:
(0,27,28,68)
C0M27Y28K68 
(0%,27%,28%,68%)
(0.00/0.27/0.28/0.68)	

CMYK percentages

%0
%27.16
%28.4
%68.24

Codes

Color #513B3A in popluar color models

513B3A
RGB815958
HSL16.55%27.25%
HSB/HSV28.40%31.76%
CMYK0.00%27.16%28.40%
68.24%

Color #513B3A in popluar number systems.

HEX513B3A
Decimal815958
Binary1010001111011111010
Octal1217372

Shades and tints

Shades of #513B3A

#513B3A
(81,59,58)
#4A3635
(74,54,53)
#433130
(67,49,48)
#3C2C2B
(60,44,43)
#352726
(53,39,38)
#2E2221
(46,34,33)
#271D1C
(39,29,28)
#201817
(32,24,23)
#191312
(25,19,18)
#120E0D
(18,14,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #513B3A

#513B3A
(81,59,58)
#604C4B
(96,76,75)
#6F5D5C
(111,93,92)
#7E6E6D
(126,110,109)
#8D7F7E
(141,127,126)
#9C908F
(156,144,143)
#ABA1A0
(171,161,160)
#BAB2B1
(186,178,177)
#C9C3C2
(201,195,194)
#D8D4D3
(216,212,211)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B3A; }

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

This text font color is #513B3A.


Background Color

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

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

This div background color is #513B3A.


Border color

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

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

This div border color is #513B3A.


Opacity

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

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

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

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

This text has shadow with #513B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B3A on black background.


Color preview on white background

This text has color #513B3A on white background.



Black color preview on #513B3A background

This text has black color on #513B3A background.


White color preview on #513B3A background

This text has white color on #513B3A background.