Color Hex Logo

#51570c Color Hex

#51570C
(81,87,12)
0 Favorites   0 Comments

Color spaces of #51570c

RGB 818712
HSL0.180.760.19
HSV65°86°34°
CMYK 0.070.000.86   0.66
XYZ6.86798.59231.6443
Yxy8.59230.40150.5023
Hunter Lab29.3126-9.474817.1929
CIE-Lab35.1872-12.377938.8185

#51570c color RGB value is (81,87,12).

#51570c hex color red value is 81, green value is 87 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #51570c hue: 0.18 , saturation: 0.76 and the lightness value of 51570c is 0.19.

The process color (four color CMYK) of #51570c color hex is 0.07, 0.00, 0.86, 0.66. Web safe color of #51570c is #666600. Color #51570c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 00001100
Octal 121 127 14
Decimal 81 87 12
Hex 51 57 C

RGB Percentages of Color #51570c

%45.00
%48.33
%6.67

CMYK Percentages of Color #51570c

%7
%0
%86
%66

Triadic Colors of #51570c

#51570c #0c5157 #570c51

Analogous Colors of #51570c

#51570c #2c570c #57380c

Monochromatic Colors of #51570c

#51570c

Complementary Color

#51570c #120c57

#51570c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51570c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51570c Color CSS Codes

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

#51570c Text Font Color

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

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


#51570c Background Color

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

This div background color is #51570c


#51570c Border Color

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

This div border color is #51570c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51570c


Comments

No comments written yet.

Please login to write comment.