Color Hex Logo

#697463 Color Hex

#697463
(105,116,99)
0 Favorites   0 Comments

Color spaces of #697463

RGB 10511699
HSL0.270.080.42
HSV99°15°45°
CMYK 0.090.000.15   0.55
XYZ14.323216.394914.2140
Yxy16.39490.31880.3649
Hunter Lab40.4906-7.71587.5300
CIE-Lab47.4884-7.58198.0057

#697463 color RGB value is (105,116,99).

#697463 hex color red value is 105, green value is 116 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #697463 hue: 0.27 , saturation: 0.08 and the lightness value of 697463 is 0.42.

The process color (four color CMYK) of #697463 color hex is 0.09, 0.00, 0.15, 0.55. Web safe color of #697463 is #666666. Color #697463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110100 01100011
Octal 151 164 143
Decimal 105 116 99
Hex 69 74 63

RGB Percentages of Color #697463

%32.81
%36.25
%30.94

CMYK Percentages of Color #697463

%9
%0
%15
%55

Triadic Colors of #697463

#697463 #636974 #746369

Analogous Colors of #697463

#697463 #637466 #727463

Monochromatic Colors of #697463

#697463

Complementary Color

#697463 #6e6374

#697463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697463 Color CSS Codes

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

#697463 Text Font Color

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

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


#697463 Background Color

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

This div background color is #697463


#697463 Border Color

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

This div border color is #697463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697463


Comments

No comments written yet.

Please login to write comment.