COLOR #513437

HEX: #513437
RGB: (81,52,55)

Color info

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

RGB color model

#513437 color RGB value is (81,52,55).

  • red value is 81;
  • green value is 52;
  • blue value is 55.
RGB:
(81,52,55)
(32%,20%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 52 of 255 = 20%
B 55 of 255 = 22%

81
52
55

R + G + B ~ 25%. #513437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 52 + 55 = 188 (100%)
R 81 of 188 ~ 43.09%
G 52 of 188 ~ 27.66%
B 55 of 188 ~ 29.26%

%43.09
%27.66
%29.26

CMYK color model

#513437 color CMYK value is (0,36,32,68).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(0,36,32,68)
C0M36Y32K68 
(0%,36%,32%,68%)
(0.00/0.36/0.32/0.68)	

CMYK percentages

%0
%35.8
%32.1
%68.24

Codes

Color #513437 in popluar color models

513437
RGB815255
HSL354°21.80%26.08%
HSB/HSV354°35.80%31.76%
CMYK0.00%35.80%32.10%
68.24%

Color #513437 in popluar number systems.

HEX513437
Decimal815255
Binary1010001110100110111
Octal1216467

Shades and tints

Shades of #513437

#513437
(81,52,55)
#4A3032
(74,48,50)
#432C2D
(67,44,45)
#3C2828
(60,40,40)
#352423
(53,36,35)
#2E201E
(46,32,30)
#271C19
(39,28,25)
#201814
(32,24,20)
#19140F
(25,20,15)
#12100A
(18,16,10)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #513437

#513437
(81,52,55)
#604649
(96,70,73)
#6F585B
(111,88,91)
#7E6A6D
(126,106,109)
#8D7C7F
(141,124,127)
#9C8E91
(156,142,145)
#ABA0A3
(171,160,163)
#BAB2B5
(186,178,181)
#C9C4C7
(201,196,199)
#D8D6D9
(216,214,217)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513437 color. Also use rgb(81,52,55) instead hex code.

Text Font Color

.myTextColor { color: #513437; }

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

This text font color is #513437.


Background Color

.myBgColor { background-color: #513437; }

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

This div background color is #513437.


Border color

.myBorderColor { border: 1px solid #513437; }

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

This div border color is #513437.


Opacity

.myOpacity80 { color: #513437; opacity: 0.8; }

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

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

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

This text has shadow with #513437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513437 on black background.


Color preview on white background

This text has color #513437 on white background.



Black color preview on #513437 background

This text has black color on #513437 background.


White color preview on #513437 background

This text has white color on #513437 background.