Color Hex Logo

#09363e Color Hex

#09363E
(9,54,62)
0 Favorites   0 Comments

Color spaces of #09363e

RGB 95462
HSL0.530.750.14
HSV189°85°24°
CMYK 0.850.130.00   0.76
XYZ2.30133.04425.0237
Yxy3.04420.22190.2936
Hunter Lab17.4476-6.9897-4.8580
CIE-Lab20.2201-11.4721-9.2845

#09363e color RGB value is (9,54,62).

#09363e hex color red value is 9, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #09363e hue: 0.53 , saturation: 0.75 and the lightness value of 09363e is 0.14.

The process color (four color CMYK) of #09363e color hex is 0.85, 0.13, 0.00, 0.76. Web safe color of #09363e is #003333. Color #09363e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 00111110
Octal 11 66 76
Decimal 9 54 62
Hex 9 36 3E

RGB Percentages of Color #09363e

%7.20
%43.20
%49.60

CMYK Percentages of Color #09363e

%85
%13
%0
%76

Triadic Colors of #09363e

#09363e #3e0936 #363e09

Analogous Colors of #09363e

#09363e #091c3e #093e2c

Monochromatic Colors of #09363e

#09363e

Complementary Color

#09363e #3e1109

#09363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09363e Color CSS Codes

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

#09363e Text Font Color

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

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


#09363e Background Color

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

This div background color is #09363e


#09363e Border Color

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

This div border color is #09363e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,54,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09363e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09363e;
  -webkit-box-shadow: 1px 1px 3px 2px #09363e;
  box-shadow:         1px 1px 3px 2px #09363e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,54,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09363e


Comments

No comments written yet.

Please login to write comment.