Color Hex Logo

#09380a Color Hex

#09380A
(9,56,10)
0 Favorites   0 Comments

Color spaces of #09380a

RGB 95610
HSL0.340.720.13
HSV121°84°22°
CMYK 0.840.000.82   0.78
XYZ1.58162.90830.7652
Yxy2.90830.30100.5534
Hunter Lab17.0537-13.28969.2773
CIE-Lab19.6728-26.111722.9737

#09380a color RGB value is (9,56,10).

#09380a hex color red value is 9, green value is 56 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #09380a hue: 0.34 , saturation: 0.72 and the lightness value of 09380a is 0.13.

The process color (four color CMYK) of #09380a color hex is 0.84, 0.00, 0.82, 0.78. Web safe color of #09380a is #003300. Color #09380a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 00001010
Octal 11 70 12
Decimal 9 56 10
Hex 9 38 A

RGB Percentages of Color #09380a

%12.00
%74.67
%13.33

CMYK Percentages of Color #09380a

%84
%0
%82
%78

Triadic Colors of #09380a

#09380a #0a0938 #380a09

Analogous Colors of #09380a

#09380a #093822 #203809

Monochromatic Colors of #09380a

#09380a

Complementary Color

#09380a #380937

#09380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09380a Color CSS Codes

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

#09380a Text Font Color

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

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


#09380a Background Color

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

This div background color is #09380a


#09380a Border Color

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

This div border color is #09380a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,56,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09380a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09380a;
  -webkit-box-shadow: 1px 1px 3px 2px #09380a;
  box-shadow:         1px 1px 3px 2px #09380a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09380a


Comments

No comments written yet.

Please login to write comment.