COLOR #513B3C

HEX: #513B3C RGB: (81,59,60)

Color info

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

RGB color model

#513B3C color RGB value is (81,59,60).

RGB: (81,59,60) (32%, 23%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 60 of 255 = 24%

81
59
60

R + G + B ~ 26%. #513B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 59 + 60 = 200 (100%)
R 81 of 200 ~ 40.5%
G 59 of 200 ~ 29.5%
B 60 of 200 ~ 30'%

%40.5
%29.5
%30

CMYK color model

#513B3C color CMYK value is (0,27,26,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 25.93%
  • key color value is 68.24%

CMYK: (0,27,26,68)
C0M27Y26K68 (0%, 27%, 26%, 68%)
(0.00 / 0.27 / 0.26 / 0.68)

CMYK percentages

%0
%27.16
%25.93
%68.24

Codes

Color #513B3C in popluar color models

51 3B 3C
RGB 81 59 60
HSL 357° 15.71% 27.45%
HSB/HSV 357° 27.16% 31.76%
CMYK 0.00% 27.16% 25.93%
68.24%

Color #513B3C in popluar number systems.

HEX 51 3B 3C
Decimal 81 59 60
Binary 1010001 111011 111100
Octal 121 73 74

Shades and tints

Shades of #513B3C

#513B3C
(81,59,60)
#4A3637
(74,54,55)
#433132
(67,49,50)
#3C2C2D
(60,44,45)
#352728
(53,39,40)
#2E2223
(46,34,35)
#271D1E
(39,29,30)
#201819
(32,24,25)
#191314
(25,19,20)
#120E0F
(18,14,15)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #513B3C

#513B3C
(81,59,60)
#604C4D
(96,76,77)
#6F5D5E
(111,93,94)
#7E6E6F
(126,110,111)
#8D7F80
(141,127,128)
#9C9091
(156,144,145)
#ABA1A2
(171,161,162)
#BAB2B3
(186,178,179)
#C9C3C4
(201,195,196)
#D8D4D5
(216,212,213)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B3C color. Also use rgb(81,59,60) instead hex code.

Text Font Color

.myTextColor { color: #513B3C; }

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

This text font color is #513B3C.

Background Color

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

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

This div background color is #513B3C.

Border color

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

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

This div border color is #513B3C.

Opacity

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

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

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

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

This text has shadow with #513B3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513B3C.

Preview

Color preview on black background

This text has color #513B3C on black background.


Color preview on white background

This text has color #513B3C on white background.


Black color preview on #513B3C background

This text has black color on #513B3C background.


White color preview on #513B3C background

This text has white color on #513B3C background.


Related colors

Complementary color

Complementary color for #hex is #AEC4C3.


I love getcolorcode.com

Triadic colors

1 #3C513B and #3B3C51 with #513B3C are triadic colors.

2 #3C3B51 and #3B513C with #513B3C are triadic colors.