COLOR #513835

HEX: #513835
RGB: (81,56,53)

Color info

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

RGB color model

#513835 color RGB value is (81,56,53).

  • red value is 81;
  • green value is 56;
  • blue value is 53.
RGB:
(81,56,53)
(32%,22%,21%)

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 53 of 255 = 21%

81
56
53

R + G + B ~ 25%. #513835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 53 = 190 (100%)
R 81 of 190 ~ 42.63%
G 56 of 190 ~ 29.47%
B 53 of 190 ~ 27.89%

%42.63
%29.47
%27.89

CMYK color model

#513835 color CMYK value is (0,31,35,68).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 34.57%
  • key color value is 68.24%
CMYK:
(0,31,35,68)
C0M31Y35K68 
(0%,31%,35%,68%)
(0.00/0.31/0.35/0.68)	

CMYK percentages

%0
%30.86
%34.57
%68.24

Codes

Color #513835 in popluar color models

513835
RGB815653
HSL20.90%26.27%
HSB/HSV34.57%31.76%
CMYK0.00%30.86%34.57%
68.24%

Color #513835 in popluar number systems.

HEX513835
Decimal815653
Binary1010001111000110101
Octal1217065

Shades and tints

Shades of #513835

#513835
(81,56,53)
#4A3331
(74,51,49)
#432E2D
(67,46,45)
#3C2929
(60,41,41)
#352425
(53,36,37)
#2E1F21
(46,31,33)
#271A1D
(39,26,29)
#201519
(32,21,25)
#191015
(25,16,21)
#120B11
(18,11,17)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #513835

#513835
(81,56,53)
#604A47
(96,74,71)
#6F5C59
(111,92,89)
#7E6E6B
(126,110,107)
#8D807D
(141,128,125)
#9C928F
(156,146,143)
#ABA4A1
(171,164,161)
#BAB6B3
(186,182,179)
#C9C8C5
(201,200,197)
#D8DAD7
(216,218,215)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513835 color. Also use rgb(81,56,53) instead hex code.

Text Font Color

.myTextColor { color: #513835; }

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

This text font color is #513835.


Background Color

.myBgColor { background-color: #513835; }

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

This div background color is #513835.


Border color

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

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

This div border color is #513835.


Opacity

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

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

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

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

This text has shadow with #513835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513835 on black background.


Color preview on white background

This text has color #513835 on white background.



Black color preview on #513835 background

This text has black color on #513835 background.


White color preview on #513835 background

This text has white color on #513835 background.