Color Hex Logo

#6e703f Color Hex

#6E703F
(110,112,63)
0 Favorites   0 Comments

Color spaces of #6e703f

RGB 11011263
HSL0.170.280.34
HSV62°44°44°
CMYK 0.020.000.44   0.56
XYZ13.121815.26226.9569
Yxy15.26220.37130.4319
Hunter Lab39.0669-8.412316.7886
CIE-Lab45.9912-8.786326.9259

#6e703f color RGB value is (110,112,63).

#6e703f hex color red value is 110, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #6e703f hue: 0.17 , saturation: 0.28 and the lightness value of 6e703f is 0.34.

The process color (four color CMYK) of #6e703f color hex is 0.02, 0.00, 0.44, 0.56. Web safe color of #6e703f is #666633. Color #6e703f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01110000 00111111
Octal 156 160 77
Decimal 110 112 63
Hex 6E 70 3F

RGB Percentages of Color #6e703f

%38.60
%39.30
%22.11

CMYK Percentages of Color #6e703f

%2
%0
%44
%56

Triadic Colors of #6e703f

#6e703f #3f6e70 #703f6e

Analogous Colors of #6e703f

#6e703f #56703f #705a3f

Monochromatic Colors of #6e703f

#6e703f

Complementary Color

#6e703f #413f70

#6e703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e703f Color CSS Codes

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

#6e703f Text Font Color

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

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


#6e703f Background Color

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

This div background color is #6e703f


#6e703f Border Color

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

This div border color is #6e703f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,112,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e703f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e703f;
  -webkit-box-shadow: 1px 1px 3px 2px #6e703f;
  box-shadow:         1px 1px 3px 2px #6e703f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e703f


Comments

No comments written yet.

Please login to write comment.