COLOR #512B3F

HEX: #512B3F
RGB: (81,43,63)

Color info

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

RGB color model

#512B3F color RGB value is (81,43,63).

  • red value is 81;
  • green value is 43;
  • blue value is 63.
RGB:
(81,43,63)
(32%,17%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 43 of 255 = 17%
B 63 of 255 = 25%

81
43
63

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

Portions of RGB colors in percentages

R + G + B =
81 + 43 + 63 = 187 (100%)
R 81 of 187 ~ 43.32%
G 43 of 187 ~ 22.99%
B 63 of 187 ~ 33.69%

%43.32
%22.99
%33.69

CMYK color model

#512B3F color CMYK value is (0,47,22,68).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(0,47,22,68)
C0M47Y22K68 
(0%,47%,22%,68%)
(0.00/0.47/0.22/0.68)	

CMYK percentages

%0
%46.91
%22.22
%68.24

Codes

Color #512B3F in popluar color models

512B3F
RGB814363
HSL328°30.65%24.31%
HSB/HSV328°46.91%31.76%
CMYK0.00%46.91%22.22%
68.24%

Color #512B3F in popluar number systems.

HEX512B3F
Decimal814363
Binary1010001101011111111
Octal1215377

Shades and tints

Shades of #512B3F

#512B3F
(81,43,63)
#4A283A
(74,40,58)
#432535
(67,37,53)
#3C2230
(60,34,48)
#351F2B
(53,31,43)
#2E1C26
(46,28,38)
#271921
(39,25,33)
#20161C
(32,22,28)
#191317
(25,19,23)
#121012
(18,16,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #512B3F

#512B3F
(81,43,63)
#603E50
(96,62,80)
#6F5161
(111,81,97)
#7E6472
(126,100,114)
#8D7783
(141,119,131)
#9C8A94
(156,138,148)
#AB9DA5
(171,157,165)
#BAB0B6
(186,176,182)
#C9C3C7
(201,195,199)
#D8D6D8
(216,214,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512B3F color. Also use rgb(81,43,63) instead hex code.

Text Font Color

.myTextColor { color: #512B3F; }

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

This text font color is #512B3F.


Background Color

.myBgColor { background-color: #512B3F; }

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

This div background color is #512B3F.


Border color

.myBorderColor { border: 1px solid #512B3F; }

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

This div border color is #512B3F.


Opacity

.myOpacity80 { color: #512B3F; opacity: 0.8; }

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

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

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

This text has shadow with #512B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512B3F on black background.


Color preview on white background

This text has color #512B3F on white background.



Black color preview on #512B3F background

This text has black color on #512B3F background.


White color preview on #512B3F background

This text has white color on #512B3F background.