Color Hex Logo

#51310f Color Hex

#51310F
(81,49,15)
0 Favorites   0 Comments

Color spaces of #51310f

RGB 814915
HSL0.090.690.19
HSV31°81°32°
CMYK 0.000.400.81   0.68
XYZ4.57793.98040.9790
Yxy3.98040.48000.4174
Hunter Lab19.95096.044111.0563
CIE-Lab23.606511.201726.6989

#51310f color RGB value is (81,49,15).

#51310f hex color red value is 81, green value is 49 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #51310f hue: 0.09 , saturation: 0.69 and the lightness value of 51310f is 0.19.

The process color (four color CMYK) of #51310f color hex is 0.00, 0.40, 0.81, 0.68. Web safe color of #51310f is #663300. Color #51310f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110001 00001111
Octal 121 61 17
Decimal 81 49 15
Hex 51 31 F

RGB Percentages of Color #51310f

%55.86
%33.79
%10.34

CMYK Percentages of Color #51310f

%0
%40
%81
%68

Triadic Colors of #51310f

#51310f #0f5131 #310f51

Analogous Colors of #51310f

#51310f #50510f #51100f

Monochromatic Colors of #51310f

#51310f

Complementary Color

#51310f #0f2f51

#51310f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51310f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51310f Color CSS Codes

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

#51310f Text Font Color

<p style="color:#51310f">Text here</p>

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


#51310f Background Color

<div style="background-color:#51310f">
Div content here</div>

This div background color is #51310f


#51310f Border Color

<div style="border:3px solid #51310f">
Div here</div>

This div border color is #51310f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,49,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51310f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51310f;
  -webkit-box-shadow: 1px 1px 3px 2px #51310f;
  box-shadow:         1px 1px 3px 2px #51310f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51310f


Comments

No comments written yet.

Please login to write comment.