Color Hex Logo

#717669 Color Hex

#717669
(113,118,105)
0 Favorites   0 Comments

Color spaces of #717669

RGB 113118105
HSL0.230.060.44
HSV83°11°46°
CMYK 0.040.000.11   0.54
XYZ15.838317.487515.9053
Yxy17.48750.32170.3552
Hunter Lab41.8181-5.57606.7220
CIE-Lab48.8685-4.46166.5110

#717669 color RGB value is (113,118,105).

#717669 hex color red value is 113, green value is 118 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #717669 hue: 0.23 , saturation: 0.06 and the lightness value of 717669 is 0.44.

The process color (four color CMYK) of #717669 color hex is 0.04, 0.00, 0.11, 0.54. Web safe color of #717669 is #666666. Color #717669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110110 01101001
Octal 161 166 151
Decimal 113 118 105
Hex 71 76 69

RGB Percentages of Color #717669

%33.63
%35.12
%31.25

CMYK Percentages of Color #717669

%4
%0
%11
%54

Triadic Colors of #717669

#717669 #697176 #766971

Analogous Colors of #717669

#717669 #6b7669 #767569

Monochromatic Colors of #717669

#717669

Complementary Color

#717669 #6e6976

#717669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717669 Color CSS Codes

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

#717669 Text Font Color

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

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


#717669 Background Color

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

This div background color is #717669


#717669 Border Color

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

This div border color is #717669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717669


Comments

No comments written yet.

Please login to write comment.