Color Hex Logo

#084934 Color Hex

#084934
(8,73,52)
0 Favorites   0 Comments

Color spaces of #084934

RGB 87352
HSL0.450.800.16
HSV161°89°29°
CMYK 0.890.000.29   0.71
XYZ3.10255.06464.0629
Yxy5.06460.25370.4141
Hunter Lab22.5047-14.77515.0493
CIE-Lab26.9180-25.19727.1639

#084934 color RGB value is (8,73,52).

#084934 hex color red value is 8, green value is 73 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #084934 hue: 0.45 , saturation: 0.80 and the lightness value of 084934 is 0.16.

The process color (four color CMYK) of #084934 color hex is 0.89, 0.00, 0.29, 0.71. Web safe color of #084934 is #003333. Color #084934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001001 00110100
Octal 10 111 64
Decimal 8 73 52
Hex 8 49 34

RGB Percentages of Color #084934

%6.02
%54.89
%39.10

CMYK Percentages of Color #084934

%89
%0
%29
%71

Triadic Colors of #084934

#084934 #340849 #493408

Analogous Colors of #084934

#084934 #083e49 #084914

Monochromatic Colors of #084934

#084934

Complementary Color

#084934 #49081d

#084934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084934 Color CSS Codes

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

#084934 Text Font Color

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

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


#084934 Background Color

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

This div background color is #084934


#084934 Border Color

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

This div border color is #084934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084934


Comments

No comments written yet.

Please login to write comment.