COLOR #512238

HEX: #512238
RGB: (81,34,56)

Color info

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

RGB color model

#512238 color RGB value is (81,34,56).

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

RGB channels and saturation

R 81 of 255 = 32%
G 34 of 255 = 13%
B 56 of 255 = 22%

81
34
56

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

Portions of RGB colors in percentages

R + G + B =
81 + 34 + 56 = 171 (100%)
R 81 of 171 ~ 47.37%
G 34 of 171 ~ 19.88%
B 56 of 171 ~ 32.75%

%47.37
%19.88
%32.75

CMYK color model

#512238 color CMYK value is (0,58,31,68).

  • cyan value is 0.00%
  • magenta value is 58.02%
  • yellow value is 30.86%
  • key color value is 68.24%
CMYK:
(0,58,31,68)
C0M58Y31K68 
(0%,58%,31%,68%)
(0.00/0.58/0.31/0.68)	

CMYK percentages

%0
%58.02
%30.86
%68.24

Codes

Color #512238 in popluar color models

512238
RGB813456
HSL332°40.87%22.55%
HSB/HSV332°58.02%31.76%
CMYK0.00%58.02%30.86%
68.24%

Color #512238 in popluar number systems.

HEX512238
Decimal813456
Binary1010001100010111000
Octal1214270

Shades and tints

Shades of #512238

#512238
(81,34,56)
#4A1F33
(74,31,51)
#431C2E
(67,28,46)
#3C1929
(60,25,41)
#351624
(53,22,36)
#2E131F
(46,19,31)
#27101A
(39,16,26)
#200D15
(32,13,21)
#190A10
(25,10,16)
#12070B
(18,7,11)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #512238

#512238
(81,34,56)
#60364A
(96,54,74)
#6F4A5C
(111,74,92)
#7E5E6E
(126,94,110)
#8D7280
(141,114,128)
#9C8692
(156,134,146)
#AB9AA4
(171,154,164)
#BAAEB6
(186,174,182)
#C9C2C8
(201,194,200)
#D8D6DA
(216,214,218)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512238; }

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

This text font color is #512238.


Background Color

.myBgColor { background-color: #512238; }

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

This div background color is #512238.


Border color

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

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

This div border color is #512238.


Opacity

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

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

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

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

This text has shadow with #512238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512238 on black background.


Color preview on white background

This text has color #512238 on white background.



Black color preview on #512238 background

This text has black color on #512238 background.


White color preview on #512238 background

This text has white color on #512238 background.