COLOR #513745

HEX: #513745
RGB: (81,55,69)

Color info

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

RGB color model

#513745 color RGB value is (81,55,69).

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

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 69 of 255 = 27%

81
55
69

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

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 69 = 205 (100%)
R 81 of 205 ~ 39.51%
G 55 of 205 ~ 26.83%
B 69 of 205 ~ 33.66%

%39.51
%26.83
%33.66

CMYK color model

#513745 color CMYK value is (0,32,15,68).

  • cyan value is 0.00%
  • magenta value is 32.10%
  • yellow value is 14.81%
  • key color value is 68.24%
CMYK:
(0,32,15,68)
C0M32Y15K68 
(0%,32%,15%,68%)
(0.00/0.32/0.15/0.68)	

CMYK percentages

%0
%32.1
%14.81
%68.24

Codes

Color #513745 in popluar color models

513745
RGB815569
HSL328°19.12%26.67%
HSB/HSV328°32.10%31.76%
CMYK0.00%32.10%14.81%
68.24%

Color #513745 in popluar number systems.

HEX513745
Decimal815569
Binary10100011101111000101
Octal12167105

Shades and tints

Shades of #513745

#513745
(81,55,69)
#4A323F
(74,50,63)
#432D39
(67,45,57)
#3C2833
(60,40,51)
#35232D
(53,35,45)
#2E1E27
(46,30,39)
#271921
(39,25,33)
#20141B
(32,20,27)
#190F15
(25,15,21)
#120A0F
(18,10,15)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #513745

#513745
(81,55,69)
#604955
(96,73,85)
#6F5B65
(111,91,101)
#7E6D75
(126,109,117)
#8D7F85
(141,127,133)
#9C9195
(156,145,149)
#ABA3A5
(171,163,165)
#BAB5B5
(186,181,181)
#C9C7C5
(201,199,197)
#D8D9D5
(216,217,213)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513745; }

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

This text font color is #513745.


Background Color

.myBgColor { background-color: #513745; }

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

This div background color is #513745.


Border color

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

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

This div border color is #513745.


Opacity

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

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

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

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

This text has shadow with #513745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513745 on black background.


Color preview on white background

This text has color #513745 on white background.



Black color preview on #513745 background

This text has black color on #513745 background.


White color preview on #513745 background

This text has white color on #513745 background.