Color Hex Logo

#083e3a Color Hex

#083E3A
(8,62,58)
0 Favorites   0 Comments

Color spaces of #083e3a

RGB 86258
HSL0.490.770.14
HSV176°87°24°
CMYK 0.870.000.06   0.76
XYZ2.58653.80244.6006
Yxy3.80240.23540.3460
Hunter Lab19.4997-10.4478-0.3385
CIE-Lab23.0071-17.7410-2.4060

#083e3a color RGB value is (8,62,58).

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

The process color (four color CMYK) of #083e3a color hex is 0.87, 0.00, 0.06, 0.76. Web safe color of #083e3a is #003333. Color #083e3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111110 00111010
Octal 10 76 72
Decimal 8 62 58
Hex 8 3E 3A

RGB Percentages of Color #083e3a

%6.25
%48.44
%45.31

CMYK Percentages of Color #083e3a

%87
%0
%6
%76

Triadic Colors of #083e3a

#083e3a #3a083e #3e3a08

Analogous Colors of #083e3a

#083e3a #08273e #083e1f

Monochromatic Colors of #083e3a

#083e3a

Complementary Color

#083e3a #3e080c

#083e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#083e3a Color CSS Codes

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

#083e3a Text Font Color

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

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


#083e3a Background Color

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

This div background color is #083e3a


#083e3a Border Color

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

This div border color is #083e3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083e3a


Comments

No comments written yet.

Please login to write comment.