Color Hex Logo

#09343d Color Hex

#09343D
(9,52,61)
0 Favorites   0 Comments

Color spaces of #09343d

RGB 95261
HSL0.530.740.14
HSV190°85°24°
CMYK 0.850.150.00   0.76
XYZ2.18302.85104.8501
Yxy2.85100.22090.2884
Hunter Lab16.8849-6.4708-5.2113
CIE-Lab19.4370-10.6192-9.7985

#09343d color RGB value is (9,52,61).

#09343d hex color red value is 9, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #09343d hue: 0.53 , saturation: 0.74 and the lightness value of 09343d is 0.14.

The process color (four color CMYK) of #09343d color hex is 0.85, 0.15, 0.00, 0.76. Web safe color of #09343d is #003333. Color #09343d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110100 00111101
Octal 11 64 75
Decimal 9 52 61
Hex 9 34 3D

RGB Percentages of Color #09343d

%7.38
%42.62
%50.00

CMYK Percentages of Color #09343d

%85
%15
%0
%76

Triadic Colors of #09343d

#09343d #3d0934 #343d09

Analogous Colors of #09343d

#09343d #091a3d #093d2c

Monochromatic Colors of #09343d

#09343d

Complementary Color

#09343d #3d1209

#09343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09343d Color CSS Codes

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

#09343d Text Font Color

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

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


#09343d Background Color

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

This div background color is #09343d


#09343d Border Color

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

This div border color is #09343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09343d


Comments

No comments written yet.

Please login to write comment.