Color Hex Logo

#60711d Color Hex

#60711D
(96,113,29)
0 Favorites   0 Comments

Color spaces of #60711d

RGB 9611329
HSL0.200.590.28
HSV72°74°44°
CMYK 0.150.000.74   0.56
XYZ10.950814.38583.3620
Yxy14.38580.38160.5013
Hunter Lab37.9286-14.838321.2946
CIE-Lab44.7812-18.689642.0507

#60711d color RGB value is (96,113,29).

#60711d hex color red value is 96, green value is 113 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #60711d hue: 0.20 , saturation: 0.59 and the lightness value of 60711d is 0.28.

The process color (four color CMYK) of #60711d color hex is 0.15, 0.00, 0.74, 0.56. Web safe color of #60711d is #666633. Color #60711d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110001 00011101
Octal 140 161 35
Decimal 96 113 29
Hex 60 71 1D

RGB Percentages of Color #60711d

%40.34
%47.48
%12.18

CMYK Percentages of Color #60711d

%15
%0
%74
%56

Triadic Colors of #60711d

#60711d #1d6071 #711d60

Analogous Colors of #60711d

#60711d #36711d #71581d

Monochromatic Colors of #60711d

#60711d

Complementary Color

#60711d #2e1d71

#60711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60711d Color CSS Codes

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

#60711d Text Font Color

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

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


#60711d Background Color

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

This div background color is #60711d


#60711d Border Color

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

This div border color is #60711d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60711d


Comments

No comments written yet.

Please login to write comment.