Color Hex Logo

#084d2c Color Hex

#084D2C
(8,77,44)
0 Favorites   0 Comments

Color spaces of #084d2c

RGB 87744
HSL0.420.810.17
HSV151°90°30°
CMYK 0.900.000.43   0.70
XYZ3.20865.54123.2833
Yxy5.54120.26660.4605
Hunter Lab23.5398-16.86408.2081
CIE-Lab28.2241-29.025813.9974

#084d2c color RGB value is (8,77,44).

#084d2c hex color red value is 8, green value is 77 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #084d2c hue: 0.42 , saturation: 0.81 and the lightness value of 084d2c is 0.17.

The process color (four color CMYK) of #084d2c color hex is 0.90, 0.00, 0.43, 0.70. Web safe color of #084d2c is #006633. Color #084d2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001101 00101100
Octal 10 115 54
Decimal 8 77 44
Hex 8 4D 2C

RGB Percentages of Color #084d2c

%6.20
%59.69
%34.11

CMYK Percentages of Color #084d2c

%90
%0
%43
%70

Triadic Colors of #084d2c

#084d2c #2c084d #4d2c08

Analogous Colors of #084d2c

#084d2c #084c4d #084d09

Monochromatic Colors of #084d2c

#084d2c

Complementary Color

#084d2c #4d0829

#084d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#084d2c Color CSS Codes

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

#084d2c Text Font Color

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

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


#084d2c Background Color

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

This div background color is #084d2c


#084d2c Border Color

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

This div border color is #084d2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,77,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #084d2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #084d2c;
  -webkit-box-shadow: 1px 1px 3px 2px #084d2c;
  box-shadow:         1px 1px 3px 2px #084d2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084d2c


Comments

No comments written yet.

Please login to write comment.