Color Hex Logo

#09360b Color Hex

#09360B
(9,54,11)
0 Favorites   0 Comments

Color spaces of #09360b

RGB 95411
HSL0.340.710.12
HSV123°83°21°
CMYK 0.830.000.80   0.79
XYZ1.49222.72060.7631
Yxy2.72060.29990.5468
Hunter Lab16.4942-12.71648.8029
CIE-Lab18.8883-25.181921.6511

#09360b color RGB value is (9,54,11).

#09360b hex color red value is 9, green value is 54 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #09360b hue: 0.34 , saturation: 0.71 and the lightness value of 09360b is 0.12.

The process color (four color CMYK) of #09360b color hex is 0.83, 0.00, 0.80, 0.79. Web safe color of #09360b is #003300. Color #09360b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 00001011
Octal 11 66 13
Decimal 9 54 11
Hex 9 36 B

RGB Percentages of Color #09360b

%12.16
%72.97
%14.86

CMYK Percentages of Color #09360b

%83
%0
%80
%79

Triadic Colors of #09360b

#09360b #0b0936 #360b09

Analogous Colors of #09360b

#09360b #093622 #1e3609

Monochromatic Colors of #09360b

#09360b

Complementary Color

#09360b #360934

#09360b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09360b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09360b Color CSS Codes

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

#09360b Text Font Color

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

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


#09360b Background Color

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

This div background color is #09360b


#09360b Border Color

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

This div border color is #09360b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,54,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09360b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09360b;
  -webkit-box-shadow: 1px 1px 3px 2px #09360b;
  box-shadow:         1px 1px 3px 2px #09360b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09360b


Comments

No comments written yet.

Please login to write comment.