Color Hex Logo

#717f2e Color Hex

#717F2E
(113,127,46)
0 Favorites   0 Comments

Color spaces of #717f2e

RGB 11312746
HSL0.200.470.34
HSV70°64°50°
CMYK 0.110.000.64   0.50
XYZ14.892618.88675.4453
Yxy18.88670.37970.4815
Hunter Lab43.4588-14.884022.9923
CIE-Lab50.5544-17.317441.0631

#717f2e color RGB value is (113,127,46).

#717f2e hex color red value is 113, green value is 127 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #717f2e hue: 0.20 , saturation: 0.47 and the lightness value of 717f2e is 0.34.

The process color (four color CMYK) of #717f2e color hex is 0.11, 0.00, 0.64, 0.50. Web safe color of #717f2e is #666633. Color #717f2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111111 00101110
Octal 161 177 56
Decimal 113 127 46
Hex 71 7F 2E

RGB Percentages of Color #717f2e

%39.51
%44.41
%16.08

CMYK Percentages of Color #717f2e

%11
%0
%64
%50

Triadic Colors of #717f2e

#717f2e #2e717f #7f2e71

Analogous Colors of #717f2e

#717f2e #497f2e #7f652e

Monochromatic Colors of #717f2e

#717f2e

Complementary Color

#717f2e #3c2e7f

#717f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#717f2e Color CSS Codes

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

#717f2e Text Font Color

<p style="color:#717f2e">Text here</p>

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


#717f2e Background Color

<div style="background-color:#717f2e">
Div content here</div>

This div background color is #717f2e


#717f2e Border Color

<div style="border:3px solid #717f2e">
Div here</div>

This div border color is #717f2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,127,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #717f2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #717f2e;
  -webkit-box-shadow: 1px 1px 3px 2px #717f2e;
  box-shadow:         1px 1px 3px 2px #717f2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717f2e


Comments

No comments written yet.

Please login to write comment.