Color Hex Logo

#697316 Color Hex

#697316
(105,115,22)
0 Favorites   0 Comments

Color spaces of #697316

RGB 10511522
HSL0.180.680.27
HSV66°81°45°
CMYK 0.090.000.81   0.55
XYZ12.101315.32273.0788
Yxy15.32270.39670.5023
Hunter Lab39.1442-13.319722.7376
CIE-Lab46.0731-16.019646.0917

#697316 color RGB value is (105,115,22).

#697316 hex color red value is 105, green value is 115 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #697316 hue: 0.18 , saturation: 0.68 and the lightness value of 697316 is 0.27.

The process color (four color CMYK) of #697316 color hex is 0.09, 0.00, 0.81, 0.55. Web safe color of #697316 is #666600. Color #697316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 00010110
Octal 151 163 26
Decimal 105 115 22
Hex 69 73 16

RGB Percentages of Color #697316

%43.39
%47.52
%9.09

CMYK Percentages of Color #697316

%9
%0
%81
%55

Triadic Colors of #697316

#697316 #166973 #731669

Analogous Colors of #697316

#697316 #3b7316 #734f16

Monochromatic Colors of #697316

#697316

Complementary Color

#697316 #201673

#697316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697316 Color CSS Codes

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

#697316 Text Font Color

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

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


#697316 Background Color

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

This div background color is #697316


#697316 Border Color

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

This div border color is #697316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697316


Comments

No comments written yet.

Please login to write comment.