Color Hex Logo

#697338 Color Hex

#697338
(105,115,56)
0 Favorites   0 Comments

Color spaces of #697338

RGB 10511556
HSL0.190.350.34
HSV70°51°45°
CMYK 0.090.000.51   0.55
XYZ12.670215.55026.0751
Yxy15.55020.36940.4534
Hunter Lab39.4337-11.656418.4695
CIE-Lab46.3787-13.455831.1259

#697338 color RGB value is (105,115,56).

#697338 hex color red value is 105, green value is 115 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #697338 hue: 0.19 , saturation: 0.35 and the lightness value of 697338 is 0.34.

The process color (four color CMYK) of #697338 color hex is 0.09, 0.00, 0.51, 0.55. Web safe color of #697338 is #666633. Color #697338 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 00111000
Octal 151 163 70
Decimal 105 115 56
Hex 69 73 38

RGB Percentages of Color #697338

%38.04
%41.67
%20.29

CMYK Percentages of Color #697338

%9
%0
%51
%55

Triadic Colors of #697338

#697338 #386973 #733869

Analogous Colors of #697338

#697338 #4c7338 #736038

Monochromatic Colors of #697338

#697338

Complementary Color

#697338 #423873

#697338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697338 Color CSS Codes

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

#697338 Text Font Color

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

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


#697338 Background Color

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

This div background color is #697338


#697338 Border Color

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

This div border color is #697338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697338


Comments

No comments written yet.

Please login to write comment.