Color Hex Logo

#6c732f Color Hex

#6C732F
(108,115,47)
0 Favorites   0 Comments

Color spaces of #6c732f

RGB 10811547
HSL0.180.420.32
HSV66°59°45°
CMYK 0.060.000.59   0.55
XYZ12.828215.65485.0349
Yxy15.65480.38270.4671
Hunter Lab39.5661-11.367220.1515
CIE-Lab46.5183-13.000036.0041

#6c732f color RGB value is (108,115,47).

#6c732f hex color red value is 108, green value is 115 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6c732f hue: 0.18 , saturation: 0.42 and the lightness value of 6c732f is 0.32.

The process color (four color CMYK) of #6c732f color hex is 0.06, 0.00, 0.59, 0.55. Web safe color of #6c732f is #666633. Color #6c732f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01110011 00101111
Octal 154 163 57
Decimal 108 115 47
Hex 6C 73 2F

RGB Percentages of Color #6c732f

%40.00
%42.59
%17.41

CMYK Percentages of Color #6c732f

%6
%0
%59
%55

Triadic Colors of #6c732f

#6c732f #2f6c73 #732f6c

Analogous Colors of #6c732f

#6c732f #4a732f #73582f

Monochromatic Colors of #6c732f

#6c732f

Complementary Color

#6c732f #362f73

#6c732f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c732f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c732f Color CSS Codes

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

#6c732f Text Font Color

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

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


#6c732f Background Color

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

This div background color is #6c732f


#6c732f Border Color

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

This div border color is #6c732f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c732f


Comments

No comments written yet.

Please login to write comment.