COLOR #513743

HEX: #513743
RGB: (81,55,67)

Color info

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

RGB color model

#513743 color RGB value is (81,55,67).

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

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 67 of 255 = 26%

81
55
67

R + G + B ~ 27%. #513743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 67 = 203 (100%)
R 81 of 203 ~ 39.9%
G 55 of 203 ~ 27.09%
B 67 of 203 ~ 33%

%39.9
%27.09
%33

CMYK color model

#513743 color CMYK value is (0,32,17,68).

  • cyan value is 0.00%
  • magenta value is 32.10%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK:
(0,32,17,68)
C0M32Y17K68 
(0%,32%,17%,68%)
(0.00/0.32/0.17/0.68)	

CMYK percentages

%0
%32.1
%17.28
%68.24

Codes

Color #513743 in popluar color models

513743
RGB815567
HSL332°19.12%26.67%
HSB/HSV332°32.10%31.76%
CMYK0.00%32.10%17.28%
68.24%

Color #513743 in popluar number systems.

HEX513743
Decimal815567
Binary10100011101111000011
Octal12167103

Shades and tints

Shades of #513743

#513743
(81,55,67)
#4A323D
(74,50,61)
#432D37
(67,45,55)
#3C2831
(60,40,49)
#35232B
(53,35,43)
#2E1E25
(46,30,37)
#27191F
(39,25,31)
#201419
(32,20,25)
#190F13
(25,15,19)
#120A0D
(18,10,13)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #513743

#513743
(81,55,67)
#604954
(96,73,84)
#6F5B65
(111,91,101)
#7E6D76
(126,109,118)
#8D7F87
(141,127,135)
#9C9198
(156,145,152)
#ABA3A9
(171,163,169)
#BAB5BA
(186,181,186)
#C9C7CB
(201,199,203)
#D8D9DC
(216,217,220)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513743; }

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

This text font color is #513743.


Background Color

.myBgColor { background-color: #513743; }

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

This div background color is #513743.


Border color

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

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

This div border color is #513743.


Opacity

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

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

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

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

This text has shadow with #513743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513743 on black background.


Color preview on white background

This text has color #513743 on white background.



Black color preview on #513743 background

This text has black color on #513743 background.


White color preview on #513743 background

This text has white color on #513743 background.