COLOR #51343C

HEX: #51343C
RGB: (81,52,60)

Color info

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

RGB color model

#51343C color RGB value is (81,52,60).

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

RGB channels and saturation

R 81 of 255 = 32%
G 52 of 255 = 20%
B 60 of 255 = 24%

81
52
60

R + G + B ~ 25%. #51343C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 52 + 60 = 193 (100%)
R 81 of 193 ~ 41.97%
G 52 of 193 ~ 26.94%
B 60 of 193 ~ 31.09%

%41.97
%26.94
%31.09

CMYK color model

#51343C color CMYK value is (0,36,26,68).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 25.93%
  • key color value is 68.24%
CMYK:
(0,36,26,68)
C0M36Y26K68 
(0%,36%,26%,68%)
(0.00/0.36/0.26/0.68)	

CMYK percentages

%0
%35.8
%25.93
%68.24

Codes

Color #51343C in popluar color models

51343C
RGB815260
HSL343°21.80%26.08%
HSB/HSV343°35.80%31.76%
CMYK0.00%35.80%25.93%
68.24%

Color #51343C in popluar number systems.

HEX51343C
Decimal815260
Binary1010001110100111100
Octal1216474

Shades and tints

Shades of #51343C

#51343C
(81,52,60)
#4A3037
(74,48,55)
#432C32
(67,44,50)
#3C282D
(60,40,45)
#352428
(53,36,40)
#2E2023
(46,32,35)
#271C1E
(39,28,30)
#201819
(32,24,25)
#191414
(25,20,20)
#12100F
(18,16,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #51343C

#51343C
(81,52,60)
#60464D
(96,70,77)
#6F585E
(111,88,94)
#7E6A6F
(126,106,111)
#8D7C80
(141,124,128)
#9C8E91
(156,142,145)
#ABA0A2
(171,160,162)
#BAB2B3
(186,178,179)
#C9C4C4
(201,196,196)
#D8D6D5
(216,214,213)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51343C color. Also use rgb(81,52,60) instead hex code.

Text Font Color

.myTextColor { color: #51343C; }

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

This text font color is #51343C.


Background Color

.myBgColor { background-color: #51343C; }

<div style="background-color:#51343C">Inner text</div>

This div background color is #51343C.


Border color

.myBorderColor { border: 1px solid #51343C; }

<div style="border:3px solid #51343C">Div</div>

This div border color is #51343C.


Opacity

.myOpacity80 { color: #51343C; opacity: 0.8; }

<p style="color:#51343C;opacity:0.8;">80%</p>

Text with #51343C 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 #51343C;}

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

This text has shadow with #51343C color.

.textShadow {text-shadow: 3px 3px 1px #51343C, 3px 3px 1px red;}

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

This text has shadow with #51343C primary color and red secondary color.


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

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

This text has shadow with #51343C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51343C on black background.


Color preview on white background

This text has color #51343C on white background.



Black color preview on #51343C background

This text has black color on #51343C background.


White color preview on #51343C background

This text has white color on #51343C background.