Color Hex Logo

#608518 Color Hex

#608518
(96,133,24)
0 Favorites   0 Comments

Color spaces of #608518

RGB 9613324
HSL0.220.690.31
HSV80°82°52°
CMYK 0.280.000.82   0.48
XYZ13.376319.32783.8898
Yxy19.32780.36550.5282
Hunter Lab43.9634-22.625525.5285
CIE-Lab51.0685-29.011149.7657

#608518 color RGB value is (96,133,24).

#608518 hex color red value is 96, green value is 133 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #608518 hue: 0.22 , saturation: 0.69 and the lightness value of 608518 is 0.31.

The process color (four color CMYK) of #608518 color hex is 0.28, 0.00, 0.82, 0.48. Web safe color of #608518 is #669900. Color #608518 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 00011000
Octal 140 205 30
Decimal 96 133 24
Hex 60 85 18

RGB Percentages of Color #608518

%37.94
%52.57
%9.49

CMYK Percentages of Color #608518

%28
%0
%82
%48

Triadic Colors of #608518

#608518 #186085 #851860

Analogous Colors of #608518

#608518 #2a8518 #857418

Monochromatic Colors of #608518

#608518

Complementary Color

#608518 #3d1885

#608518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608518 Color CSS Codes

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

#608518 Text Font Color

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

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


#608518 Background Color

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

This div background color is #608518


#608518 Border Color

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

This div border color is #608518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608518


Comments

No comments written yet.

Please login to write comment.