COLOR #513D4A

HEX: #513D4A
RGB: (81,61,74)

Color info

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

RGB color model

#513D4A color RGB value is (81,61,74).

  • red value is 81;
  • green value is 61;
  • blue value is 74.
RGB:
(81,61,74)
(32%,24%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 74 of 255 = 29%

81
61
74

R + G + B ~ 28%. #513D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 74 = 216 (100%)
R 81 of 216 ~ 37.5%
G 61 of 216 ~ 28.24%
B 74 of 216 ~ 34.26%

%37.5
%28.24
%34.26

CMYK color model

#513D4A color CMYK value is (0,25,9,68).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(0,25,9,68)
C0M25Y9K68 
(0%,25%,9%,68%)
(0.00/0.25/0.09/0.68)	

CMYK percentages

%0
%24.69
%8.64
%68.24

Codes

Color #513D4A in popluar color models

513D4A
RGB816174
HSL321°14.08%27.84%
HSB/HSV321°24.69%31.76%
CMYK0.00%24.69%8.64%
68.24%

Color #513D4A in popluar number systems.

HEX513D4A
Decimal816174
Binary10100011111011001010
Octal12175112

Shades and tints

Shades of #513D4A

#513D4A
(81,61,74)
#4A3844
(74,56,68)
#43333E
(67,51,62)
#3C2E38
(60,46,56)
#352932
(53,41,50)
#2E242C
(46,36,44)
#271F26
(39,31,38)
#201A20
(32,26,32)
#19151A
(25,21,26)
#121014
(18,16,20)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #513D4A

#513D4A
(81,61,74)
#604E5A
(96,78,90)
#6F5F6A
(111,95,106)
#7E707A
(126,112,122)
#8D818A
(141,129,138)
#9C929A
(156,146,154)
#ABA3AA
(171,163,170)
#BAB4BA
(186,180,186)
#C9C5CA
(201,197,202)
#D8D6DA
(216,214,218)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D4A color. Also use rgb(81,61,74) instead hex code.

Text Font Color

.myTextColor { color: #513D4A; }

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

This text font color is #513D4A.


Background Color

.myBgColor { background-color: #513D4A; }

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

This div background color is #513D4A.


Border color

.myBorderColor { border: 1px solid #513D4A; }

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

This div border color is #513D4A.


Opacity

.myOpacity80 { color: #513D4A; opacity: 0.8; }

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

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

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

This text has shadow with #513D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D4A on black background.


Color preview on white background

This text has color #513D4A on white background.



Black color preview on #513D4A background

This text has black color on #513D4A background.


White color preview on #513D4A background

This text has white color on #513D4A background.