Color Hex Logo

#51303c Color Hex

#51303C
(81,48,60)
0 Favorites   0 Comments

Color spaces of #51303c

RGB 814860
HSL0.940.260.25
HSV338°41°32°
CMYK 0.000.410.26   0.68
XYZ5.26594.18954.8061
Yxy4.18950.36920.2938
Hunter Lab20.468310.10350.4061
CIE-Lab24.288316.9547-1.2192

#51303c color RGB value is (81,48,60).

#51303c hex color red value is 81, green value is 48 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #51303c hue: 0.94 , saturation: 0.26 and the lightness value of 51303c is 0.25.

The process color (four color CMYK) of #51303c color hex is 0.00, 0.41, 0.26, 0.68. Web safe color of #51303c is #663333. Color #51303c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 00111100
Octal 121 60 74
Decimal 81 48 60
Hex 51 30 3C

RGB Percentages of Color #51303c

%42.86
%25.40
%31.75

CMYK Percentages of Color #51303c

%0
%41
%26
%68

Triadic Colors of #51303c

#51303c #3c5130 #303c51

Analogous Colors of #51303c

#51303c #513530 #51304d

Monochromatic Colors of #51303c

#51303c

Complementary Color

#51303c #305145

#51303c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51303c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51303c Color CSS Codes

.mybgcolor {background-color:#51303c; } 
.myforecolor {color:#51303c; }
.mybordercolor {border:3px solid #51303c; }

#51303c Text Font Color

<p style="color:#51303c">Text here</p>

This sample text font color is #51303c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#51303c Background Color

<div style="background-color:#51303c">
Div content here</div>

This div background color is #51303c


#51303c Border Color

<div style="border:3px solid #51303c">
Div here</div>

This div border color is #51303c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,48,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51303c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51303c;
  -webkit-box-shadow: 1px 1px 3px 2px #51303c;
  box-shadow:         1px 1px 3px 2px #51303c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,48,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #51303c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #51303c;
  -webkit-box-shadow: 1px 1px 3px 2px #51303c;
  box-shadow:         1px 1px 3px 2px #51303c;">
Div content here</div>

This div box has shadow with color #51303c


Comments

No comments written yet.

Please login to write comment.