Color Hex Logo

#084112 Color Hex

#084112
(8,65,18)
0 Favorites   0 Comments

Color spaces of #084112

RGB 86518
HSL0.360.780.14
HSV131°88°25°
CMYK 0.880.000.72   0.75
XYZ2.09963.87591.2097
Yxy3.87590.29220.5394
Hunter Lab19.6873-15.416210.1380
CIE-Lab23.2569-28.917623.0567

#084112 color RGB value is (8,65,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000001 00010010
Octal 10 101 22
Decimal 8 65 18
Hex 8 41 12

RGB Percentages of Color #084112

%8.79
%71.43
%19.78

CMYK Percentages of Color #084112

%88
%0
%72
%75

Triadic Colors of #084112

#084112 #120841 #411208

Analogous Colors of #084112

#084112 #08412f #1b4108

Monochromatic Colors of #084112

#084112

Complementary Color

#084112 #410837

#084112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084112 Color CSS Codes

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

#084112 Text Font Color

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

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


#084112 Background Color

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

This div background color is #084112


#084112 Border Color

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

This div border color is #084112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084112


Comments

No comments written yet.

Please login to write comment.