Color Hex Logo

#09313a Color Hex

#09313A
(9,49,58)
0 Favorites   0 Comments

Color spaces of #09313a

RGB 94958
HSL0.530.730.13
HSV191°84°23°
CMYK 0.840.160.00   0.77
XYZ1.97472.56024.3931
Yxy2.56020.22120.2868
Hunter Lab16.0006-5.9717-5.0781
CIE-Lab18.1887-9.9110-9.6502

#09313a color RGB value is (9,49,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110001 00111010
Octal 11 61 72
Decimal 9 49 58
Hex 9 31 3A

RGB Percentages of Color #09313a

%7.76
%42.24
%50.00

CMYK Percentages of Color #09313a

%84
%16
%0
%77

Triadic Colors of #09313a

#09313a #3a0931 #313a09

Analogous Colors of #09313a

#09313a #09193a #093a2b

Monochromatic Colors of #09313a

#09313a

Complementary Color

#09313a #3a1209

#09313a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09313a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09313a Color CSS Codes

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

#09313a Text Font Color

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

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


#09313a Background Color

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

This div background color is #09313a


#09313a Border Color

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

This div border color is #09313a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09313a


Comments

No comments written yet.

Please login to write comment.