Color Hex Logo

#09413e Color Hex

#09413E
(9,65,62)
0 Favorites   0 Comments

Color spaces of #09413e

RGB 96562
HSL0.490.760.15
HSV177°86°25°
CMYK 0.860.000.05   0.75
XYZ2.87254.18655.2141
Yxy4.18650.23400.3411
Hunter Lab20.4609-10.7471-0.7863
CIE-Lab24.2787-17.8712-3.1819

#09413e color RGB value is (9,65,62).

#09413e hex color red value is 9, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #09413e hue: 0.49 , saturation: 0.76 and the lightness value of 09413e is 0.15.

The process color (four color CMYK) of #09413e color hex is 0.86, 0.00, 0.05, 0.75. Web safe color of #09413e is #003333. Color #09413e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 00111110
Octal 11 101 76
Decimal 9 65 62
Hex 9 41 3E

RGB Percentages of Color #09413e

%6.62
%47.79
%45.59

CMYK Percentages of Color #09413e

%86
%0
%5
%75

Triadic Colors of #09413e

#09413e #3e0941 #413e09

Analogous Colors of #09413e

#09413e #092841 #094122

Monochromatic Colors of #09413e

#09413e

Complementary Color

#09413e #41090c

#09413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09413e Color CSS Codes

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

#09413e Text Font Color

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

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


#09413e Background Color

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

This div background color is #09413e


#09413e Border Color

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

This div border color is #09413e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09413e


Comments

No comments written yet.

Please login to write comment.