Color Hex Logo

#09280c Color Hex

#09280C
(9,40,12)
0 Favorites   0 Comments

Color spaces of #09280c

RGB 94012
HSL0.350.630.10
HSV126°78°16°
CMYK 0.780.000.70   0.84
XYZ0.93781.60220.6077
Yxy1.60220.29790.5090
Hunter Lab12.6578-8.92636.0140
CIE-Lab13.2436-18.808914.1415

#09280c color RGB value is (9,40,12).

#09280c hex color red value is 9, green value is 40 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #09280c hue: 0.35 , saturation: 0.63 and the lightness value of 09280c is 0.10.

The process color (four color CMYK) of #09280c color hex is 0.78, 0.00, 0.70, 0.84. Web safe color of #09280c is #003300. Color #09280c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101000 00001100
Octal 11 50 14
Decimal 9 40 12
Hex 9 28 C

RGB Percentages of Color #09280c

%14.75
%65.57
%19.67

CMYK Percentages of Color #09280c

%78
%0
%70
%84

Triadic Colors of #09280c

#09280c #0c0928 #280c09

Analogous Colors of #09280c

#09280c #09281c #162809

Monochromatic Colors of #09280c

#09280c

Complementary Color

#09280c #280925

#09280c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09280c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09280c Color CSS Codes

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

#09280c Text Font Color

<p style="color:#09280c">Text here</p>

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


#09280c Background Color

<div style="background-color:#09280c">
Div content here</div>

This div background color is #09280c


#09280c Border Color

<div style="border:3px solid #09280c">
Div here</div>

This div border color is #09280c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,40,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09280c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09280c;
  -webkit-box-shadow: 1px 1px 3px 2px #09280c;
  box-shadow:         1px 1px 3px 2px #09280c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09280c


Comments

No comments written yet.

Please login to write comment.