Color Hex Logo

#608463 Color Hex

#608463
(96,132,99)
0 Favorites   0 Comments

Color spaces of #608463

RGB 9613299
HSL0.350.160.45
HSV125°27°52°
CMYK 0.270.000.25   0.48
XYZ15.327319.890214.8357
Yxy19.89020.30620.3974
Hunter Lab44.5984-16.701511.4960
CIE-Lab51.7128-19.713113.8311

#608463 color RGB value is (96,132,99).

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

The process color (four color CMYK) of #608463 color hex is 0.27, 0.00, 0.25, 0.48. Web safe color of #608463 is #669966. Color #608463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000100 01100011
Octal 140 204 143
Decimal 96 132 99
Hex 60 84 63

RGB Percentages of Color #608463

%29.36
%40.37
%30.28

CMYK Percentages of Color #608463

%27
%0
%25
%48

Triadic Colors of #608463

#608463 #636084 #846360

Analogous Colors of #608463

#608463 #608475 #6f8460

Monochromatic Colors of #608463

#608463

Complementary Color

#608463 #846081

#608463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608463 Color CSS Codes

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

#608463 Text Font Color

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

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


#608463 Background Color

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

This div background color is #608463


#608463 Border Color

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

This div border color is #608463


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,132,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 #608463">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608463


Comments

No comments written yet.

Please login to write comment.