Color Hex Logo

#608618 Color Hex

#608618
(96,134,24)
0 Favorites   0 Comments

Color spaces of #608618

RGB 9613424
HSL0.220.700.31
HSV81°82°53°
CMYK 0.280.000.82   0.47
XYZ13.513819.60293.9356
Yxy19.60290.36470.5291
Hunter Lab44.2752-22.999225.7224
CIE-Lab51.3852-29.488250.0542

#608618 color RGB value is (96,134,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 00011000
Octal 140 206 30
Decimal 96 134 24
Hex 60 86 18

RGB Percentages of Color #608618

%37.80
%52.76
%9.45

CMYK Percentages of Color #608618

%28
%0
%82
%47

Triadic Colors of #608618

#608618 #186086 #861860

Analogous Colors of #608618

#608618 #298618 #867518

Monochromatic Colors of #608618

#608618

Complementary Color

#608618 #3e1886

#608618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608618 Color CSS Codes

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

#608618 Text Font Color

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

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


#608618 Background Color

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

This div background color is #608618


#608618 Border Color

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

This div border color is #608618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608618


Comments

No comments written yet.

Please login to write comment.