Color Hex Logo

#09410d Color Hex

#09410D
(9,65,13)
0 Favorites   0 Comments

Color spaces of #09410d

RGB 96513
HSL0.350.760.15
HSV124°86°25°
CMYK 0.860.000.80   0.75
XYZ2.07563.86771.0179
Yxy3.86770.29820.5556
Hunter Lab19.6665-15.577410.6978
CIE-Lab23.2292-29.334825.5045

#09410d color RGB value is (9,65,13).

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

The process color (four color CMYK) of #09410d color hex is 0.86, 0.00, 0.80, 0.75. Web safe color of #09410d is #003300. Color #09410d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 00001101
Octal 11 101 15
Decimal 9 65 13
Hex 9 41 D

RGB Percentages of Color #09410d

%10.34
%74.71
%14.94

CMYK Percentages of Color #09410d

%86
%0
%80
%75

Triadic Colors of #09410d

#09410d #0d0941 #410d09

Analogous Colors of #09410d

#09410d #094129 #214109

Monochromatic Colors of #09410d

#09410d

Complementary Color

#09410d #41093d

#09410d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09410d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09410d Color CSS Codes

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

#09410d Text Font Color

<p style="color:#09410d">Text here</p>

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


#09410d Background Color

<div style="background-color:#09410d">
Div content here</div>

This div background color is #09410d


#09410d Border Color

<div style="border:3px solid #09410d">
Div here</div>

This div border color is #09410d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09410d


Comments

No comments written yet.

Please login to write comment.