Color Hex Logo

#697748 Color Hex

#697748
(105,119,72)
0 Favorites   0 Comments

Color spaces of #697748

RGB 10511972
HSL0.220.250.37
HSV78°39°47°
CMYK 0.120.000.39   0.53
XYZ13.592216.66488.6311
Yxy16.66480.34950.4285
Hunter Lab40.8225-12.006416.0401
CIE-Lab47.8349-13.681224.1459

#697748 color RGB value is (105,119,72).

#697748 hex color red value is 105, green value is 119 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #697748 hue: 0.22 , saturation: 0.25 and the lightness value of 697748 is 0.37.

The process color (four color CMYK) of #697748 color hex is 0.12, 0.00, 0.39, 0.53. Web safe color of #697748 is #666633. Color #697748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110111 01001000
Octal 151 167 110
Decimal 105 119 72
Hex 69 77 48

RGB Percentages of Color #697748

%35.47
%40.20
%24.32

CMYK Percentages of Color #697748

%12
%0
%39
%53

Triadic Colors of #697748

#697748 #486977 #774869

Analogous Colors of #697748

#697748 #527748 #776e48

Monochromatic Colors of #697748

#697748

Complementary Color

#697748 #564877

#697748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697748 Color CSS Codes

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

#697748 Text Font Color

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

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


#697748 Background Color

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

This div background color is #697748


#697748 Border Color

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

This div border color is #697748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697748


Comments

No comments written yet.

Please login to write comment.