Color Hex Logo

#607048 Color Hex

#607048
(96,112,72)
0 Favorites   0 Comments

Color spaces of #607048

RGB 9611272
HSL0.230.220.36
HSV84°36°44°
CMYK 0.140.000.36   0.56
XYZ11.787714.54308.3167
Yxy14.54300.34020.4197
Hunter Lab38.1353-11.562013.7645
CIE-Lab45.0018-13.594020.3174

#607048 color RGB value is (96,112,72).

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

The process color (four color CMYK) of #607048 color hex is 0.14, 0.00, 0.36, 0.56. Web safe color of #607048 is #666633. Color #607048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110000 01001000
Octal 140 160 110
Decimal 96 112 72
Hex 60 70 48

RGB Percentages of Color #607048

%34.29
%40.00
%25.71

CMYK Percentages of Color #607048

%14
%0
%36
%56

Triadic Colors of #607048

#607048 #486070 #704860

Analogous Colors of #607048

#607048 #4c7048 #706c48

Monochromatic Colors of #607048

#607048

Complementary Color

#607048 #584870

#607048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607048 Color CSS Codes

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

#607048 Text Font Color

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

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


#607048 Background Color

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

This div background color is #607048


#607048 Border Color

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

This div border color is #607048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607048


Comments

No comments written yet.

Please login to write comment.