Color Hex Logo

#717918 Color Hex

#717918
(113,121,24)
0 Favorites   0 Comments

Color spaces of #717918

RGB 11312124
HSL0.180.670.28
HSV65°80°47°
CMYK 0.070.000.80   0.53
XYZ13.812317.25143.4660
Yxy17.25140.40000.4996
Hunter Lab41.5348-13.326224.1267
CIE-Lab48.5753-15.468747.9517

#717918 color RGB value is (113,121,24).

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

The process color (four color CMYK) of #717918 color hex is 0.07, 0.00, 0.80, 0.53. Web safe color of #717918 is #666600. Color #717918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 00011000
Octal 161 171 30
Decimal 113 121 24
Hex 71 79 18

RGB Percentages of Color #717918

%43.80
%46.90
%9.30

CMYK Percentages of Color #717918

%7
%0
%80
%53

Triadic Colors of #717918

#717918 #187179 #791871

Analogous Colors of #717918

#717918 #407918 #795118

Monochromatic Colors of #717918

#717918

Complementary Color

#717918 #201879

#717918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717918 Color CSS Codes

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

#717918 Text Font Color

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

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


#717918 Background Color

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

This div background color is #717918


#717918 Border Color

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

This div border color is #717918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717918


Comments

No comments written yet.

Please login to write comment.