COLOR #512B39

HEX: #512B39 RGB: (81,43,57)

Color info

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

RGB color model

#512B39 color RGB value is (81,43,57).

RGB: (81,43,57) (32%, 17%, 22%)

RGB channels and saturation

R 81 of 255 = 32%
G 43 of 255 = 17%
B 57 of 255 = 22%

81
43
57

R + G + B ~ 24%. #512B39 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 43 + 57 = 181 (100%)
R 81 of 181 ~ 44.75%
G 43 of 181 ~ 23.76%
B 57 of 181 ~ 31.49'%

%44.75
%23.76
%31.49

CMYK color model

#512B39 color CMYK value is (0,47,30,68).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 29.63%
  • key color value is 68.24%

CMYK: (0,47,30,68)
C0M47Y30K68 (0%, 47%, 30%, 68%)
(0.00 / 0.47 / 0.30 / 0.68)

CMYK percentages

%0
%46.91
%29.63
%68.24

Codes

Color #512B39 in popluar color models

51 2B 39
RGB 81 43 57
HSL 338° 30.65% 24.31%
HSB/HSV 338° 46.91% 31.76%
CMYK 0.00% 46.91% 29.63%
68.24%

Color #512B39 in popluar number systems.

HEX 51 2B 39
Decimal 81 43 57
Binary 1010001 101011 111001
Octal 121 53 71

Shades and tints

Shades of #512B39

#512B39
(81,43,57)
#4A2834
(74,40,52)
#43252F
(67,37,47)
#3C222A
(60,34,42)
#351F25
(53,31,37)
#2E1C20
(46,28,32)
#27191B
(39,25,27)
#201616
(32,22,22)
#191311
(25,19,17)
#12100C
(18,16,12)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #512B39

#512B39
(81,43,57)
#603E4B
(96,62,75)
#6F515D
(111,81,93)
#7E646F
(126,100,111)
#8D7781
(141,119,129)
#9C8A93
(156,138,147)
#AB9DA5
(171,157,165)
#BAB0B7
(186,176,183)
#C9C3C9
(201,195,201)
#D8D6DB
(216,214,219)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512B39; }

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

This text font color is #512B39.

Background Color

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

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

This div background color is #512B39.

Border color

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

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

This div border color is #512B39.

Opacity

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

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

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

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

This text has shadow with #512B39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512B39.

Preview

Color preview on black background

This text has color #512B39 on black background.


Color preview on white background

This text has color #512B39 on white background.


Black color preview on #512B39 background

This text has black color on #512B39 background.


White color preview on #512B39 background

This text has white color on #512B39 background.


Related colors

Complementary color

Complementary color for #hex is #AED4C6.


I love getcolorcode.com

Triadic colors

1 #39512B and #2B3951 with #512B39 are triadic colors.

2 #392B51 and #2B5139 with #512B39 are triadic colors.