COLOR #51334B

HEX: #51334B
RGB: (81,51,75)

Color info

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

RGB color model

#51334B color RGB value is (81,51,75).

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

RGB channels and saturation

R 81 of 255 = 32%
G 51 of 255 = 20%
B 75 of 255 = 29%

81
51
75

R + G + B ~ 27%. #51334B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 51 + 75 = 207 (100%)
R 81 of 207 ~ 39.13%
G 51 of 207 ~ 24.64%
B 75 of 207 ~ 36.23%

%39.13
%24.64
%36.23

CMYK color model

#51334B color CMYK value is (0,37,7,68).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(0,37,7,68)
C0M37Y7K68 
(0%,37%,7%,68%)
(0.00/0.37/0.07/0.68)	

CMYK percentages

%0
%37.04
%7.41
%68.24

Codes

Color #51334B in popluar color models

51334B
RGB815175
HSL312°22.73%25.88%
HSB/HSV312°37.04%31.76%
CMYK0.00%37.04%7.41%
68.24%

Color #51334B in popluar number systems.

HEX51334B
Decimal815175
Binary10100011100111001011
Octal12163113

Shades and tints

Shades of #51334B

#51334B
(81,51,75)
#4A2F45
(74,47,69)
#432B3F
(67,43,63)
#3C2739
(60,39,57)
#352333
(53,35,51)
#2E1F2D
(46,31,45)
#271B27
(39,27,39)
#201721
(32,23,33)
#19131B
(25,19,27)
#120F15
(18,15,21)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #51334B

#51334B
(81,51,75)
#60455B
(96,69,91)
#6F576B
(111,87,107)
#7E697B
(126,105,123)
#8D7B8B
(141,123,139)
#9C8D9B
(156,141,155)
#AB9FAB
(171,159,171)
#BAB1BB
(186,177,187)
#C9C3CB
(201,195,203)
#D8D5DB
(216,213,219)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51334B color. Also use rgb(81,51,75) instead hex code.

Text Font Color

.myTextColor { color: #51334B; }

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

This text font color is #51334B.


Background Color

.myBgColor { background-color: #51334B; }

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

This div background color is #51334B.


Border color

.myBorderColor { border: 1px solid #51334B; }

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

This div border color is #51334B.


Opacity

.myOpacity80 { color: #51334B; opacity: 0.8; }

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

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

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

This text has shadow with #51334B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51334B on black background.


Color preview on white background

This text has color #51334B on white background.



Black color preview on #51334B background

This text has black color on #51334B background.


White color preview on #51334B background

This text has white color on #51334B background.