COLOR #512435

HEX: #512435
RGB: (81,36,53)

Color info

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

RGB color model

#512435 color RGB value is (81,36,53).

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

RGB channels and saturation

R 81 of 255 = 32%
G 36 of 255 = 14%
B 53 of 255 = 21%

81
36
53

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

Portions of RGB colors in percentages

R + G + B =
81 + 36 + 53 = 170 (100%)
R 81 of 170 ~ 47.65%
G 36 of 170 ~ 21.18%
B 53 of 170 ~ 31.18%

%47.65
%21.18
%31.18

CMYK color model

#512435 color CMYK value is (0,56,35,68).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 34.57%
  • key color value is 68.24%
CMYK:
(0,56,35,68)
C0M56Y35K68 
(0%,56%,35%,68%)
(0.00/0.56/0.35/0.68)	

CMYK percentages

%0
%55.56
%34.57
%68.24

Codes

Color #512435 in popluar color models

512435
RGB813653
HSL337°38.46%22.94%
HSB/HSV337°55.56%31.76%
CMYK0.00%55.56%34.57%
68.24%

Color #512435 in popluar number systems.

HEX512435
Decimal813653
Binary1010001100100110101
Octal1214465

Shades and tints

Shades of #512435

#512435
(81,36,53)
#4A2131
(74,33,49)
#431E2D
(67,30,45)
#3C1B29
(60,27,41)
#351825
(53,24,37)
#2E1521
(46,21,33)
#27121D
(39,18,29)
#200F19
(32,15,25)
#190C15
(25,12,21)
#120911
(18,9,17)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #512435

#512435
(81,36,53)
#603747
(96,55,71)
#6F4A59
(111,74,89)
#7E5D6B
(126,93,107)
#8D707D
(141,112,125)
#9C838F
(156,131,143)
#AB96A1
(171,150,161)
#BAA9B3
(186,169,179)
#C9BCC5
(201,188,197)
#D8CFD7
(216,207,215)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512435; }

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

This text font color is #512435.


Background Color

.myBgColor { background-color: #512435; }

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

This div background color is #512435.


Border color

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

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

This div border color is #512435.


Opacity

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

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

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

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

This text has shadow with #512435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512435 on black background.


Color preview on white background

This text has color #512435 on white background.



Black color preview on #512435 background

This text has black color on #512435 background.


White color preview on #512435 background

This text has white color on #512435 background.