Color Hex Logo

#083d13 Color Hex

#083D13
(8,61,19)
0 Favorites   0 Comments

Color spaces of #083d13

RGB 86119
HSL0.370.770.14
HSV132°87°24°
CMYK 0.870.000.69   0.76
XYZ1.88643.43611.1799
Yxy3.43610.29010.5284
Hunter Lab18.5367-14.27419.2018
CIE-Lab21.7120-27.177920.7628

#083d13 color RGB value is (8,61,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111101 00010011
Octal 10 75 23
Decimal 8 61 19
Hex 8 3D 13

RGB Percentages of Color #083d13

%9.09
%69.32
%21.59

CMYK Percentages of Color #083d13

%87
%0
%69
%76

Triadic Colors of #083d13

#083d13 #13083d #3d1308

Analogous Colors of #083d13

#083d13 #083d2e #183d08

Monochromatic Colors of #083d13

#083d13

Complementary Color

#083d13 #3d0832

#083d13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083d13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083d13 Color CSS Codes

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

#083d13 Text Font Color

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

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


#083d13 Background Color

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

This div background color is #083d13


#083d13 Border Color

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

This div border color is #083d13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083d13


Comments

No comments written yet.

Please login to write comment.