COLOR #512B30

HEX: #512B30 RGB: (81,43,48)

Color info

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

RGB color model

#512B30 color RGB value is (81,43,48).

RGB: (81,43,48) (32%, 17%, 19%)

RGB channels and saturation

R 81 of 255 = 32%
G 43 of 255 = 17%
B 48 of 255 = 19%

81
43
48

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

Portions of RGB colors in percentages

R + G + B = 81 + 43 + 48 = 172 (100%)
R 81 of 172 ~ 47.09%
G 43 of 172 ~ 25%
B 48 of 172 ~ 27.91'%

%47.09
%25
%27.91

CMYK color model

#512B30 color CMYK value is (0,47,41,68).

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

CMYK: (0,47,41,68)
C0M47Y41K68 (0%, 47%, 41%, 68%)
(0.00 / 0.47 / 0.41 / 0.68)

CMYK percentages

%0
%46.91
%40.74
%68.24

Codes

Color #512B30 in popluar color models

51 2B 30
RGB 81 43 48
HSL 352° 30.65% 24.31%
HSB/HSV 352° 46.91% 31.76%
CMYK 0.00% 46.91% 40.74%
68.24%

Color #512B30 in popluar number systems.

HEX 51 2B 30
Decimal 81 43 48
Binary 1010001 101011 110000
Octal 121 53 60

Shades and tints

Shades of #512B30

#512B30
(81,43,48)
#4A282C
(74,40,44)
#432528
(67,37,40)
#3C2224
(60,34,36)
#351F20
(53,31,32)
#2E1C1C
(46,28,28)
#271918
(39,25,24)
#201614
(32,22,20)
#191310
(25,19,16)
#12100C
(18,16,12)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #512B30

#512B30
(81,43,48)
#603E42
(96,62,66)
#6F5154
(111,81,84)
#7E6466
(126,100,102)
#8D7778
(141,119,120)
#9C8A8A
(156,138,138)
#AB9D9C
(171,157,156)
#BAB0AE
(186,176,174)
#C9C3C0
(201,195,192)
#D8D6D2
(216,214,210)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512B30; }

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

This text font color is #512B30.

Background Color

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

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

This div background color is #512B30.

Border color

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

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

This div border color is #512B30.

Opacity

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

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

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

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

This text has shadow with #512B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512B30.

Preview

Color preview on black background

This text has color #512B30 on black background.


Color preview on white background

This text has color #512B30 on white background.


Black color preview on #512B30 background

This text has black color on #512B30 background.


White color preview on #512B30 background

This text has white color on #512B30 background.


Related colors

Complementary color

Complementary color for #hex is #AED4CF.


I love getcolorcode.com

Triadic colors

1 #30512B and #2B3051 with #512B30 are triadic colors.

2 #302B51 and #2B5130 with #512B30 are triadic colors.