Color Hex Logo

#717051 Color Hex

#717051
(113,112,81)
0 Favorites   0 Comments

Color spaces of #717051

RGB 11311281
HSL0.160.160.38
HSV58°28°44°
CMYK 0.000.010.28   0.56
XYZ14.089415.693110.0711
Yxy15.69310.35350.3938
Hunter Lab39.6145-5.839612.6570
CIE-Lab46.5692-5.075817.4293

#717051 color RGB value is (113,112,81).

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

The process color (four color CMYK) of #717051 color hex is 0.00, 0.01, 0.28, 0.56. Web safe color of #717051 is #666666. Color #717051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110000 01010001
Octal 161 160 121
Decimal 113 112 81
Hex 71 70 51

RGB Percentages of Color #717051

%36.93
%36.60
%26.47

CMYK Percentages of Color #717051

%0
%1
%28
%56

Triadic Colors of #717051

#717051 #517170 #705171

Analogous Colors of #717051

#717051 #627151 #716051

Monochromatic Colors of #717051

#717051

Complementary Color

#717051 #515271

#717051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717051 Color CSS Codes

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

#717051 Text Font Color

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

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


#717051 Background Color

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

This div background color is #717051


#717051 Border Color

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

This div border color is #717051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717051


Comments

No comments written yet.

Please login to write comment.