Color Hex Logo

#697050 Color Hex

#697050
(105,112,80)
1 Favorites   0 Comments

Color spaces of #697050

RGB 10511280
HSL0.200.170.38
HSV73°29°44°
CMYK 0.060.000.29   0.56
XYZ13.067815.17089.8289
Yxy15.17080.34330.3985
Hunter Lab38.9497-8.274512.3031
CIE-Lab45.8673-8.606816.9499

#697050 color RGB value is (105,112,80).

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

The process color (four color CMYK) of #697050 color hex is 0.06, 0.00, 0.29, 0.56. Web safe color of #697050 is #666666. Color #697050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110000 01010000
Octal 151 160 120
Decimal 105 112 80
Hex 69 70 50

RGB Percentages of Color #697050

%35.35
%37.71
%26.94

CMYK Percentages of Color #697050

%6
%0
%29
%56

Triadic Colors of #697050

#697050 #506970 #705069

Analogous Colors of #697050

#697050 #597050 #706750

Monochromatic Colors of #697050

#697050

Complementary Color

#697050 #575070

#697050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697050 Color CSS Codes

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

#697050 Text Font Color

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

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


#697050 Background Color

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

This div background color is #697050


#697050 Border Color

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

This div border color is #697050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697050

#697050 Color Palettes


Comments

No comments written yet.

Please login to write comment.