Color Hex Logo

#083d16 Color Hex

#083D16
(8,61,22)
0 Favorites   0 Comments

Color spaces of #083d16

RGB 86122
HSL0.380.770.14
HSV136°87°24°
CMYK 0.870.000.64   0.76
XYZ1.91373.44701.3235
Yxy3.44700.28630.5157
Hunter Lab18.5661-14.09188.7697
CIE-Lab21.7519-26.699719.1042

#083d16 color RGB value is (8,61,22).

#083d16 hex color red value is 8, green value is 61 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #083d16 hue: 0.38 , saturation: 0.77 and the lightness value of 083d16 is 0.14.

The process color (four color CMYK) of #083d16 color hex is 0.87, 0.00, 0.64, 0.76. Web safe color of #083d16 is #003300. Color #083d16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111101 00010110
Octal 10 75 26
Decimal 8 61 22
Hex 8 3D 16

RGB Percentages of Color #083d16

%8.79
%67.03
%24.18

CMYK Percentages of Color #083d16

%87
%0
%64
%76

Triadic Colors of #083d16

#083d16 #16083d #3d1608

Analogous Colors of #083d16

#083d16 #083d31 #153d08

Monochromatic Colors of #083d16

#083d16

Complementary Color

#083d16 #3d082f

#083d16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083d16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083d16 Color CSS Codes

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

#083d16 Text Font Color

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

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


#083d16 Background Color

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

This div background color is #083d16


#083d16 Border Color

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

This div border color is #083d16


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,61,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083d16; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083d16;
  -webkit-box-shadow: 1px 1px 3px 2px #083d16;
  box-shadow:         1px 1px 3px 2px #083d16; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083d16


Comments

No comments written yet.

Please login to write comment.