Color Hex Logo

#697157 Color Hex

#697157
(105,113,87)
0 Favorites   0 Comments

Color spaces of #697157

RGB 10511387
HSL0.220.130.39
HSV78°23°44°
CMYK 0.070.000.23   0.56
XYZ13.451115.501611.3000
Yxy15.50160.33420.3851
Hunter Lab39.3721-7.918310.5439
CIE-Lab46.3137-8.032313.4500

#697157 color RGB value is (105,113,87).

#697157 hex color red value is 105, green value is 113 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #697157 hue: 0.22 , saturation: 0.13 and the lightness value of 697157 is 0.39.

The process color (four color CMYK) of #697157 color hex is 0.07, 0.00, 0.23, 0.56. Web safe color of #697157 is #666666. Color #697157 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110001 01010111
Octal 151 161 127
Decimal 105 113 87
Hex 69 71 57

RGB Percentages of Color #697157

%34.43
%37.05
%28.52

CMYK Percentages of Color #697157

%7
%0
%23
%56

Triadic Colors of #697157

#697157 #576971 #715769

Analogous Colors of #697157

#697157 #5c7157 #716c57

Monochromatic Colors of #697157

#697157

Complementary Color

#697157 #5f5771

#697157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697157 Color CSS Codes

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

#697157 Text Font Color

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

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


#697157 Background Color

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

This div background color is #697157


#697157 Border Color

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

This div border color is #697157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697157


Comments

No comments written yet.

Please login to write comment.