COLOR #51374B

HEX: #51374B
RGB: (81,55,75)

Color info

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

RGB color model

#51374B color RGB value is (81,55,75).

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

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 75 of 255 = 29%

81
55
75

R + G + B ~ 28%. #51374B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 75 = 211 (100%)
R 81 of 211 ~ 38.39%
G 55 of 211 ~ 26.07%
B 75 of 211 ~ 35.55%

%38.39
%26.07
%35.55

CMYK color model

#51374B color CMYK value is (0,32,7,68).

  • cyan value is 0.00%
  • magenta value is 32.10%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(0,32,7,68)
C0M32Y7K68 
(0%,32%,7%,68%)
(0.00/0.32/0.07/0.68)	

CMYK percentages

%0
%32.1
%7.41
%68.24

Codes

Color #51374B in popluar color models

51374B
RGB815575
HSL314°19.12%26.67%
HSB/HSV314°32.10%31.76%
CMYK0.00%32.10%7.41%
68.24%

Color #51374B in popluar number systems.

HEX51374B
Decimal815575
Binary10100011101111001011
Octal12167113

Shades and tints

Shades of #51374B

#51374B
(81,55,75)
#4A3245
(74,50,69)
#432D3F
(67,45,63)
#3C2839
(60,40,57)
#352333
(53,35,51)
#2E1E2D
(46,30,45)
#271927
(39,25,39)
#201421
(32,20,33)
#190F1B
(25,15,27)
#120A15
(18,10,21)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #51374B

#51374B
(81,55,75)
#60495B
(96,73,91)
#6F5B6B
(111,91,107)
#7E6D7B
(126,109,123)
#8D7F8B
(141,127,139)
#9C919B
(156,145,155)
#ABA3AB
(171,163,171)
#BAB5BB
(186,181,187)
#C9C7CB
(201,199,203)
#D8D9DB
(216,217,219)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51374B; }

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

This text font color is #51374B.


Background Color

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

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

This div background color is #51374B.


Border color

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

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

This div border color is #51374B.


Opacity

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

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

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

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

This text has shadow with #51374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51374B on black background.


Color preview on white background

This text has color #51374B on white background.



Black color preview on #51374B background

This text has black color on #51374B background.


White color preview on #51374B background

This text has white color on #51374B background.