Color Hex Logo

#09303f Color Hex

#09303F
(9,48,63)
0 Favorites   0 Comments

Color spaces of #09303f

RGB 94863
HSL0.550.750.14
HSV197°86°25°
CMYK 0.860.240.00   0.75
XYZ2.06682.53095.0822
Yxy2.53090.21350.2615
Hunter Lab15.9088-4.6505-7.8045
CIE-Lab18.0578-7.2421-13.2899

#09303f color RGB value is (9,48,63).

#09303f hex color red value is 9, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #09303f hue: 0.55 , saturation: 0.75 and the lightness value of 09303f is 0.14.

The process color (four color CMYK) of #09303f color hex is 0.86, 0.24, 0.00, 0.75. Web safe color of #09303f is #003333. Color #09303f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110000 00111111
Octal 11 60 77
Decimal 9 48 63
Hex 9 30 3F

RGB Percentages of Color #09303f

%7.50
%40.00
%52.50

CMYK Percentages of Color #09303f

%86
%24
%0
%75

Triadic Colors of #09303f

#09303f #3f0930 #303f09

Analogous Colors of #09303f

#09303f #09153f #093f33

Monochromatic Colors of #09303f

#09303f

Complementary Color

#09303f #3f1809

#09303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09303f Color CSS Codes

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

#09303f Text Font Color

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

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


#09303f Background Color

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

This div background color is #09303f


#09303f Border Color

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

This div border color is #09303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09303f


Comments

No comments written yet.

Please login to write comment.