Color Hex Logo

#717415 Color Hex

#717415
(113,116,21)
0 Favorites   0 Comments

Color spaces of #717415

RGB 11311621
HSL0.170.690.27
HSV62°82°45°
CMYK 0.030.000.82   0.55
XYZ13.190816.05563.1133
Yxy16.05560.40760.4962
Hunter Lab40.0694-11.359623.4419
CIE-Lab47.0473-12.886347.5447

#717415 color RGB value is (113,116,21).

#717415 hex color red value is 113, green value is 116 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #717415 hue: 0.17 , saturation: 0.69 and the lightness value of 717415 is 0.27.

The process color (four color CMYK) of #717415 color hex is 0.03, 0.00, 0.82, 0.55. Web safe color of #717415 is #666600. Color #717415 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110100 00010101
Octal 161 164 25
Decimal 113 116 21
Hex 71 74 15

RGB Percentages of Color #717415

%45.20
%46.40
%8.40

CMYK Percentages of Color #717415

%3
%0
%82
%55

Triadic Colors of #717415

#717415 #157174 #741571

Analogous Colors of #717415

#717415 #427415 #744815

Monochromatic Colors of #717415

#717415

Complementary Color

#717415 #181574

#717415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717415 Color CSS Codes

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

#717415 Text Font Color

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

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


#717415 Background Color

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

This div background color is #717415


#717415 Border Color

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

This div border color is #717415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717415


Comments

No comments written yet.

Please login to write comment.