Color Hex Logo

#08483f Color Hex

#08483F
(8,72,63)
0 Favorites   0 Comments

Color spaces of #08483f

RGB 87263
HSL0.480.800.16
HSV172°89°28°
CMYK 0.890.000.13   0.72
XYZ3.31475.04525.5018
Yxy5.04520.23910.3640
Hunter Lab22.4615-12.96601.2004
CIE-Lab26.8632-21.3976-0.0378

#08483f color RGB value is (8,72,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001000 00111111
Octal 10 110 77
Decimal 8 72 63
Hex 8 48 3F

RGB Percentages of Color #08483f

%5.59
%50.35
%44.06

CMYK Percentages of Color #08483f

%89
%0
%13
%72

Triadic Colors of #08483f

#08483f #3f0848 #483f08

Analogous Colors of #08483f

#08483f #083148 #08481f

Monochromatic Colors of #08483f

#08483f

Complementary Color

#08483f #480811

#08483f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08483f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08483f Color CSS Codes

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

#08483f Text Font Color

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

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


#08483f Background Color

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

This div background color is #08483f


#08483f Border Color

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

This div border color is #08483f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,72,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 #08483f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08483f


Comments

No comments written yet.

Please login to write comment.