Color Hex Logo

#08483c Color Hex

#08483C
(8,72,60)
0 Favorites   0 Comments

Color spaces of #08483c

RGB 87260
HSL0.470.800.16
HSV169°89°28°
CMYK 0.890.000.17   0.72
XYZ3.23315.01265.0721
Yxy5.01260.24280.3764
Hunter Lab22.3888-13.40392.2403
CIE-Lab26.7706-22.35051.7800

#08483c color RGB value is (8,72,60).

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

The process color (four color CMYK) of #08483c color hex is 0.89, 0.00, 0.17, 0.72. Web safe color of #08483c is #003333. Color #08483c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001000 00111100
Octal 10 110 74
Decimal 8 72 60
Hex 8 48 3C

RGB Percentages of Color #08483c

%5.71
%51.43
%42.86

CMYK Percentages of Color #08483c

%89
%0
%17
%72

Triadic Colors of #08483c

#08483c #3c0848 #483c08

Analogous Colors of #08483c

#08483c #083448 #08481c

Monochromatic Colors of #08483c

#08483c

Complementary Color

#08483c #480814

#08483c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08483c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08483c Color CSS Codes

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

#08483c Text Font Color

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

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


#08483c Background Color

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

This div background color is #08483c


#08483c Border Color

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

This div border color is #08483c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,72,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08483c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08483c;
  -webkit-box-shadow: 1px 1px 3px 2px #08483c;
  box-shadow:         1px 1px 3px 2px #08483c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08483c


Comments

No comments written yet.

Please login to write comment.