Color Hex Logo

#60840e Color Hex

#60840E
(96,132,14)
0 Favorites   0 Comments

Color spaces of #60840e

RGB 9613214
HSL0.220.810.29
HSV78°89°52°
CMYK 0.270.000.89   0.48
XYZ13.154419.02103.3936
Yxy19.02100.36980.5348
Hunter Lab43.6131-22.484425.9157
CIE-Lab50.7118-28.919552.0798

#60840e color RGB value is (96,132,14).

#60840e hex color red value is 96, green value is 132 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #60840e hue: 0.22 , saturation: 0.81 and the lightness value of 60840e is 0.29.

The process color (four color CMYK) of #60840e color hex is 0.27, 0.00, 0.89, 0.48. Web safe color of #60840e is #669900. Color #60840e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000100 00001110
Octal 140 204 16
Decimal 96 132 14
Hex 60 84 E

RGB Percentages of Color #60840e

%39.67
%54.55
%5.79

CMYK Percentages of Color #60840e

%27
%0
%89
%48

Triadic Colors of #60840e

#60840e #0e6084 #840e60

Analogous Colors of #60840e

#60840e #25840e #846d0e

Monochromatic Colors of #60840e

#60840e

Complementary Color

#60840e #320e84

#60840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60840e Color CSS Codes

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

#60840e Text Font Color

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

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


#60840e Background Color

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

This div background color is #60840e


#60840e Border Color

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

This div border color is #60840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60840e


Comments

No comments written yet.

Please login to write comment.