Color Hex Logo

#697351 Color Hex

#697351
(105,115,81)
0 Favorites   0 Comments

Color spaces of #697351

RGB 10511581
HSL0.220.170.38
HSV78°30°45°
CMYK 0.090.000.30   0.55
XYZ13.441615.858810.1372
Yxy15.85880.34080.4021
Hunter Lab39.8231-9.440912.7836
CIE-Lab46.7887-10.141017.6102

#697351 color RGB value is (105,115,81).

#697351 hex color red value is 105, green value is 115 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #697351 hue: 0.22 , saturation: 0.17 and the lightness value of 697351 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 01010001
Octal 151 163 121
Decimal 105 115 81
Hex 69 73 51

RGB Percentages of Color #697351

%34.88
%38.21
%26.91

CMYK Percentages of Color #697351

%9
%0
%30
%55

Triadic Colors of #697351

#697351 #516973 #735169

Analogous Colors of #697351

#697351 #587351 #736c51

Monochromatic Colors of #697351

#697351

Complementary Color

#697351 #5b5173

#697351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697351 Color CSS Codes

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

#697351 Text Font Color

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

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


#697351 Background Color

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

This div background color is #697351


#697351 Border Color

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

This div border color is #697351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697351


Comments

No comments written yet.

Please login to write comment.