Color Hex Logo

#60673f Color Hex

#60673F
(96,103,63)
0 Favorites   0 Comments

Color spaces of #60673f

RGB 9610363
HSL0.200.240.33
HSV71°39°40°
CMYK 0.070.000.39   0.60
XYZ10.571312.54626.5671
Yxy12.54620.35610.4227
Hunter Lab35.4206-8.712713.8019
CIE-Lab42.0714-9.852921.6896

#60673f color RGB value is (96,103,63).

#60673f hex color red value is 96, green value is 103 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #60673f hue: 0.20 , saturation: 0.24 and the lightness value of 60673f is 0.33.

The process color (four color CMYK) of #60673f color hex is 0.07, 0.00, 0.39, 0.60. Web safe color of #60673f is #666633. Color #60673f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 00111111
Octal 140 147 77
Decimal 96 103 63
Hex 60 67 3F

RGB Percentages of Color #60673f

%36.64
%39.31
%24.05

CMYK Percentages of Color #60673f

%7
%0
%39
%60

Triadic Colors of #60673f

#60673f #3f6067 #673f60

Analogous Colors of #60673f

#60673f #4c673f #675a3f

Monochromatic Colors of #60673f

#60673f

Complementary Color

#60673f #463f67

#60673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60673f Color CSS Codes

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

#60673f Text Font Color

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

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


#60673f Background Color

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

This div background color is #60673f


#60673f Border Color

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

This div border color is #60673f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,103,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 #60673f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60673f


Comments

No comments written yet.

Please login to write comment.