Color Hex Logo

#084032 Color Hex

#084032
(8,64,50)
0 Favorites   0 Comments

Color spaces of #084032

RGB 86450
HSL0.460.780.14
HSV165°88°25°
CMYK 0.880.000.22   0.75
XYZ2.50933.94873.6475
Yxy3.94870.24830.3907
Hunter Lab19.8713-12.23433.0269
CIE-Lab23.5011-21.38173.6328

#084032 color RGB value is (8,64,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000000 00110010
Octal 10 100 62
Decimal 8 64 50
Hex 8 40 32

RGB Percentages of Color #084032

%6.56
%52.46
%40.98

CMYK Percentages of Color #084032

%88
%0
%22
%75

Triadic Colors of #084032

#084032 #320840 #403208

Analogous Colors of #084032

#084032 #083240 #084016

Monochromatic Colors of #084032

#084032

Complementary Color

#084032 #400816

#084032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084032 Color CSS Codes

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

#084032 Text Font Color

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

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


#084032 Background Color

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

This div background color is #084032


#084032 Border Color

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

This div border color is #084032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084032


Comments

No comments written yet.

Please login to write comment.