Color Hex Logo

#697245 Color Hex

#697245
(105,114,69)
0 Favorites   0 Comments

Color spaces of #697245

RGB 10511469
HSL0.200.250.36
HSV72°39°45°
CMYK 0.080.000.39   0.55
XYZ12.917215.46767.9350
Yxy15.46760.35570.4259
Hunter Lab39.3289-10.198915.5678
CIE-Lab46.2681-11.329823.8192

#697245 color RGB value is (105,114,69).

#697245 hex color red value is 105, green value is 114 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #697245 hue: 0.20 , saturation: 0.25 and the lightness value of 697245 is 0.36.

The process color (four color CMYK) of #697245 color hex is 0.08, 0.00, 0.39, 0.55. Web safe color of #697245 is #666633. Color #697245 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110010 01000101
Octal 151 162 105
Decimal 105 114 69
Hex 69 72 45

RGB Percentages of Color #697245

%36.46
%39.58
%23.96

CMYK Percentages of Color #697245

%8
%0
%39
%55

Triadic Colors of #697245

#697245 #456972 #724569

Analogous Colors of #697245

#697245 #537245 #726545

Monochromatic Colors of #697245

#697245

Complementary Color

#697245 #4e4572

#697245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697245 Color CSS Codes

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

#697245 Text Font Color

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

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


#697245 Background Color

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

This div background color is #697245


#697245 Border Color

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

This div border color is #697245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697245


Comments

No comments written yet.

Please login to write comment.