COLOR #513E4A

HEX: #513E4A
RGB: (81,62,74)

Color info

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

RGB color model

#513E4A color RGB value is (81,62,74).

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

RGB channels and saturation

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

81
62
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 62 + 74 = 217 (100%)
R 81 of 217 ~ 37.33%
G 62 of 217 ~ 28.57%
B 74 of 217 ~ 34.1%

%37.33
%28.57
%34.1

CMYK color model

#513E4A color CMYK value is (0,23,9,68).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(0,23,9,68)
C0M23Y9K68 
(0%,23%,9%,68%)
(0.00/0.23/0.09/0.68)	

CMYK percentages

%0
%23.46
%8.64
%68.24

Codes

Color #513E4A in popluar color models

513E4A
RGB816274
HSL322°13.29%28.04%
HSB/HSV322°23.46%31.76%
CMYK0.00%23.46%8.64%
68.24%

Color #513E4A in popluar number systems.

HEX513E4A
Decimal816274
Binary10100011111101001010
Octal12176112

Shades and tints

Shades of #513E4A

#513E4A
(81,62,74)
#4A3944
(74,57,68)
#43343E
(67,52,62)
#3C2F38
(60,47,56)
#352A32
(53,42,50)
#2E252C
(46,37,44)
#272026
(39,32,38)
#201B20
(32,27,32)
#19161A
(25,22,26)
#121114
(18,17,20)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #513E4A

#513E4A
(81,62,74)
#604F5A
(96,79,90)
#6F606A
(111,96,106)
#7E717A
(126,113,122)
#8D828A
(141,130,138)
#9C939A
(156,147,154)
#ABA4AA
(171,164,170)
#BAB5BA
(186,181,186)
#C9C6CA
(201,198,202)
#D8D7DA
(216,215,218)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513E4A; }

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

This text font color is #513E4A.


Background Color

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

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

This div background color is #513E4A.


Border color

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

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

This div border color is #513E4A.


Opacity

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

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

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

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

This text has shadow with #513E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513E4A on black background.


Color preview on white background

This text has color #513E4A on white background.



Black color preview on #513E4A background

This text has black color on #513E4A background.


White color preview on #513E4A background

This text has white color on #513E4A background.