Color Hex Logo

#51740f Color Hex

#51740F
(81,116,15)
0 Favorites   0 Comments

Color spaces of #51740f

RGB 8111615
HSL0.220.770.26
HSV81°87°45°
CMYK 0.300.000.87   0.55
XYZ9.725014.27462.6947
Yxy14.27460.36430.5347
Hunter Lab37.7817-20.172222.2185
CIE-Lab44.6242-27.452446.2408

#51740f color RGB value is (81,116,15).

#51740f hex color red value is 81, green value is 116 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #51740f hue: 0.22 , saturation: 0.77 and the lightness value of 51740f is 0.26.

The process color (four color CMYK) of #51740f color hex is 0.30, 0.00, 0.87, 0.55. Web safe color of #51740f is #666600. Color #51740f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110100 00001111
Octal 121 164 17
Decimal 81 116 15
Hex 51 74 F

RGB Percentages of Color #51740f

%38.21
%54.72
%7.08

CMYK Percentages of Color #51740f

%30
%0
%87
%55

Triadic Colors of #51740f

#51740f #0f5174 #740f51

Analogous Colors of #51740f

#51740f #1f740f #74650f

Monochromatic Colors of #51740f

#51740f

Complementary Color

#51740f #320f74

#51740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51740f Color CSS Codes

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

#51740f Text Font Color

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

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


#51740f Background Color

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

This div background color is #51740f


#51740f Border Color

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

This div border color is #51740f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,116,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 #51740f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51740f


Comments

No comments written yet.

Please login to write comment.