Color Hex Logo

#608663 Color Hex

#608663
(96,134,99)
0 Favorites   0 Comments

Color spaces of #608663

RGB 9613499
HSL0.350.170.45
HSV125°28°53°
CMYK 0.280.000.26   0.47
XYZ15.601120.437814.9270
Yxy20.43780.30610.4010
Hunter Lab45.2082-17.514912.0691
CIE-Lab52.3286-20.756414.6821

#608663 color RGB value is (96,134,99).

#608663 hex color red value is 96, green value is 134 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #608663 hue: 0.35 , saturation: 0.17 and the lightness value of 608663 is 0.45.

The process color (four color CMYK) of #608663 color hex is 0.28, 0.00, 0.26, 0.47. Web safe color of #608663 is #669966. Color #608663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 01100011
Octal 140 206 143
Decimal 96 134 99
Hex 60 86 63

RGB Percentages of Color #608663

%29.18
%40.73
%30.09

CMYK Percentages of Color #608663

%28
%0
%26
%47

Triadic Colors of #608663

#608663 #636086 #866360

Analogous Colors of #608663

#608663 #608676 #708660

Monochromatic Colors of #608663

#608663

Complementary Color

#608663 #866083

#608663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608663 Color CSS Codes

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

#608663 Text Font Color

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

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


#608663 Background Color

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

This div background color is #608663


#608663 Border Color

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

This div border color is #608663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608663


Comments

No comments written yet.

Please login to write comment.