COLOR #51383E

HEX: #51383E
RGB: (81,56,62)

Color info

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

RGB color model

#51383E color RGB value is (81,56,62).

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

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 62 of 255 = 24%

81
56
62

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

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 62 = 199 (100%)
R 81 of 199 ~ 40.7%
G 56 of 199 ~ 28.14%
B 62 of 199 ~ 31.16%

%40.7
%28.14
%31.16

CMYK color model

#51383E color CMYK value is (0,31,23,68).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 23.46%
  • key color value is 68.24%
CMYK:
(0,31,23,68)
C0M31Y23K68 
(0%,31%,23%,68%)
(0.00/0.31/0.23/0.68)	

CMYK percentages

%0
%30.86
%23.46
%68.24

Codes

Color #51383E in popluar color models

51383E
RGB815662
HSL346°18.25%26.86%
HSB/HSV346°30.86%31.76%
CMYK0.00%30.86%23.46%
68.24%

Color #51383E in popluar number systems.

HEX51383E
Decimal815662
Binary1010001111000111110
Octal1217076

Shades and tints

Shades of #51383E

#51383E
(81,56,62)
#4A3339
(74,51,57)
#432E34
(67,46,52)
#3C292F
(60,41,47)
#35242A
(53,36,42)
#2E1F25
(46,31,37)
#271A20
(39,26,32)
#20151B
(32,21,27)
#191016
(25,16,22)
#120B11
(18,11,17)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #51383E

#51383E
(81,56,62)
#604A4F
(96,74,79)
#6F5C60
(111,92,96)
#7E6E71
(126,110,113)
#8D8082
(141,128,130)
#9C9293
(156,146,147)
#ABA4A4
(171,164,164)
#BAB6B5
(186,182,181)
#C9C8C6
(201,200,198)
#D8DAD7
(216,218,215)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51383E; }

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

This text font color is #51383E.


Background Color

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

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

This div background color is #51383E.


Border color

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

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

This div border color is #51383E.


Opacity

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

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

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

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

This text has shadow with #51383E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51383E on black background.


Color preview on white background

This text has color #51383E on white background.



Black color preview on #51383E background

This text has black color on #51383E background.


White color preview on #51383E background

This text has white color on #51383E background.