COLOR #513432

HEX: #513432
RGB: (81,52,50)

Color info

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

RGB color model

#513432 color RGB value is (81,52,50).

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

RGB channels and saturation

R 81 of 255 = 32%
G 52 of 255 = 20%
B 50 of 255 = 20%

81
52
50

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

Portions of RGB colors in percentages

R + G + B =
81 + 52 + 50 = 183 (100%)
R 81 of 183 ~ 44.26%
G 52 of 183 ~ 28.42%
B 50 of 183 ~ 27.32%

%44.26
%28.42
%27.32

CMYK color model

#513432 color CMYK value is (0,36,38,68).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 38.27%
  • key color value is 68.24%
CMYK:
(0,36,38,68)
C0M36Y38K68 
(0%,36%,38%,68%)
(0.00/0.36/0.38/0.68)	

CMYK percentages

%0
%35.8
%38.27
%68.24

Codes

Color #513432 in popluar color models

513432
RGB815250
HSL23.66%25.69%
HSB/HSV38.27%31.76%
CMYK0.00%35.80%38.27%
68.24%

Color #513432 in popluar number systems.

HEX513432
Decimal815250
Binary1010001110100110010
Octal1216462

Shades and tints

Shades of #513432

#513432
(81,52,50)
#4A302E
(74,48,46)
#432C2A
(67,44,42)
#3C2826
(60,40,38)
#352422
(53,36,34)
#2E201E
(46,32,30)
#271C1A
(39,28,26)
#201816
(32,24,22)
#191412
(25,20,18)
#12100E
(18,16,14)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #513432

#513432
(81,52,50)
#604644
(96,70,68)
#6F5856
(111,88,86)
#7E6A68
(126,106,104)
#8D7C7A
(141,124,122)
#9C8E8C
(156,142,140)
#ABA09E
(171,160,158)
#BAB2B0
(186,178,176)
#C9C4C2
(201,196,194)
#D8D6D4
(216,214,212)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513432; }

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

This text font color is #513432.


Background Color

.myBgColor { background-color: #513432; }

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

This div background color is #513432.


Border color

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

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

This div border color is #513432.


Opacity

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

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

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

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

This text has shadow with #513432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513432 on black background.


Color preview on white background

This text has color #513432 on white background.



Black color preview on #513432 background

This text has black color on #513432 background.


White color preview on #513432 background

This text has white color on #513432 background.