COLOR #513625

HEX: #513625
RGB: (81,54,37)

Color info

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

RGB color model

#513625 color RGB value is (81,54,37).

  • red value is 81;
  • green value is 54;
  • blue value is 37.
RGB:
(81,54,37)
(32%,21%,15%)

RGB channels and saturation

R 81 of 255 = 32%
G 54 of 255 = 21%
B 37 of 255 = 15%

81
54
37

R + G + B ~ 23%. #513625 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 37 = 172 (100%)
R 81 of 172 ~ 47.09%
G 54 of 172 ~ 31.4%
B 37 of 172 ~ 21.51%

%47.09
%31.4
%21.51

CMYK color model

#513625 color CMYK value is (0,33,54,68).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 54.32%
  • key color value is 68.24%
CMYK:
(0,33,54,68)
C0M33Y54K68 
(0%,33%,54%,68%)
(0.00/0.33/0.54/0.68)	

CMYK percentages

%0
%33.33
%54.32
%68.24

Codes

Color #513625 in popluar color models

513625
RGB815437
HSL23°37.29%23.14%
HSB/HSV23°54.32%31.76%
CMYK0.00%33.33%54.32%
68.24%

Color #513625 in popluar number systems.

HEX513625
Decimal815437
Binary1010001110110100101
Octal1216645

Shades and tints

Shades of #513625

#513625
(81,54,37)
#4A3222
(74,50,34)
#432E1F
(67,46,31)
#3C2A1C
(60,42,28)
#352619
(53,38,25)
#2E2216
(46,34,22)
#271E13
(39,30,19)
#201A10
(32,26,16)
#19160D
(25,22,13)
#12120A
(18,18,10)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #513625

#513625
(81,54,37)
#604838
(96,72,56)
#6F5A4B
(111,90,75)
#7E6C5E
(126,108,94)
#8D7E71
(141,126,113)
#9C9084
(156,144,132)
#ABA297
(171,162,151)
#BAB4AA
(186,180,170)
#C9C6BD
(201,198,189)
#D8D8D0
(216,216,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513625 color. Also use rgb(81,54,37) instead hex code.

Text Font Color

.myTextColor { color: #513625; }

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

This text font color is #513625.


Background Color

.myBgColor { background-color: #513625; }

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

This div background color is #513625.


Border color

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

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

This div border color is #513625.


Opacity

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

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

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

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

This text has shadow with #513625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513625 on black background.


Color preview on white background

This text has color #513625 on white background.



Black color preview on #513625 background

This text has black color on #513625 background.


White color preview on #513625 background

This text has white color on #513625 background.