Color Hex Logo

#707169 Color Hex

#707169
(112,113,105)
0 Favorites   0 Comments

Color spaces of #707169

RGB 112113105
HSL0.190.040.43
HSV68°44°
CMYK 0.010.000.07   0.56
XYZ15.137016.274915.7082
Yxy16.27490.32120.3454
Hunter Lab40.3422-3.62285.1535
CIE-Lab47.3331-1.96604.3007

#707169 color RGB value is (112,113,105).

#707169 hex color red value is 112, green value is 113 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #707169 hue: 0.19 , saturation: 0.04 and the lightness value of 707169 is 0.43.

The process color (four color CMYK) of #707169 color hex is 0.01, 0.00, 0.07, 0.56. Web safe color of #707169 is #666666. Color #707169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110001 01101001
Octal 160 161 151
Decimal 112 113 105
Hex 70 71 69

RGB Percentages of Color #707169

%33.94
%34.24
%31.82

CMYK Percentages of Color #707169

%1
%0
%7
%56

Triadic Colors of #707169

#707169 #697071 #716970

Analogous Colors of #707169

#707169 #6c7169 #716e69

Monochromatic Colors of #707169

#707169

Complementary Color

#707169 #6a6971

#707169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707169 Color CSS Codes

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

#707169 Text Font Color

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

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


#707169 Background Color

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

This div background color is #707169


#707169 Border Color

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

This div border color is #707169


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,113,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 #707169">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707169


Comments

No comments written yet.

Please login to write comment.