Color Hex Logo

#717247 Color Hex

#717247
(113,114,71)
0 Favorites   0 Comments

Color spaces of #717247

RGB 11311471
HSL0.170.230.36
HSV61°38°45°
CMYK 0.010.000.38   0.55
XYZ13.964716.00038.3136
Yxy16.00030.36480.4180
Hunter Lab40.0004-7.683815.6775
CIE-Lab46.9749-7.607223.7298

#717247 color RGB value is (113,114,71).

#717247 hex color red value is 113, green value is 114 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #717247 hue: 0.17 , saturation: 0.23 and the lightness value of 717247 is 0.36.

The process color (four color CMYK) of #717247 color hex is 0.01, 0.00, 0.38, 0.55. Web safe color of #717247 is #666633. Color #717247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110010 01000111
Octal 161 162 107
Decimal 113 114 71
Hex 71 72 47

RGB Percentages of Color #717247

%37.92
%38.26
%23.83

CMYK Percentages of Color #717247

%1
%0
%38
%55

Triadic Colors of #717247

#717247 #477172 #724771

Analogous Colors of #717247

#717247 #5c7247 #725e47

Monochromatic Colors of #717247

#717247

Complementary Color

#717247 #484772

#717247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717247 Color CSS Codes

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

#717247 Text Font Color

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

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


#717247 Background Color

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

This div background color is #717247


#717247 Border Color

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

This div border color is #717247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717247


Comments

No comments written yet.

Please login to write comment.