Color Hex Logo

#607442 Color Hex

#607442
(96,116,66)
0 Favorites   0 Comments

Color spaces of #607442

RGB 9611666
HSL0.230.270.36
HSV84°43°45°
CMYK 0.170.000.43   0.55
XYZ12.052615.37097.4859
Yxy15.37090.34530.4403
Hunter Lab39.2057-13.735716.1233
CIE-Lab46.1381-16.637825.2018

#607442 color RGB value is (96,116,66).

#607442 hex color red value is 96, green value is 116 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #607442 hue: 0.23 , saturation: 0.27 and the lightness value of 607442 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110100 01000010
Octal 140 164 102
Decimal 96 116 66
Hex 60 74 42

RGB Percentages of Color #607442

%34.53
%41.73
%23.74

CMYK Percentages of Color #607442

%17
%0
%43
%55

Triadic Colors of #607442

#607442 #426074 #744260

Analogous Colors of #607442

#607442 #477442 #746f42

Monochromatic Colors of #607442

#607442

Complementary Color

#607442 #564274

#607442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607442 Color CSS Codes

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

#607442 Text Font Color

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

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


#607442 Background Color

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

This div background color is #607442


#607442 Border Color

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

This div border color is #607442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607442


Comments

No comments written yet.

Please login to write comment.