Color Hex Logo

#096328 Color Hex

#096328
(9,99,40)
0 Favorites   0 Comments

Color spaces of #096328

RGB 99940
HSL0.390.830.21
HSV141°91°39°
CMYK 0.910.000.60   0.61
XYZ4.95759.13503.5094
Yxy9.13500.28160.5190
Hunter Lab30.2242-23.613914.2726
CIE-Lab36.2429-38.370226.4256

#096328 color RGB value is (9,99,40).

#096328 hex color red value is 9, green value is 99 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #096328 hue: 0.39 , saturation: 0.83 and the lightness value of 096328 is 0.21.

The process color (four color CMYK) of #096328 color hex is 0.91, 0.00, 0.60, 0.61. Web safe color of #096328 is #006633. Color #096328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100011 00101000
Octal 11 143 50
Decimal 9 99 40
Hex 9 63 28

RGB Percentages of Color #096328

%6.08
%66.89
%27.03

CMYK Percentages of Color #096328

%91
%0
%60
%61

Triadic Colors of #096328

#096328 #280963 #632809

Analogous Colors of #096328

#096328 #096355 #176309

Monochromatic Colors of #096328

#096328

Complementary Color

#096328 #630944

#096328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096328 Color CSS Codes

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

#096328 Text Font Color

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

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


#096328 Background Color

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

This div background color is #096328


#096328 Border Color

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

This div border color is #096328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096328


Comments

No comments written yet.

Please login to write comment.