Color Hex Logo

#697930 Color Hex

#697930
(105,121,48)
0 Favorites   0 Comments

Color spaces of #697930

RGB 10512148
HSL0.200.430.33
HSV73°60°47°
CMYK 0.130.000.60   0.53
XYZ13.196616.89145.3611
Yxy16.89140.37230.4765
Hunter Lab41.0991-14.608621.0354
CIE-Lab48.1229-17.484437.2527

#697930 color RGB value is (105,121,48).

#697930 hex color red value is 105, green value is 121 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #697930 hue: 0.20 , saturation: 0.43 and the lightness value of 697930 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111001 00110000
Octal 151 171 60
Decimal 105 121 48
Hex 69 79 30

RGB Percentages of Color #697930

%38.32
%44.16
%17.52

CMYK Percentages of Color #697930

%13
%0
%60
%53

Triadic Colors of #697930

#697930 #306979 #793069

Analogous Colors of #697930

#697930 #457930 #796530

Monochromatic Colors of #697930

#697930

Complementary Color

#697930 #403079

#697930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697930 Color CSS Codes

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

#697930 Text Font Color

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

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


#697930 Background Color

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

This div background color is #697930


#697930 Border Color

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

This div border color is #697930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697930


Comments

No comments written yet.

Please login to write comment.