Color Hex Logo

#60671d Color Hex

#60671D
(96,103,29)
0 Favorites   0 Comments

Color spaces of #60671d

RGB 9610329
HSL0.180.560.26
HSV66°72°40°
CMYK 0.070.000.72   0.60
XYZ9.895912.27603.0103
Yxy12.27600.39300.4875
Hunter Lab35.0371-10.899319.4319
CIE-Lab41.6515-13.276938.9235

#60671d color RGB value is (96,103,29).

#60671d hex color red value is 96, green value is 103 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #60671d hue: 0.18 , saturation: 0.56 and the lightness value of 60671d is 0.26.

The process color (four color CMYK) of #60671d color hex is 0.07, 0.00, 0.72, 0.60. Web safe color of #60671d is #666633. Color #60671d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 00011101
Octal 140 147 35
Decimal 96 103 29
Hex 60 67 1D

RGB Percentages of Color #60671d

%42.11
%45.18
%12.72

CMYK Percentages of Color #60671d

%7
%0
%72
%60

Triadic Colors of #60671d

#60671d #1d6067 #671d60

Analogous Colors of #60671d

#60671d #3b671d #67491d

Monochromatic Colors of #60671d

#60671d

Complementary Color

#60671d #241d67

#60671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60671d Color CSS Codes

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

#60671d Text Font Color

<p style="color:#60671d">Text here</p>

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


#60671d Background Color

<div style="background-color:#60671d">
Div content here</div>

This div background color is #60671d


#60671d Border Color

<div style="border:3px solid #60671d">
Div here</div>

This div border color is #60671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60671d


Comments

No comments written yet.

Please login to write comment.