Color Hex Logo

#607967 Color Hex

#607967
(96,121,103)
0 Favorites   0 Comments

Color spaces of #607967

RGB 96121103
HSL0.380.120.43
HSV137°21°47°
CMYK 0.210.000.15   0.53
XYZ14.109417.140815.3968
Yxy17.14080.30250.3675
Hunter Lab41.4014-11.62076.9316
CIE-Lab48.4370-13.00116.9016

#607967 color RGB value is (96,121,103).

#607967 hex color red value is 96, green value is 121 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #607967 hue: 0.38 , saturation: 0.12 and the lightness value of 607967 is 0.43.

The process color (four color CMYK) of #607967 color hex is 0.21, 0.00, 0.15, 0.53. Web safe color of #607967 is #666666. Color #607967 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111001 01100111
Octal 140 171 147
Decimal 96 121 103
Hex 60 79 67

RGB Percentages of Color #607967

%30.00
%37.81
%32.19

CMYK Percentages of Color #607967

%21
%0
%15
%53

Triadic Colors of #607967

#607967 #676079 #796760

Analogous Colors of #607967

#607967 #607974 #667960

Monochromatic Colors of #607967

#607967

Complementary Color

#607967 #796072

#607967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607967 Color CSS Codes

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

#607967 Text Font Color

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

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


#607967 Background Color

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

This div background color is #607967


#607967 Border Color

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

This div border color is #607967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607967

#607967 Color Palettes


Comments

No comments written yet.

Please login to write comment.