COLOR #512935

HEX: #512935
RGB: (81,41,53)

Color info

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

RGB color model

#512935 color RGB value is (81,41,53).

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

RGB channels and saturation

R 81 of 255 = 32%
G 41 of 255 = 16%
B 53 of 255 = 21%

81
41
53

R + G + B ~ 23%. #512935 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 41 + 53 = 175 (100%)
R 81 of 175 ~ 46.29%
G 41 of 175 ~ 23.43%
B 53 of 175 ~ 30.29%

%46.29
%23.43
%30.29

CMYK color model

#512935 color CMYK value is (0,49,35,68).

  • cyan value is 0.00%
  • magenta value is 49.38%
  • yellow value is 34.57%
  • key color value is 68.24%
CMYK:
(0,49,35,68)
C0M49Y35K68 
(0%,49%,35%,68%)
(0.00/0.49/0.35/0.68)	

CMYK percentages

%0
%49.38
%34.57
%68.24

Codes

Color #512935 in popluar color models

512935
RGB814153
HSL342°32.79%23.92%
HSB/HSV342°49.38%31.76%
CMYK0.00%49.38%34.57%
68.24%

Color #512935 in popluar number systems.

HEX512935
Decimal814153
Binary1010001101001110101
Octal1215165

Shades and tints

Shades of #512935

#512935
(81,41,53)
#4A2631
(74,38,49)
#43232D
(67,35,45)
#3C2029
(60,32,41)
#351D25
(53,29,37)
#2E1A21
(46,26,33)
#27171D
(39,23,29)
#201419
(32,20,25)
#191115
(25,17,21)
#120E11
(18,14,17)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #512935

#512935
(81,41,53)
#603C47
(96,60,71)
#6F4F59
(111,79,89)
#7E626B
(126,98,107)
#8D757D
(141,117,125)
#9C888F
(156,136,143)
#AB9BA1
(171,155,161)
#BAAEB3
(186,174,179)
#C9C1C5
(201,193,197)
#D8D4D7
(216,212,215)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512935; }

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

This text font color is #512935.


Background Color

.myBgColor { background-color: #512935; }

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

This div background color is #512935.


Border color

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

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

This div border color is #512935.


Opacity

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

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

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

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

This text has shadow with #512935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512935 on black background.


Color preview on white background

This text has color #512935 on white background.



Black color preview on #512935 background

This text has black color on #512935 background.


White color preview on #512935 background

This text has white color on #512935 background.