COLOR #513A3A

HEX: #513A3A RGB: (81,58,58)

Color info

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

RGB color model

#513A3A color RGB value is (81,58,58).

RGB: (81,58,58) (32%, 23%, 23%)

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 58 of 255 = 23%

81
58
58

R + G + B ~ 26%. #513A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 58 + 58 = 197 (100%)
R 81 of 197 ~ 41.12%
G 58 of 197 ~ 29.44%
B 58 of 197 ~ 29.44'%

%41.12
%29.44
%29.44

CMYK color model

#513A3A color CMYK value is (0,28,28,68).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 28.40%
  • key color value is 68.24%

CMYK: (0,28,28,68)
C0M28Y28K68 (0%, 28%, 28%, 68%)
(0.00 / 0.28 / 0.28 / 0.68)

CMYK percentages

%0
%28.4
%28.4
%68.24

Codes

Color #513A3A in popluar color models

51 3A 3A
RGB 81 58 58
HSL 16.55% 27.25%
HSB/HSV 28.40% 31.76%
CMYK 0.00% 28.40% 28.40%
68.24%

Color #513A3A in popluar number systems.

HEX 51 3A 3A
Decimal 81 58 58
Binary 1010001 111010 111010
Octal 121 72 72

Shades and tints

Shades of #513A3A

#513A3A
(81,58,58)
#4A3535
(74,53,53)
#433030
(67,48,48)
#3C2B2B
(60,43,43)
#352626
(53,38,38)
#2E2121
(46,33,33)
#271C1C
(39,28,28)
#201717
(32,23,23)
#191212
(25,18,18)
#120D0D
(18,13,13)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #513A3A

#513A3A
(81,58,58)
#604B4B
(96,75,75)
#6F5C5C
(111,92,92)
#7E6D6D
(126,109,109)
#8D7E7E
(141,126,126)
#9C8F8F
(156,143,143)
#ABA0A0
(171,160,160)
#BAB1B1
(186,177,177)
#C9C2C2
(201,194,194)
#D8D3D3
(216,211,211)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513A3A; }

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

This text font color is #513A3A.

Background Color

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

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

This div background color is #513A3A.

Border color

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

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

This div border color is #513A3A.

Opacity

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

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

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

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

This text has shadow with #513A3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513A3A.

Preview

Color preview on black background

This text has color #513A3A on black background.


Color preview on white background

This text has color #513A3A on white background.


Black color preview on #513A3A background

This text has black color on #513A3A background.


White color preview on #513A3A background

This text has white color on #513A3A background.


Related colors

Complementary color

Complementary color for #hex is #AEC5C5.


I love getcolorcode.com