Color Hex Logo

#09401b Color Hex

#09401B
(9,64,27)
0 Favorites   0 Comments

Color spaces of #09401b

RGB 96427
HSL0.390.750.14
HSV140°86°25°
CMYK 0.860.000.58   0.75
XYZ2.14393.80401.6582
Yxy3.80400.28190.5001
Hunter Lab19.5038-14.51078.6119
CIE-Lab23.0126-26.884917.6889

#09401b color RGB value is (9,64,27).

#09401b hex color red value is 9, green value is 64 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #09401b hue: 0.39 , saturation: 0.75 and the lightness value of 09401b is 0.14.

The process color (four color CMYK) of #09401b color hex is 0.86, 0.00, 0.58, 0.75. Web safe color of #09401b is #003333. Color #09401b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 00011011
Octal 11 100 33
Decimal 9 64 27
Hex 9 40 1B

RGB Percentages of Color #09401b

%9.00
%64.00
%27.00

CMYK Percentages of Color #09401b

%86
%0
%58
%75

Triadic Colors of #09401b

#09401b #1b0940 #401b09

Analogous Colors of #09401b

#09401b #094037 #134009

Monochromatic Colors of #09401b

#09401b

Complementary Color

#09401b #40092e

#09401b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09401b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09401b Color CSS Codes

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

#09401b Text Font Color

<p style="color:#09401b">Text here</p>

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


#09401b Background Color

<div style="background-color:#09401b">
Div content here</div>

This div background color is #09401b


#09401b Border Color

<div style="border:3px solid #09401b">
Div here</div>

This div border color is #09401b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,64,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09401b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09401b;
  -webkit-box-shadow: 1px 1px 3px 2px #09401b;
  box-shadow:         1px 1px 3px 2px #09401b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09401b


Comments

No comments written yet.

Please login to write comment.