COLOR #513B05

HEX: #513B05 RGB: (81,59,5)

Color info

#513B05 contains mainly red and green colors. Web safe color of #513B05 is #663300 (or #630).

RGB color model

#513B05 color RGB value is (81,59,5).

RGB: (81,59,5) (32%, 23%, 2%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 5 of 255 = 2%

81
59
5

R + G + B ~ 19%. #513B05 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 59 + 5 = 145 (100%)
R 81 of 145 ~ 55.86%
G 59 of 145 ~ 40.69%
B 5 of 145 ~ 3.45'%

%55.86
%40.69

CMYK color model

#513B05 color CMYK value is (0,27,94,68).

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

CMYK: (0,27,94,68)
C0M27Y94K68 (0%, 27%, 94%, 68%)
(0.00 / 0.27 / 0.94 / 0.68)

CMYK percentages

%0
%27.16
%93.83
%68.24

Codes

Color #513B05 in popluar color models

51 3B 05
RGB 81 59 5
HSL 43° 88.37% 16.86%
HSB/HSV 43° 93.83% 31.76%
CMYK 0.00% 27.16% 93.83%
68.24%

Color #513B05 in popluar number systems.

HEX 51 3B 05
Decimal 81 59 5
Binary 1010001 111011 101
Octal 121 73 5

Shades and tints

Shades of #513B05

#513B05
(81,59,5)
#4A3605
(74,54,5)
#433105
(67,49,5)
#3C2C05
(60,44,5)
#352705
(53,39,5)
#2E2205
(46,34,5)
#271D05
(39,29,5)
#201805
(32,24,5)
#191305
(25,19,5)
#120E05
(18,14,5)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #513B05

#513B05
(81,59,5)
#604C1B
(96,76,27)
#6F5D31
(111,93,49)
#7E6E47
(126,110,71)
#8D7F5D
(141,127,93)
#9C9073
(156,144,115)
#ABA189
(171,161,137)
#BAB29F
(186,178,159)
#C9C3B5
(201,195,181)
#D8D4CB
(216,212,203)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B05; }

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

This text font color is #513B05.

Background Color

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

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

This div background color is #513B05.

Border color

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

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

This div border color is #513B05.

Opacity

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

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

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

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

This text has shadow with #513B05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513B05.

Preview

Color preview on black background

This text has color #513B05 on black background.


Color preview on white background

This text has color #513B05 on white background.


Black color preview on #513B05 background

This text has black color on #513B05 background.


White color preview on #513B05 background

This text has white color on #513B05 background.


Related colors

Complementary color

Complementary color for #hex is #AEC4FA.


I love getcolorcode.com

Triadic colors

1 #05513B and #3B0551 with #513B05 are triadic colors.

2 #053B51 and #3B5105 with #513B05 are triadic colors.