COLOR #51333E

HEX: #51333E
RGB: (81,51,62)

Color info

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

RGB color model

#51333E color RGB value is (81,51,62).

  • red value is 81;
  • green value is 51;
  • blue value is 62.
RGB:
(81,51,62)
(32%,20%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 51 of 255 = 20%
B 62 of 255 = 24%

81
51
62

R + G + B ~ 25%. #51333E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 51 + 62 = 194 (100%)
R 81 of 194 ~ 41.75%
G 51 of 194 ~ 26.29%
B 62 of 194 ~ 31.96%

%41.75
%26.29
%31.96

CMYK color model

#51333E color CMYK value is (0,37,23,68).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 23.46%
  • key color value is 68.24%
CMYK:
(0,37,23,68)
C0M37Y23K68 
(0%,37%,23%,68%)
(0.00/0.37/0.23/0.68)	

CMYK percentages

%0
%37.04
%23.46
%68.24

Codes

Color #51333E in popluar color models

51333E
RGB815162
HSL338°22.73%25.88%
HSB/HSV338°37.04%31.76%
CMYK0.00%37.04%23.46%
68.24%

Color #51333E in popluar number systems.

HEX51333E
Decimal815162
Binary1010001110011111110
Octal1216376

Shades and tints

Shades of #51333E

#51333E
(81,51,62)
#4A2F39
(74,47,57)
#432B34
(67,43,52)
#3C272F
(60,39,47)
#35232A
(53,35,42)
#2E1F25
(46,31,37)
#271B20
(39,27,32)
#20171B
(32,23,27)
#191316
(25,19,22)
#120F11
(18,15,17)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #51333E

#51333E
(81,51,62)
#60454F
(96,69,79)
#6F5760
(111,87,96)
#7E6971
(126,105,113)
#8D7B82
(141,123,130)
#9C8D93
(156,141,147)
#AB9FA4
(171,159,164)
#BAB1B5
(186,177,181)
#C9C3C6
(201,195,198)
#D8D5D7
(216,213,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51333E color. Also use rgb(81,51,62) instead hex code.

Text Font Color

.myTextColor { color: #51333E; }

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

This text font color is #51333E.


Background Color

.myBgColor { background-color: #51333E; }

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

This div background color is #51333E.


Border color

.myBorderColor { border: 1px solid #51333E; }

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

This div border color is #51333E.


Opacity

.myOpacity80 { color: #51333E; opacity: 0.8; }

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

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

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

This text has shadow with #51333E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51333E on black background.


Color preview on white background

This text has color #51333E on white background.



Black color preview on #51333E background

This text has black color on #51333E background.


White color preview on #51333E background

This text has white color on #51333E background.