Color Hex Logo

#084000 Color Hex

#084000
(8,64,0)
0 Favorites   0 Comments

Color spaces of #084000

RGB 8640
HSL0.311.000.13
HSV113°100°25°
CMYK 0.880.001.00   0.75
XYZ1.93353.71840.6158
Yxy3.71840.30850.5933
Hunter Lab19.2832-15.847511.6048
CIE-Lab22.7177-30.395430.3605

#084000 color RGB value is (8,64,0).

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

The process color (four color CMYK) of #084000 color hex is 0.88, 0.00, 1.00, 0.75. Web safe color of #084000 is #003300. Color #084000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000000 00000000
Octal 10 100 0
Decimal 8 64 0
Hex 8 40 0

RGB Percentages of Color #084000

%11.11
%88.89
%0.00

CMYK Percentages of Color #084000

%88
%0
%100
%75

Triadic Colors of #084000

#084000 #000840 #400008

Analogous Colors of #084000

#084000 #004018 #284000

Monochromatic Colors of #084000

#084000

Complementary Color

#084000 #380040

#084000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084000 Color CSS Codes

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

#084000 Text Font Color

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

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


#084000 Background Color

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

This div background color is #084000


#084000 Border Color

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

This div border color is #084000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084000


Comments

No comments written yet.

Please login to write comment.