Color Hex Logo

#083347 Color Hex

#083347
(8,51,71)
0 Favorites   0 Comments

Color spaces of #083347

RGB 85171
HSL0.550.800.15
HSV199°89°28°
CMYK 0.890.280.00   0.72
XYZ2.42132.87426.3884
Yxy2.87420.20720.2460
Hunter Lab16.9535-4.1751-10.4742
CIE-Lab19.5329-6.0384-16.4519

#083347 color RGB value is (8,51,71).

#083347 hex color red value is 8, green value is 51 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #083347 hue: 0.55 , saturation: 0.80 and the lightness value of 083347 is 0.15.

The process color (four color CMYK) of #083347 color hex is 0.89, 0.28, 0.00, 0.72. Web safe color of #083347 is #003333. Color #083347 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110011 01000111
Octal 10 63 107
Decimal 8 51 71
Hex 8 33 47

RGB Percentages of Color #083347

%6.15
%39.23
%54.62

CMYK Percentages of Color #083347

%89
%28
%0
%72

Triadic Colors of #083347

#083347 #470833 #334708

Analogous Colors of #083347

#083347 #081447 #08473c

Monochromatic Colors of #083347

#083347

Complementary Color

#083347 #471c08

#083347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083347 Color CSS Codes

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

#083347 Text Font Color

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

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


#083347 Background Color

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

This div background color is #083347


#083347 Border Color

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

This div border color is #083347


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,51,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083347; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083347;
  -webkit-box-shadow: 1px 1px 3px 2px #083347;
  box-shadow:         1px 1px 3px 2px #083347; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083347


Comments

No comments written yet.

Please login to write comment.