Color Hex Logo

#697826 Color Hex

#697826
(105,120,38)
0 Favorites   0 Comments

Color spaces of #697826

RGB 10512038
HSL0.200.520.31
HSV71°68°47°
CMYK 0.130.000.68   0.53
XYZ12.892016.57614.3538
Yxy16.57610.38120.4901
Hunter Lab40.7138-14.727122.1593
CIE-Lab47.7214-17.761441.4734

#697826 color RGB value is (105,120,38).

#697826 hex color red value is 105, green value is 120 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #697826 hue: 0.20 , saturation: 0.52 and the lightness value of 697826 is 0.31.

The process color (four color CMYK) of #697826 color hex is 0.13, 0.00, 0.68, 0.53. Web safe color of #697826 is #666633. Color #697826 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111000 00100110
Octal 151 170 46
Decimal 105 120 38
Hex 69 78 26

RGB Percentages of Color #697826

%39.92
%45.63
%14.45

CMYK Percentages of Color #697826

%13
%0
%68
%53

Triadic Colors of #697826

#697826 #266978 #782669

Analogous Colors of #697826

#697826 #407826 #785e26

Monochromatic Colors of #697826

#697826

Complementary Color

#697826 #352678

#697826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697826 Color CSS Codes

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

#697826 Text Font Color

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

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


#697826 Background Color

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

This div background color is #697826


#697826 Border Color

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

This div border color is #697826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697826


Comments

No comments written yet.

Please login to write comment.