Color Hex Logo

#697756 Color Hex

#697756
(105,119,86)
0 Favorites   0 Comments

Color spaces of #697756

RGB 10511986
HSL0.240.160.40
HSV85°28°47°
CMYK 0.120.000.28   0.53
XYZ14.102216.868811.3168
Yxy16.86880.33350.3989
Hunter Lab41.0716-10.586312.4135
CIE-Lab48.0943-11.569216.4735

#697756 color RGB value is (105,119,86).

#697756 hex color red value is 105, green value is 119 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #697756 hue: 0.24 , saturation: 0.16 and the lightness value of 697756 is 0.40.

The process color (four color CMYK) of #697756 color hex is 0.12, 0.00, 0.28, 0.53. Web safe color of #697756 is #666666. Color #697756 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110111 01010110
Octal 151 167 126
Decimal 105 119 86
Hex 69 77 56

RGB Percentages of Color #697756

%33.87
%38.39
%27.74

CMYK Percentages of Color #697756

%12
%0
%28
%53

Triadic Colors of #697756

#697756 #566977 #775669

Analogous Colors of #697756

#697756 #597756 #777556

Monochromatic Colors of #697756

#697756

Complementary Color

#697756 #645677

#697756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697756 Color CSS Codes

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

#697756 Text Font Color

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

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


#697756 Background Color

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

This div background color is #697756


#697756 Border Color

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

This div border color is #697756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697756


Comments

No comments written yet.

Please login to write comment.