Color Hex Logo

#698032 Color Hex

#698032
(105,128,50)
0 Favorites   0 Comments

Color spaces of #698032

RGB 10512850
HSL0.220.440.35
HSV78°61°50°
CMYK 0.180.000.61   0.50
XYZ14.120618.67195.8774
Yxy18.67190.36520.4829
Hunter Lab43.2110-17.288522.1833
CIE-Lab50.3011-20.966338.7268

#698032 color RGB value is (105,128,50).

#698032 hex color red value is 105, green value is 128 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #698032 hue: 0.22 , saturation: 0.44 and the lightness value of 698032 is 0.35.

The process color (four color CMYK) of #698032 color hex is 0.18, 0.00, 0.61, 0.50. Web safe color of #698032 is #669933. Color #698032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000000 00110010
Octal 151 200 62
Decimal 105 128 50
Hex 69 80 32

RGB Percentages of Color #698032

%37.10
%45.23
%17.67

CMYK Percentages of Color #698032

%18
%0
%61
%50

Triadic Colors of #698032

#698032 #326980 #803269

Analogous Colors of #698032

#698032 #428032 #807032

Monochromatic Colors of #698032

#698032

Complementary Color

#698032 #493280

#698032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698032 Color CSS Codes

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

#698032 Text Font Color

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

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


#698032 Background Color

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

This div background color is #698032


#698032 Border Color

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

This div border color is #698032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698032


Comments

No comments written yet.

Please login to write comment.