Color Hex Logo

#08493f Color Hex

#08493F
(8,73,63)
0 Favorites   0 Comments

Color spaces of #08493f

RGB 87363
HSL0.470.800.16
HSV171°89°29°
CMYK 0.890.000.14   0.71
XYZ3.37995.17565.5235
Yxy5.17560.24010.3676
Hunter Lab22.7499-13.29311.5298
CIE-Lab27.2293-21.91170.4964

#08493f color RGB value is (8,73,63).

#08493f hex color red value is 8, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #08493f hue: 0.47 , saturation: 0.80 and the lightness value of 08493f is 0.16.

The process color (four color CMYK) of #08493f color hex is 0.89, 0.00, 0.14, 0.71. Web safe color of #08493f is #003333. Color #08493f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001001 00111111
Octal 10 111 77
Decimal 8 73 63
Hex 8 49 3F

RGB Percentages of Color #08493f

%5.56
%50.69
%43.75

CMYK Percentages of Color #08493f

%89
%0
%14
%71

Triadic Colors of #08493f

#08493f #3f0849 #493f08

Analogous Colors of #08493f

#08493f #083349 #08491f

Monochromatic Colors of #08493f

#08493f

Complementary Color

#08493f #490812

#08493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08493f Color CSS Codes

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

#08493f Text Font Color

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

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


#08493f Background Color

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

This div background color is #08493f


#08493f Border Color

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

This div border color is #08493f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,73,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08493f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08493f;
  -webkit-box-shadow: 1px 1px 3px 2px #08493f;
  box-shadow:         1px 1px 3px 2px #08493f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08493f


Comments

No comments written yet.

Please login to write comment.