Color Hex Logo

#697951 Color Hex

#697951
(105,121,81)
0 Favorites   0 Comments

Color spaces of #697951

RGB 10512181
HSL0.230.200.40
HSV84°33°47°
CMYK 0.130.000.33   0.53
XYZ14.148317.272110.3727
Yxy17.27210.33850.4133
Hunter Lab41.5597-11.962214.2939
CIE-Lab48.6011-13.465420.0384

#697951 color RGB value is (105,121,81).

#697951 hex color red value is 105, green value is 121 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #697951 hue: 0.23 , saturation: 0.20 and the lightness value of 697951 is 0.40.

The process color (four color CMYK) of #697951 color hex is 0.13, 0.00, 0.33, 0.53. Web safe color of #697951 is #666666. Color #697951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111001 01010001
Octal 151 171 121
Decimal 105 121 81
Hex 69 79 51

RGB Percentages of Color #697951

%34.20
%39.41
%26.38

CMYK Percentages of Color #697951

%13
%0
%33
%53

Triadic Colors of #697951

#697951 #516979 #795169

Analogous Colors of #697951

#697951 #557951 #797551

Monochromatic Colors of #697951

#697951

Complementary Color

#697951 #615179

#697951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697951 Color CSS Codes

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

#697951 Text Font Color

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

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


#697951 Background Color

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

This div background color is #697951


#697951 Border Color

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

This div border color is #697951


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,121,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 #697951">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697951


Comments

No comments written yet.

Please login to write comment.