COLOR #513230

HEX: #513230
RGB: (81,50,48)

Color info

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

RGB color model

#513230 color RGB value is (81,50,48).

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

RGB channels and saturation

R 81 of 255 = 32%
G 50 of 255 = 20%
B 48 of 255 = 19%

81
50
48

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

Portions of RGB colors in percentages

R + G + B =
81 + 50 + 48 = 179 (100%)
R 81 of 179 ~ 45.25%
G 50 of 179 ~ 27.93%
B 48 of 179 ~ 26.82%

%45.25
%27.93
%26.82

CMYK color model

#513230 color CMYK value is (0,38,41,68).

  • cyan value is 0.00%
  • magenta value is 38.27%
  • yellow value is 40.74%
  • key color value is 68.24%
CMYK:
(0,38,41,68)
C0M38Y41K68 
(0%,38%,41%,68%)
(0.00/0.38/0.41/0.68)	

CMYK percentages

%0
%38.27
%40.74
%68.24

Codes

Color #513230 in popluar color models

513230
RGB815048
HSL25.58%25.29%
HSB/HSV40.74%31.76%
CMYK0.00%38.27%40.74%
68.24%

Color #513230 in popluar number systems.

HEX513230
Decimal815048
Binary1010001110010110000
Octal1216260

Shades and tints

Shades of #513230

#513230
(81,50,48)
#4A2E2C
(74,46,44)
#432A28
(67,42,40)
#3C2624
(60,38,36)
#352220
(53,34,32)
#2E1E1C
(46,30,28)
#271A18
(39,26,24)
#201614
(32,22,20)
#191210
(25,18,16)
#120E0C
(18,14,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #513230

#513230
(81,50,48)
#604442
(96,68,66)
#6F5654
(111,86,84)
#7E6866
(126,104,102)
#8D7A78
(141,122,120)
#9C8C8A
(156,140,138)
#AB9E9C
(171,158,156)
#BAB0AE
(186,176,174)
#C9C2C0
(201,194,192)
#D8D4D2
(216,212,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513230; }

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

This text font color is #513230.


Background Color

.myBgColor { background-color: #513230; }

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

This div background color is #513230.


Border color

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

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

This div border color is #513230.


Opacity

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

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

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

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

This text has shadow with #513230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513230 on black background.


Color preview on white background

This text has color #513230 on white background.



Black color preview on #513230 background

This text has black color on #513230 background.


White color preview on #513230 background

This text has white color on #513230 background.