COLOR #513F4B

HEX: #513F4B
RGB: (81,63,75)

Color info

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

RGB color model

#513F4B color RGB value is (81,63,75).

  • red value is 81;
  • green value is 63;
  • blue value is 75.
RGB:
(81,63,75)
(32%,25%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 75 of 255 = 29%

81
63
75

R + G + B ~ 29%. #513F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 63 + 75 = 219 (100%)
R 81 of 219 ~ 36.99%
G 63 of 219 ~ 28.77%
B 75 of 219 ~ 34.25%

%36.99
%28.77
%34.25

CMYK color model

#513F4B color CMYK value is (0,22,7,68).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(0,22,7,68)
C0M22Y7K68 
(0%,22%,7%,68%)
(0.00/0.22/0.07/0.68)	

CMYK percentages

%0
%22.22
%7.41
%68.24

Codes

Color #513F4B in popluar color models

513F4B
RGB816375
HSL320°12.50%28.24%
HSB/HSV320°22.22%31.76%
CMYK0.00%22.22%7.41%
68.24%

Color #513F4B in popluar number systems.

HEX513F4B
Decimal816375
Binary10100011111111001011
Octal12177113

Shades and tints

Shades of #513F4B

#513F4B
(81,63,75)
#4A3A45
(74,58,69)
#43353F
(67,53,63)
#3C3039
(60,48,57)
#352B33
(53,43,51)
#2E262D
(46,38,45)
#272127
(39,33,39)
#201C21
(32,28,33)
#19171B
(25,23,27)
#121215
(18,18,21)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #513F4B

#513F4B
(81,63,75)
#60505B
(96,80,91)
#6F616B
(111,97,107)
#7E727B
(126,114,123)
#8D838B
(141,131,139)
#9C949B
(156,148,155)
#ABA5AB
(171,165,171)
#BAB6BB
(186,182,187)
#C9C7CB
(201,199,203)
#D8D8DB
(216,216,219)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513F4B color. Also use rgb(81,63,75) instead hex code.

Text Font Color

.myTextColor { color: #513F4B; }

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

This text font color is #513F4B.


Background Color

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

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

This div background color is #513F4B.


Border color

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

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

This div border color is #513F4B.


Opacity

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

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

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

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

This text has shadow with #513F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F4B on black background.


Color preview on white background

This text has color #513F4B on white background.



Black color preview on #513F4B background

This text has black color on #513F4B background.


White color preview on #513F4B background

This text has white color on #513F4B background.