Color Hex Logo

#09343a Color Hex

#09343A
(9,52,58)
1 Favorites   0 Comments

Color spaces of #09343a

RGB 95258
HSL0.520.730.13
HSV187°84°23°
CMYK 0.840.100.00   0.77
XYZ2.10442.81954.4363
Yxy2.81950.22480.3012
Hunter Lab16.7914-7.0141-3.9105
CIE-Lab19.3060-11.7812-7.9479

#09343a color RGB value is (9,52,58).

#09343a hex color red value is 9, green value is 52 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #09343a hue: 0.52 , saturation: 0.73 and the lightness value of 09343a is 0.13.

The process color (four color CMYK) of #09343a color hex is 0.84, 0.10, 0.00, 0.77. Web safe color of #09343a is #003333. Color #09343a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110100 00111010
Octal 11 64 72
Decimal 9 52 58
Hex 9 34 3A

RGB Percentages of Color #09343a

%7.56
%43.70
%48.74

CMYK Percentages of Color #09343a

%84
%10
%0
%77

Triadic Colors of #09343a

#09343a #3a0934 #343a09

Analogous Colors of #09343a

#09343a #091c3a #093a28

Monochromatic Colors of #09343a

#09343a

Complementary Color

#09343a #3a0f09

#09343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09343a Color CSS Codes

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

#09343a Text Font Color

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

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


#09343a Background Color

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

This div background color is #09343a


#09343a Border Color

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

This div border color is #09343a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,52,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09343a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09343a;
  -webkit-box-shadow: 1px 1px 3px 2px #09343a;
  box-shadow:         1px 1px 3px 2px #09343a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09343a


Comments

No comments written yet.

Please login to write comment.