Color Hex Logo

#6c7e42 Color Hex

#6C7E42
(108,126,66)
0 Favorites   0 Comments

Color spaces of #6c7e42

RGB 10812666
HSL0.220.310.38
HSV78°48°49°
CMYK 0.140.000.48   0.51
XYZ14.628618.50327.9547
Yxy18.50320.35600.4503
Hunter Lab43.0153-14.572819.1464
CIE-Lab50.1008-16.964730.3583

#6c7e42 color RGB value is (108,126,66).

#6c7e42 hex color red value is 108, green value is 126 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #6c7e42 hue: 0.22 , saturation: 0.31 and the lightness value of 6c7e42 is 0.38.

The process color (four color CMYK) of #6c7e42 color hex is 0.14, 0.00, 0.48, 0.51. Web safe color of #6c7e42 is #666633. Color #6c7e42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01111110 01000010
Octal 154 176 102
Decimal 108 126 66
Hex 6C 7E 42

RGB Percentages of Color #6c7e42

%36.00
%42.00
%22.00

CMYK Percentages of Color #6c7e42

%14
%0
%48
%51

Triadic Colors of #6c7e42

#6c7e42 #426c7e #7e426c

Analogous Colors of #6c7e42

#6c7e42 #4e7e42 #7e7242

Monochromatic Colors of #6c7e42

#6c7e42

Complementary Color

#6c7e42 #54427e

#6c7e42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c7e42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c7e42 Color CSS Codes

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

#6c7e42 Text Font Color

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

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


#6c7e42 Background Color

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

This div background color is #6c7e42


#6c7e42 Border Color

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

This div border color is #6c7e42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,126,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c7e42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c7e42;
  -webkit-box-shadow: 1px 1px 3px 2px #6c7e42;
  box-shadow:         1px 1px 3px 2px #6c7e42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,126,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c7e42

#6c7e42 Color Palettes


Comments

No comments written yet.

Please login to write comment.