Color Hex Logo

#717011 Color Hex

#717011
(113,112,17)
0 Favorites   0 Comments

Color spaces of #717011

RGB 11311217
HSL0.160.740.25
HSV59°85°44°
CMYK 0.000.010.85   0.56
XYZ12.705415.13952.7829
Yxy15.13950.41480.4943
Hunter Lab38.9095-9.804822.9961
CIE-Lab45.8247-10.831247.6815

#717011 color RGB value is (113,112,17).

#717011 hex color red value is 113, green value is 112 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #717011 hue: 0.16 , saturation: 0.74 and the lightness value of 717011 is 0.25.

The process color (four color CMYK) of #717011 color hex is 0.00, 0.01, 0.85, 0.56. Web safe color of #717011 is #666600. Color #717011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110000 00010001
Octal 161 160 21
Decimal 113 112 17
Hex 71 70 11

RGB Percentages of Color #717011

%46.69
%46.28
%7.02

CMYK Percentages of Color #717011

%0
%1
%85
%56

Triadic Colors of #717011

#717011 #117170 #701171

Analogous Colors of #717011

#717011 #427111 #714011

Monochromatic Colors of #717011

#717011

Complementary Color

#717011 #111271

#717011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717011 Color CSS Codes

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

#717011 Text Font Color

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

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


#717011 Background Color

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

This div background color is #717011


#717011 Border Color

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

This div border color is #717011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717011


Comments

No comments written yet.

Please login to write comment.