COLOR #513027

HEX: #513027
RGB: (81,48,39)

Color info

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

RGB color model

#513027 color RGB value is (81,48,39).

  • red value is 81;
  • green value is 48;
  • blue value is 39.
RGB:
(81,48,39)
(32%,19%,15%)

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 39 of 255 = 15%

81
48
39

R + G + B ~ 22%. #513027 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 39 = 168 (100%)
R 81 of 168 ~ 48.21%
G 48 of 168 ~ 28.57%
B 39 of 168 ~ 23.21%

%48.21
%28.57
%23.21

CMYK color model

#513027 color CMYK value is (0,41,52,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 51.85%
  • key color value is 68.24%
CMYK:
(0,41,52,68)
C0M41Y52K68 
(0%,41%,52%,68%)
(0.00/0.41/0.52/0.68)	

CMYK percentages

%0
%40.74
%51.85
%68.24

Codes

Color #513027 in popluar color models

513027
RGB814839
HSL13°35.00%23.53%
HSB/HSV13°51.85%31.76%
CMYK0.00%40.74%51.85%
68.24%

Color #513027 in popluar number systems.

HEX513027
Decimal814839
Binary1010001110000100111
Octal1216047

Shades and tints

Shades of #513027

#513027
(81,48,39)
#4A2C24
(74,44,36)
#432821
(67,40,33)
#3C241E
(60,36,30)
#35201B
(53,32,27)
#2E1C18
(46,28,24)
#271815
(39,24,21)
#201412
(32,20,18)
#19100F
(25,16,15)
#120C0C
(18,12,12)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #513027

#513027
(81,48,39)
#60423A
(96,66,58)
#6F544D
(111,84,77)
#7E6660
(126,102,96)
#8D7873
(141,120,115)
#9C8A86
(156,138,134)
#AB9C99
(171,156,153)
#BAAEAC
(186,174,172)
#C9C0BF
(201,192,191)
#D8D2D2
(216,210,210)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513027 color. Also use rgb(81,48,39) instead hex code.

Text Font Color

.myTextColor { color: #513027; }

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

This text font color is #513027.


Background Color

.myBgColor { background-color: #513027; }

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

This div background color is #513027.


Border color

.myBorderColor { border: 1px solid #513027; }

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

This div border color is #513027.


Opacity

.myOpacity80 { color: #513027; opacity: 0.8; }

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

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

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

This text has shadow with #513027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513027 on black background.


Color preview on white background

This text has color #513027 on white background.



Black color preview on #513027 background

This text has black color on #513027 background.


White color preview on #513027 background

This text has white color on #513027 background.