Color Hex Logo

#60672e Color Hex

#60672E
(96,103,46)
0 Favorites   0 Comments

Color spaces of #60672e

RGB 9610346
HSL0.190.380.29
HSV67°55°40°
CMYK 0.070.000.55   0.60
XYZ10.167312.38454.4394
Yxy12.38450.37670.4588
Hunter Lab35.1916-10.014417.1547
CIE-Lab41.8208-11.875930.8547

#60672e color RGB value is (96,103,46).

#60672e hex color red value is 96, green value is 103 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #60672e hue: 0.19 , saturation: 0.38 and the lightness value of 60672e is 0.29.

The process color (four color CMYK) of #60672e color hex is 0.07, 0.00, 0.55, 0.60. Web safe color of #60672e is #666633. Color #60672e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 00101110
Octal 140 147 56
Decimal 96 103 46
Hex 60 67 2E

RGB Percentages of Color #60672e

%39.18
%42.04
%18.78

CMYK Percentages of Color #60672e

%7
%0
%55
%60

Triadic Colors of #60672e

#60672e #2e6067 #672e60

Analogous Colors of #60672e

#60672e #44672e #67522e

Monochromatic Colors of #60672e

#60672e

Complementary Color

#60672e #352e67

#60672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60672e Color CSS Codes

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

#60672e Text Font Color

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

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


#60672e Background Color

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

This div background color is #60672e


#60672e Border Color

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

This div border color is #60672e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,103,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60672e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60672e;
  -webkit-box-shadow: 1px 1px 3px 2px #60672e;
  box-shadow:         1px 1px 3px 2px #60672e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,103,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60672e


Comments

No comments written yet.

Please login to write comment.