COLOR #513028

HEX: #513028
RGB: (81,48,40)

Color info

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

RGB color model

#513028 color RGB value is (81,48,40).

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

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 40 of 255 = 16%

81
48
40

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

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 40 = 169 (100%)
R 81 of 169 ~ 47.93%
G 48 of 169 ~ 28.4%
B 40 of 169 ~ 23.67%

%47.93
%28.4
%23.67

CMYK color model

#513028 color CMYK value is (0,41,51,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 50.62%
  • key color value is 68.24%
CMYK:
(0,41,51,68)
C0M41Y51K68 
(0%,41%,51%,68%)
(0.00/0.41/0.51/0.68)	

CMYK percentages

%0
%40.74
%50.62
%68.24

Codes

Color #513028 in popluar color models

513028
RGB814840
HSL12°33.88%23.73%
HSB/HSV12°50.62%31.76%
CMYK0.00%40.74%50.62%
68.24%

Color #513028 in popluar number systems.

HEX513028
Decimal814840
Binary1010001110000101000
Octal1216050

Shades and tints

Shades of #513028

#513028
(81,48,40)
#4A2C25
(74,44,37)
#432822
(67,40,34)
#3C241F
(60,36,31)
#35201C
(53,32,28)
#2E1C19
(46,28,25)
#271816
(39,24,22)
#201413
(32,20,19)
#191010
(25,16,16)
#120C0D
(18,12,13)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #513028

#513028
(81,48,40)
#60423B
(96,66,59)
#6F544E
(111,84,78)
#7E6661
(126,102,97)
#8D7874
(141,120,116)
#9C8A87
(156,138,135)
#AB9C9A
(171,156,154)
#BAAEAD
(186,174,173)
#C9C0C0
(201,192,192)
#D8D2D3
(216,210,211)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513028; }

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

This text font color is #513028.


Background Color

.myBgColor { background-color: #513028; }

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

This div background color is #513028.


Border color

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

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

This div border color is #513028.


Opacity

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

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

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

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

This text has shadow with #513028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513028 on black background.


Color preview on white background

This text has color #513028 on white background.



Black color preview on #513028 background

This text has black color on #513028 background.


White color preview on #513028 background

This text has white color on #513028 background.