Color Hex Logo

#09402b Color Hex

#09402B
(9,64,43)
0 Favorites   0 Comments

Color spaces of #09402b

RGB 96443
HSL0.440.750.14
HSV157°86°25°
CMYK 0.860.000.33   0.75
XYZ2.38213.89932.9126
Yxy3.89930.25910.4241
Hunter Lab19.7466-13.02365.0775
CIE-Lab23.3357-23.22818.0061

#09402b color RGB value is (9,64,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 00101011
Octal 11 100 53
Decimal 9 64 43
Hex 9 40 2B

RGB Percentages of Color #09402b

%7.76
%55.17
%37.07

CMYK Percentages of Color #09402b

%86
%0
%33
%75

Triadic Colors of #09402b

#09402b #2b0940 #402b09

Analogous Colors of #09402b

#09402b #093a40 #094010

Monochromatic Colors of #09402b

#09402b

Complementary Color

#09402b #40091e

#09402b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09402b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09402b Color CSS Codes

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

#09402b Text Font Color

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

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


#09402b Background Color

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

This div background color is #09402b


#09402b Border Color

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

This div border color is #09402b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09402b


Comments

No comments written yet.

Please login to write comment.