COLOR #512F38

HEX: #512F38
RGB: (81,47,56)

Color info

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

RGB color model

#512F38 color RGB value is (81,47,56).

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

RGB channels and saturation

R 81 of 255 = 32%
G 47 of 255 = 18%
B 56 of 255 = 22%

81
47
56

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

Portions of RGB colors in percentages

R + G + B =
81 + 47 + 56 = 184 (100%)
R 81 of 184 ~ 44.02%
G 47 of 184 ~ 25.54%
B 56 of 184 ~ 30.43%

%44.02
%25.54
%30.43

CMYK color model

#512F38 color CMYK value is (0,42,31,68).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 30.86%
  • key color value is 68.24%
CMYK:
(0,42,31,68)
C0M42Y31K68 
(0%,42%,31%,68%)
(0.00/0.42/0.31/0.68)	

CMYK percentages

%0
%41.98
%30.86
%68.24

Codes

Color #512F38 in popluar color models

512F38
RGB814756
HSL344°26.56%25.10%
HSB/HSV344°41.98%31.76%
CMYK0.00%41.98%30.86%
68.24%

Color #512F38 in popluar number systems.

HEX512F38
Decimal814756
Binary1010001101111111000
Octal1215770

Shades and tints

Shades of #512F38

#512F38
(81,47,56)
#4A2B33
(74,43,51)
#43272E
(67,39,46)
#3C2329
(60,35,41)
#351F24
(53,31,36)
#2E1B1F
(46,27,31)
#27171A
(39,23,26)
#201315
(32,19,21)
#190F10
(25,15,16)
#120B0B
(18,11,11)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #512F38

#512F38
(81,47,56)
#60414A
(96,65,74)
#6F535C
(111,83,92)
#7E656E
(126,101,110)
#8D7780
(141,119,128)
#9C8992
(156,137,146)
#AB9BA4
(171,155,164)
#BAADB6
(186,173,182)
#C9BFC8
(201,191,200)
#D8D1DA
(216,209,218)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512F38; }

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

This text font color is #512F38.


Background Color

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

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

This div background color is #512F38.


Border color

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

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

This div border color is #512F38.


Opacity

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

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

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

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

This text has shadow with #512F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512F38 on black background.


Color preview on white background

This text has color #512F38 on white background.



Black color preview on #512F38 background

This text has black color on #512F38 background.


White color preview on #512F38 background

This text has white color on #512F38 background.