Color Hex Logo

#09640f Color Hex

#09640F
(9,100,15)
0 Favorites   0 Comments

Color spaces of #09640f

RGB 910015
HSL0.340.830.21
HSV124°91°39°
CMYK 0.910.000.85   0.61
XYZ4.75619.20691.9784
Yxy9.20690.29830.5775
Hunter Lab30.3429-25.121017.3742
CIE-Lab36.3796-41.524337.7304

#09640f color RGB value is (9,100,15).

#09640f hex color red value is 9, green value is 100 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #09640f hue: 0.34 , saturation: 0.83 and the lightness value of 09640f is 0.21.

The process color (four color CMYK) of #09640f color hex is 0.91, 0.00, 0.85, 0.61. Web safe color of #09640f is #006600. Color #09640f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100100 00001111
Octal 11 144 17
Decimal 9 100 15
Hex 9 64 F

RGB Percentages of Color #09640f

%7.26
%80.65
%12.10

CMYK Percentages of Color #09640f

%91
%0
%85
%61

Triadic Colors of #09640f

#09640f #0f0964 #640f09

Analogous Colors of #09640f

#09640f #09643d #316409

Monochromatic Colors of #09640f

#09640f

Complementary Color

#09640f #64095e

#09640f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09640f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09640f Color CSS Codes

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

#09640f Text Font Color

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

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


#09640f Background Color

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

This div background color is #09640f


#09640f Border Color

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

This div border color is #09640f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,100,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09640f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09640f;
  -webkit-box-shadow: 1px 1px 3px 2px #09640f;
  box-shadow:         1px 1px 3px 2px #09640f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09640f


Comments

No comments written yet.

Please login to write comment.