Color Hex Logo

#51851c Color Hex

#51851C
(81,133,28)
0 Favorites   0 Comments

Color spaces of #51851c

RGB 8113328
HSL0.250.650.32
HSV90°79°52°
CMYK 0.390.000.79   0.48
XYZ11.990518.60824.0584
Yxy18.60820.34600.5369
Hunter Lab43.1372-25.874024.6180
CIE-Lab50.2256-34.688747.3742

#51851c color RGB value is (81,133,28).

#51851c hex color red value is 81, green value is 133 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #51851c hue: 0.25 , saturation: 0.65 and the lightness value of 51851c is 0.32.

The process color (four color CMYK) of #51851c color hex is 0.39, 0.00, 0.79, 0.48. Web safe color of #51851c is #669933. Color #51851c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000101 00011100
Octal 121 205 34
Decimal 81 133 28
Hex 51 85 1C

RGB Percentages of Color #51851c

%33.47
%54.96
%11.57

CMYK Percentages of Color #51851c

%39
%0
%79
%48

Triadic Colors of #51851c

#51851c #1c5185 #851c51

Analogous Colors of #51851c

#51851c #1c851c #85851c

Monochromatic Colors of #51851c

#51851c

Complementary Color

#51851c #501c85

#51851c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51851c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51851c Color CSS Codes

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

#51851c Text Font Color

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

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


#51851c Background Color

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

This div background color is #51851c


#51851c Border Color

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

This div border color is #51851c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51851c


Comments

No comments written yet.

Please login to write comment.