Color Hex Logo

#51070d Color Hex

#51070D
(81,7,13)
0 Favorites   0 Comments

Color spaces of #51070d

RGB 81713
HSL0.990.840.17
HSV355°91°32°
CMYK 0.000.910.84   0.68
XYZ3.54201.93030.5667
Yxy1.93030.58650.3196
Hunter Lab13.893521.19297.3071
CIE-Lab15.117132.883517.9583

#51070d color RGB value is (81,7,13).

#51070d hex color red value is 81, green value is 7 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #51070d hue: 0.99 , saturation: 0.84 and the lightness value of 51070d is 0.17.

The process color (four color CMYK) of #51070d color hex is 0.00, 0.91, 0.84, 0.68. Web safe color of #51070d is #660000. Color #51070d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000111 00001101
Octal 121 7 15
Decimal 81 7 13
Hex 51 7 D

RGB Percentages of Color #51070d

%80.20
%6.93
%12.87

CMYK Percentages of Color #51070d

%0
%91
%84
%68

Triadic Colors of #51070d

#51070d #0d5107 #070d51

Analogous Colors of #51070d

#51070d #512607 #510732

Monochromatic Colors of #51070d

#51070d

Complementary Color

#51070d #07514b

#51070d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51070d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51070d Color CSS Codes

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

#51070d Text Font Color

<p style="color:#51070d">Text here</p>

This sample text font color is #51070d
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.


#51070d Background Color

<div style="background-color:#51070d">
Div content here</div>

This div background color is #51070d


#51070d Border Color

<div style="border:3px solid #51070d">
Div here</div>

This div border color is #51070d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,7,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51070d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51070d;
  -webkit-box-shadow: 1px 1px 3px 2px #51070d;
  box-shadow:         1px 1px 3px 2px #51070d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51070d


Comments

No comments written yet.

Please login to write comment.