COLOR #513641

HEX: #513641
RGB: (81,54,65)

Color info

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

RGB color model

#513641 color RGB value is (81,54,65).

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

RGB channels and saturation

R 81 of 255 = 32%
G 54 of 255 = 21%
B 65 of 255 = 25%

81
54
65

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

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 65 = 200 (100%)
R 81 of 200 ~ 40.5%
G 54 of 200 ~ 27%
B 65 of 200 ~ 32.5%

%40.5
%27
%32.5

CMYK color model

#513641 color CMYK value is (0,33,20,68).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 19.75%
  • key color value is 68.24%
CMYK:
(0,33,20,68)
C0M33Y20K68 
(0%,33%,20%,68%)
(0.00/0.33/0.20/0.68)	

CMYK percentages

%0
%33.33
%19.75
%68.24

Codes

Color #513641 in popluar color models

513641
RGB815465
HSL336°20.00%26.47%
HSB/HSV336°33.33%31.76%
CMYK0.00%33.33%19.75%
68.24%

Color #513641 in popluar number systems.

HEX513641
Decimal815465
Binary10100011101101000001
Octal12166101

Shades and tints

Shades of #513641

#513641
(81,54,65)
#4A323C
(74,50,60)
#432E37
(67,46,55)
#3C2A32
(60,42,50)
#35262D
(53,38,45)
#2E2228
(46,34,40)
#271E23
(39,30,35)
#201A1E
(32,26,30)
#191619
(25,22,25)
#121214
(18,18,20)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #513641

#513641
(81,54,65)
#604852
(96,72,82)
#6F5A63
(111,90,99)
#7E6C74
(126,108,116)
#8D7E85
(141,126,133)
#9C9096
(156,144,150)
#ABA2A7
(171,162,167)
#BAB4B8
(186,180,184)
#C9C6C9
(201,198,201)
#D8D8DA
(216,216,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513641; }

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

This text font color is #513641.


Background Color

.myBgColor { background-color: #513641; }

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

This div background color is #513641.


Border color

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

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

This div border color is #513641.


Opacity

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

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

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

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

This text has shadow with #513641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513641 on black background.


Color preview on white background

This text has color #513641 on white background.



Black color preview on #513641 background

This text has black color on #513641 background.


White color preview on #513641 background

This text has white color on #513641 background.