Color Hex Logo

#09550c Color Hex

#09550C
(9,85,12)
0 Favorites   0 Comments

Color spaces of #09550c

RGB 98512
HSL0.340.810.18
HSV122°89°33°
CMYK 0.890.000.86   0.67
XYZ3.42756.58161.4376
Yxy6.58160.29940.5750
Hunter Lab25.6546-21.047714.6358
CIE-Lab30.8348-36.684333.4792

#09550c color RGB value is (9,85,12).

#09550c hex color red value is 9, green value is 85 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #09550c hue: 0.34 , saturation: 0.81 and the lightness value of 09550c is 0.18.

The process color (four color CMYK) of #09550c color hex is 0.89, 0.00, 0.86, 0.67. Web safe color of #09550c is #006600. Color #09550c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010101 00001100
Octal 11 125 14
Decimal 9 85 12
Hex 9 55 C

RGB Percentages of Color #09550c

%8.49
%80.19
%11.32

CMYK Percentages of Color #09550c

%89
%0
%86
%67

Triadic Colors of #09550c

#09550c #0c0955 #550c09

Analogous Colors of #09550c

#09550c #095532 #2c5509

Monochromatic Colors of #09550c

#09550c

Complementary Color

#09550c #550952

#09550c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09550c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09550c Color CSS Codes

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

#09550c Text Font Color

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

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


#09550c Background Color

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

This div background color is #09550c


#09550c Border Color

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

This div border color is #09550c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09550c


Comments

No comments written yet.

Please login to write comment.