Color Hex Logo

#697252 Color Hex

#697252
(105,114,82)
0 Favorites   0 Comments

Color spaces of #697252

RGB 10511482
HSL0.210.160.38
HSV77°28°45°
CMYK 0.080.000.28   0.55
XYZ13.366015.647110.2984
Yxy15.64710.34000.3980
Hunter Lab39.5564-8.909112.2535
CIE-Lab46.5080-9.420716.6484

#697252 color RGB value is (105,114,82).

#697252 hex color red value is 105, green value is 114 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #697252 hue: 0.21 , saturation: 0.16 and the lightness value of 697252 is 0.38.

The process color (four color CMYK) of #697252 color hex is 0.08, 0.00, 0.28, 0.55. Web safe color of #697252 is #666666. Color #697252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110010 01010010
Octal 151 162 122
Decimal 105 114 82
Hex 69 72 52

RGB Percentages of Color #697252

%34.88
%37.87
%27.24

CMYK Percentages of Color #697252

%8
%0
%28
%55

Triadic Colors of #697252

#697252 #526972 #725269

Analogous Colors of #697252

#697252 #597252 #726b52

Monochromatic Colors of #697252

#697252

Complementary Color

#697252 #5b5272

#697252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697252 Color CSS Codes

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

#697252 Text Font Color

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

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


#697252 Background Color

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

This div background color is #697252


#697252 Border Color

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

This div border color is #697252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697252


Comments

No comments written yet.

Please login to write comment.