COLOR #513F1B

HEX: #513F1B RGB: (81,63,27)

Color info

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

RGB color model

#513F1B color RGB value is (81,63,27).

RGB: (81,63,27) (32%, 25%, 11%)

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 27 of 255 = 11%

81
63
27

R + G + B ~ 23%. #513F1B is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 63 + 27 = 171 (100%)
R 81 of 171 ~ 47.37%
G 63 of 171 ~ 36.84%
B 27 of 171 ~ 15.79'%

%47.37
%36.84
%15.79

CMYK color model

#513F1B color CMYK value is (0,22,67,68).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 66.67%
  • key color value is 68.24%
CMYK: (0,22,67,68) C0M22Y67K68 (0%,22%,67%,68%) (0.00/0.22/0.67/0.68) 

CMYK percentages

%0
%22.22
%66.67
%68.24

Codes

Color #513F1B in popluar color models

51 3F 1B
RGB 81 63 27
HSL 40° 50.00% 21.18%
HSB/HSV 40° 66.67% 31.76%
CMYK 0.00% 22.22% 66.67%
68.24%

Color #513F1B in popluar number systems.

HEX 51 3F 1B
Decimal 81 63 27
Binary 1010001 111111 11011
Octal 121 77 33

Shades and tints

Shades of #513F1B

#513F1B
(81,63,27)
#4A3A19
(74,58,25)
#433517
(67,53,23)
#3C3015
(60,48,21)
#352B13
(53,43,19)
#2E2611
(46,38,17)
#27210F
(39,33,15)
#201C0D
(32,28,13)
#19170B
(25,23,11)
#121209
(18,18,9)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #513F1B

#513F1B
(81,63,27)
#60502F
(96,80,47)
#6F6143
(111,97,67)
#7E7257
(126,114,87)
#8D836B
(141,131,107)
#9C947F
(156,148,127)
#ABA593
(171,165,147)
#BAB6A7
(186,182,167)
#C9C7BB
(201,199,187)
#D8D8CF
(216,216,207)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513F1B; }

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

This text font color is #513F1B.

Background Color

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

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

This div background color is #513F1B.

Border color

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

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

This div border color is #513F1B.

Opacity

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

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

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

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

This text has shadow with #513F1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513F1B.

Preview

Color preview on black background

This text has color #513F1B on black background.


Color preview on white background

This text has color #513F1B on white background.


Black color preview on #513F1B background

This text has black color on #513F1B background.


White color preview on #513F1B background

This text has white color on #513F1B background.


Related colors

Complementary color

Complementary color for #hex is #AEC0E4.


I love getcolorcode.com

Triadic colors

1 #1B513F and #3F1B51 with #513F1B are triadic colors.

2 #1B3F51 and #3F511B with #513F1B are triadic colors.