Color Hex Logo

#697673 Color Hex

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

Color spaces of #697673

RGB 105118115
HSL0.460.060.44
HSV166°11°46°
CMYK 0.110.000.03   0.54
XYZ15.398617.197918.7276
Yxy17.19790.30000.3351
Hunter Lab41.4704-6.29322.2545
CIE-Lab48.5084-5.4797-0.0040

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

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

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

Base Numbers

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

RGB Percentages of Color #697673

%31.07
%34.91
%34.02

CMYK Percentages of Color #697673

%11
%0
%3
%54

Triadic Colors of #697673

#697673 #736976 #767369

Analogous Colors of #697673

#697673 #697376 #69766d

Monochromatic Colors of #697673

#697673

Complementary Color

#697673 #76696c

#697673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697673 Color CSS Codes

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

#697673 Text Font Color

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

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


#697673 Background Color

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

This div background color is #697673


#697673 Border Color

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

This div border color is #697673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697673


Comments

No comments written yet.

Please login to write comment.