COLOR #51383F

HEX: #51383F
RGB: (81,56,63)

Color info

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

RGB color model

#51383F color RGB value is (81,56,63).

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

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 63 of 255 = 25%

81
56
63

R + G + B ~ 26%. #51383F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 63 = 200 (100%)
R 81 of 200 ~ 40.5%
G 56 of 200 ~ 28%
B 63 of 200 ~ 31.5%

%40.5
%28
%31.5

CMYK color model

#51383F color CMYK value is (0,31,22,68).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(0,31,22,68)
C0M31Y22K68 
(0%,31%,22%,68%)
(0.00/0.31/0.22/0.68)	

CMYK percentages

%0
%30.86
%22.22
%68.24

Codes

Color #51383F in popluar color models

51383F
RGB815663
HSL343°18.25%26.86%
HSB/HSV343°30.86%31.76%
CMYK0.00%30.86%22.22%
68.24%

Color #51383F in popluar number systems.

HEX51383F
Decimal815663
Binary1010001111000111111
Octal1217077

Shades and tints

Shades of #51383F

#51383F
(81,56,63)
#4A333A
(74,51,58)
#432E35
(67,46,53)
#3C2930
(60,41,48)
#35242B
(53,36,43)
#2E1F26
(46,31,38)
#271A21
(39,26,33)
#20151C
(32,21,28)
#191017
(25,16,23)
#120B12
(18,11,18)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #51383F

#51383F
(81,56,63)
#604A50
(96,74,80)
#6F5C61
(111,92,97)
#7E6E72
(126,110,114)
#8D8083
(141,128,131)
#9C9294
(156,146,148)
#ABA4A5
(171,164,165)
#BAB6B6
(186,182,182)
#C9C8C7
(201,200,199)
#D8DAD8
(216,218,216)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51383F color. Also use rgb(81,56,63) instead hex code.

Text Font Color

.myTextColor { color: #51383F; }

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

This text font color is #51383F.


Background Color

.myBgColor { background-color: #51383F; }

<div style="background-color:#51383F">Inner text</div>

This div background color is #51383F.


Border color

.myBorderColor { border: 1px solid #51383F; }

<div style="border:3px solid #51383F">Div</div>

This div border color is #51383F.


Opacity

.myOpacity80 { color: #51383F; opacity: 0.8; }

<p style="color:#51383F;opacity:0.8;">80%</p>

Text with #51383F 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 #51383F;}

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

This text has shadow with #51383F color.

.textShadow {text-shadow: 3px 3px 1px #51383F, 3px 3px 1px red;}

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

This text has shadow with #51383F primary color and red secondary color.


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

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

This text has shadow with #51383F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51383F on black background.


Color preview on white background

This text has color #51383F on white background.



Black color preview on #51383F background

This text has black color on #51383F background.


White color preview on #51383F background

This text has white color on #51383F background.