Color Hex Logo

#084037 Color Hex

#084037
(8,64,55)
0 Favorites   0 Comments

Color spaces of #084037

RGB 86455
HSL0.470.780.14
HSV170°88°25°
CMYK 0.880.000.14   0.75
XYZ2.62313.99434.2471
Yxy3.99430.24140.3676
Hunter Lab19.9857-11.54721.3905
CIE-Lab23.6526-19.81710.5388

#084037 color RGB value is (8,64,55).

#084037 hex color red value is 8, green value is 64 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #084037 hue: 0.47 , saturation: 0.78 and the lightness value of 084037 is 0.14.

The process color (four color CMYK) of #084037 color hex is 0.88, 0.00, 0.14, 0.75. Web safe color of #084037 is #003333. Color #084037 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000000 00110111
Octal 10 100 67
Decimal 8 64 55
Hex 8 40 37

RGB Percentages of Color #084037

%6.30
%50.39
%43.31

CMYK Percentages of Color #084037

%88
%0
%14
%75

Triadic Colors of #084037

#084037 #370840 #403708

Analogous Colors of #084037

#084037 #082d40 #08401b

Monochromatic Colors of #084037

#084037

Complementary Color

#084037 #400811

#084037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084037 Color CSS Codes

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

#084037 Text Font Color

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

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


#084037 Background Color

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

This div background color is #084037


#084037 Border Color

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

This div border color is #084037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084037


Comments

No comments written yet.

Please login to write comment.