Color Hex Logo

#008640 Color Hex

#008640
(0,134,64)
2 Favorites   0 Comments

Color spaces of #008640

RGB 013464
HSL0.411.000.26
HSV149°100°53°
CMYK 1.000.000.52   0.47
XYZ9.450517.42047.7149
Yxy17.42040.27320.5037
Hunter Lab41.7378-32.624118.2571
CIE-Lab48.7854-47.610128.9391

#008640 color RGB value is (0,134,64).

#008640 hex color red value is 0, green value is 134 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #008640 hue: 0.41 , saturation: 1.00 and the lightness value of 008640 is 0.26.

The process color (four color CMYK) of #008640 color hex is 1.00, 0.00, 0.52, 0.47. Web safe color of #008640 is #009933. Color #008640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000110 01000000
Octal 0 206 100
Decimal 0 134 64
Hex 0 86 40

RGB Percentages of Color #008640

%0.00
%67.68
%32.32

CMYK Percentages of Color #008640

%100
%0
%52
%47

Triadic Colors of #008640

#008640 #400086 #864000

Analogous Colors of #008640

#008640 #008683 #038600

Monochromatic Colors of #008640

#008640

Complementary Color

#008640 #860046

#008640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008640 Color CSS Codes

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

#008640 Text Font Color

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

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


#008640 Background Color

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

This div background color is #008640


#008640 Border Color

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

This div border color is #008640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008640


Comments

No comments written yet.

Please login to write comment.