COLOR #513F4F

HEX: #513F4F RGB: (81,63,79)

Color info

#513F4F contains red, green and blue colors in about the same proportion. Web safe color of #513F4F is #663366 (or #636).

RGB color model

#513F4F color RGB value is (81,63,79).

RGB: (81,63,79) (32%, 25%, 31%)

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 79 of 255 = 31%

81
63
79

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

Portions of RGB colors in percentages

R + G + B = 81 + 63 + 79 = 223 (100%)
R 81 of 223 ~ 36.32%
G 63 of 223 ~ 28.25%
B 79 of 223 ~ 35.43'%

%36.32
%28.25
%35.43

CMYK color model

#513F4F color CMYK value is (0,22,2,68).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 2.47%
  • key color value is 68.24%

CMYK: (0,22,2,68)
C0M22Y2K68 (0%, 22%, 2%, 68%)
(0.00 / 0.22 / 0.02 / 0.68)

CMYK percentages

%0
%22.22
%2.47
%68.24

Codes

Color #513F4F in popluar color models

51 3F 4F
RGB 81 63 79
HSL 307° 12.50% 28.24%
HSB/HSV 307° 22.22% 31.76%
CMYK 0.00% 22.22% 2.47%
68.24%

Color #513F4F in popluar number systems.

HEX 51 3F 4F
Decimal 81 63 79
Binary 1010001 111111 1001111
Octal 121 77 117

Shades and tints

Shades of #513F4F

#513F4F
(81,63,79)
#4A3A48
(74,58,72)
#433541
(67,53,65)
#3C303A
(60,48,58)
#352B33
(53,43,51)
#2E262C
(46,38,44)
#272125
(39,33,37)
#201C1E
(32,28,30)
#191717
(25,23,23)
#121210
(18,18,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #513F4F

#513F4F
(81,63,79)
#60505F
(96,80,95)
#6F616F
(111,97,111)
#7E727F
(126,114,127)
#8D838F
(141,131,143)
#9C949F
(156,148,159)
#ABA5AF
(171,165,175)
#BAB6BF
(186,182,191)
#C9C7CF
(201,199,207)
#D8D8DF
(216,216,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513F4F; }

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

This text font color is #513F4F.

Background Color

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

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

This div background color is #513F4F.

Border color

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

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

This div border color is #513F4F.

Opacity

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

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

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

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

This text has shadow with #513F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513F4F.

Preview

Color preview on black background

This text has color #513F4F on black background.


Color preview on white background

This text has color #513F4F on white background.


Black color preview on #513F4F background

This text has black color on #513F4F background.


White color preview on #513F4F background

This text has white color on #513F4F background.


Related colors

Complementary color

Complementary color for #hex is #AEC0B0.


I love getcolorcode.com

Triadic colors

1 #4F513F and #3F4F51 with #513F4F are triadic colors.

2 #4F3F51 and #3F514F with #513F4F are triadic colors.