Color Hex Logo

#60743e Color Hex

#60743E
(96,116,62)
0 Favorites   0 Comments

Color spaces of #60743e

RGB 9611662
HSL0.230.300.35
HSV82°47°45°
CMYK 0.170.000.47   0.55
XYZ11.938815.32546.8863
Yxy15.32540.34960.4488
Hunter Lab39.1477-14.071616.9739
CIE-Lab46.0767-17.166327.3446

#60743e color RGB value is (96,116,62).

#60743e hex color red value is 96, green value is 116 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #60743e hue: 0.23 , saturation: 0.30 and the lightness value of 60743e is 0.35.

The process color (four color CMYK) of #60743e color hex is 0.17, 0.00, 0.47, 0.55. Web safe color of #60743e is #666633. Color #60743e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110100 00111110
Octal 140 164 76
Decimal 96 116 62
Hex 60 74 3E

RGB Percentages of Color #60743e

%35.04
%42.34
%22.63

CMYK Percentages of Color #60743e

%17
%0
%47
%55

Triadic Colors of #60743e

#60743e #3e6074 #743e60

Analogous Colors of #60743e

#60743e #45743e #746d3e

Monochromatic Colors of #60743e

#60743e

Complementary Color

#60743e #523e74

#60743e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60743e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60743e Color CSS Codes

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

#60743e Text Font Color

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

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


#60743e Background Color

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

This div background color is #60743e


#60743e Border Color

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

This div border color is #60743e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60743e


Comments

No comments written yet.

Please login to write comment.