Color Hex Logo

#717642 Color Hex

#717642
(113,118,66)
0 Favorites   0 Comments

Color spaces of #717642

RGB 11311866
HSL0.180.280.36
HSV66°44°46°
CMYK 0.040.000.44   0.54
XYZ14.271916.86097.6565
Yxy16.86090.36790.4347
Hunter Lab41.0620-9.817417.6881
CIE-Lab48.0843-10.468527.9396

#717642 color RGB value is (113,118,66).

#717642 hex color red value is 113, green value is 118 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #717642 hue: 0.18 , saturation: 0.28 and the lightness value of 717642 is 0.36.

The process color (four color CMYK) of #717642 color hex is 0.04, 0.00, 0.44, 0.54. Web safe color of #717642 is #666633. Color #717642 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110110 01000010
Octal 161 166 102
Decimal 113 118 66
Hex 71 76 42

RGB Percentages of Color #717642

%38.05
%39.73
%22.22

CMYK Percentages of Color #717642

%4
%0
%44
%54

Triadic Colors of #717642

#717642 #427176 #764271

Analogous Colors of #717642

#717642 #577642 #766142

Monochromatic Colors of #717642

#717642

Complementary Color

#717642 #474276

#717642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717642 Color CSS Codes

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

#717642 Text Font Color

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

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


#717642 Background Color

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

This div background color is #717642


#717642 Border Color

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

This div border color is #717642


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,118,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #717642; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #717642;
  -webkit-box-shadow: 1px 1px 3px 2px #717642;
  box-shadow:         1px 1px 3px 2px #717642; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717642


Comments

No comments written yet.

Please login to write comment.