Color Hex Logo

#09260d Color Hex

#09260D
(9,38,13)
0 Favorites   0 Comments

Color spaces of #09260d

RGB 93813
HSL0.360.620.09
HSV128°76°15°
CMYK 0.760.000.66   0.85
XYZ0.87841.47340.6189
Yxy1.47340.29570.4960
Hunter Lab12.1384-8.32495.4738
CIE-Lab12.4379-17.650212.5923

#09260d color RGB value is (9,38,13).

#09260d hex color red value is 9, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #09260d hue: 0.36 , saturation: 0.62 and the lightness value of 09260d is 0.09.

The process color (four color CMYK) of #09260d color hex is 0.76, 0.00, 0.66, 0.85. Web safe color of #09260d is #003300. Color #09260d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100110 00001101
Octal 11 46 15
Decimal 9 38 13
Hex 9 26 D

RGB Percentages of Color #09260d

%15.00
%63.33
%21.67

CMYK Percentages of Color #09260d

%76
%0
%66
%85

Triadic Colors of #09260d

#09260d #0d0926 #260d09

Analogous Colors of #09260d

#09260d #09261c #142609

Monochromatic Colors of #09260d

#09260d

Complementary Color

#09260d #260922

#09260d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09260d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09260d Color CSS Codes

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

#09260d Text Font Color

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

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


#09260d Background Color

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

This div background color is #09260d


#09260d Border Color

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

This div border color is #09260d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09260d

#09260d Color Palettes


Comments

No comments written yet.

Please login to write comment.