Color Hex Logo

#09412b Color Hex

#09412B
(9,65,43)
0 Favorites   0 Comments

Color spaces of #09412b

RGB 96543
HSL0.430.760.15
HSV156°86°25°
CMYK 0.860.000.34   0.75
XYZ2.43904.01312.9316
Yxy4.01310.25990.4277
Hunter Lab20.0327-13.32475.3464
CIE-Lab23.7147-23.70598.5297

#09412b color RGB value is (9,65,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 00101011
Octal 11 101 53
Decimal 9 65 43
Hex 9 41 2B

RGB Percentages of Color #09412b

%7.69
%55.56
%36.75

CMYK Percentages of Color #09412b

%86
%0
%34
%75

Triadic Colors of #09412b

#09412b #2b0941 #412b09

Analogous Colors of #09412b

#09412b #093b41 #09410f

Monochromatic Colors of #09412b

#09412b

Complementary Color

#09412b #41091f

#09412b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09412b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09412b Color CSS Codes

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

#09412b Text Font Color

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

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


#09412b Background Color

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

This div background color is #09412b


#09412b Border Color

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

This div border color is #09412b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09412b


Comments

No comments written yet.

Please login to write comment.