Color Hex Logo

#093010 Color Hex

#093010
(9,48,16)
0 Favorites   0 Comments

Color spaces of #093010

RGB 94816
HSL0.360.680.11
HSV131°81°19°
CMYK 0.810.000.67   0.81
XYZ1.26312.20940.8501
Yxy2.20940.29220.5111
Hunter Lab14.8641-10.84377.0139
CIE-Lab16.5499-21.869016.3749

#093010 color RGB value is (9,48,16).

#093010 hex color red value is 9, green value is 48 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #093010 hue: 0.36 , saturation: 0.68 and the lightness value of 093010 is 0.11.

The process color (four color CMYK) of #093010 color hex is 0.81, 0.00, 0.67, 0.81. Web safe color of #093010 is #003300. Color #093010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110000 00010000
Octal 11 60 20
Decimal 9 48 16
Hex 9 30 10

RGB Percentages of Color #093010

%12.33
%65.75
%21.92

CMYK Percentages of Color #093010

%81
%0
%67
%81

Triadic Colors of #093010

#093010 #100930 #301009

Analogous Colors of #093010

#093010 #093024 #163009

Monochromatic Colors of #093010

#093010

Complementary Color

#093010 #300929

#093010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093010 Color CSS Codes

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

#093010 Text Font Color

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

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


#093010 Background Color

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

This div background color is #093010


#093010 Border Color

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

This div border color is #093010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,48,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093010;
  -webkit-box-shadow: 1px 1px 3px 2px #093010;
  box-shadow:         1px 1px 3px 2px #093010; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093010


Comments

No comments written yet.

Please login to write comment.