Color Hex Logo

#517f0b Color Hex

#517F0B
(81,127,11)
0 Favorites   0 Comments

Color spaces of #517f0b

RGB 8112711
HSL0.230.840.27
HSV84°91°50°
CMYK 0.360.000.91   0.50
XYZ11.043116.95223.0067
Yxy16.95220.35620.5468
Hunter Lab41.1730-24.177024.4914
CIE-Lab48.1998-32.743150.2378

#517f0b color RGB value is (81,127,11).

#517f0b hex color red value is 81, green value is 127 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #517f0b hue: 0.23 , saturation: 0.84 and the lightness value of 517f0b is 0.27.

The process color (four color CMYK) of #517f0b color hex is 0.36, 0.00, 0.91, 0.50. Web safe color of #517f0b is #666600. Color #517f0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111111 00001011
Octal 121 177 13
Decimal 81 127 11
Hex 51 7F B

RGB Percentages of Color #517f0b

%36.99
%57.99
%5.02

CMYK Percentages of Color #517f0b

%36
%0
%91
%50

Triadic Colors of #517f0b

#517f0b #0b517f #7f0b51

Analogous Colors of #517f0b

#517f0b #177f0b #7f730b

Monochromatic Colors of #517f0b

#517f0b

Complementary Color

#517f0b #390b7f

#517f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#517f0b Color CSS Codes

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

#517f0b Text Font Color

<p style="color:#517f0b">Text here</p>

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


#517f0b Background Color

<div style="background-color:#517f0b">
Div content here</div>

This div background color is #517f0b


#517f0b Border Color

<div style="border:3px solid #517f0b">
Div here</div>

This div border color is #517f0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,127,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517f0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517f0b;
  -webkit-box-shadow: 1px 1px 3px 2px #517f0b;
  box-shadow:         1px 1px 3px 2px #517f0b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517f0b


Comments

No comments written yet.

Please login to write comment.