Color Hex Logo

#717449 Color Hex

#717449
(113,116,73)
0 Favorites   0 Comments

Color spaces of #717449

RGB 11311673
HSL0.180.230.37
HSV64°37°45°
CMYK 0.030.000.37   0.55
XYZ14.258016.48258.7333
Yxy16.48250.36120.4176
Hunter Lab40.5986-8.359515.6650
CIE-Lab47.6013-8.472823.4053

#717449 color RGB value is (113,116,73).

#717449 hex color red value is 113, green value is 116 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #717449 hue: 0.18 , saturation: 0.23 and the lightness value of 717449 is 0.37.

The process color (four color CMYK) of #717449 color hex is 0.03, 0.00, 0.37, 0.55. Web safe color of #717449 is #666633. Color #717449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110100 01001001
Octal 161 164 111
Decimal 113 116 73
Hex 71 74 49

RGB Percentages of Color #717449

%37.42
%38.41
%24.17

CMYK Percentages of Color #717449

%3
%0
%37
%55

Triadic Colors of #717449

#717449 #497174 #744971

Analogous Colors of #717449

#717449 #5c7449 #746249

Monochromatic Colors of #717449

#717449

Complementary Color

#717449 #4c4974

#717449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717449 Color CSS Codes

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

#717449 Text Font Color

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

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


#717449 Background Color

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

This div background color is #717449


#717449 Border Color

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

This div border color is #717449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717449


Comments

No comments written yet.

Please login to write comment.