Color Hex Logo

#697376 Color Hex

#697376
(105,115,118)
0 Favorites   0 Comments

Color spaces of #697376

RGB 105115118
HSL0.540.060.44
HSV194°11°46°
CMYK 0.110.030.00   0.54
XYZ15.226416.572719.5359
Yxy16.57270.29660.3228
Hunter Lab40.7096-4.47830.0444
CIE-Lab47.7171-3.0885-2.9461

#697376 color RGB value is (105,115,118).

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

The process color (four color CMYK) of #697376 color hex is 0.11, 0.03, 0.00, 0.54. Web safe color of #697376 is #666666. Color #697376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 01110110
Octal 151 163 166
Decimal 105 115 118
Hex 69 73 76

RGB Percentages of Color #697376

%31.07
%34.02
%34.91

CMYK Percentages of Color #697376

%11
%3
%0
%54

Triadic Colors of #697376

#697376 #766973 #737669

Analogous Colors of #697376

#697376 #696d76 #697673

Monochromatic Colors of #697376

#697376

Complementary Color

#697376 #766c69

#697376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697376 Color CSS Codes

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

#697376 Text Font Color

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

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


#697376 Background Color

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

This div background color is #697376


#697376 Border Color

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

This div border color is #697376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697376


Comments

No comments written yet.

Please login to write comment.