Color Hex Logo

#095646 Color Hex

#095646
(9,86,70)
0 Favorites   0 Comments

Color spaces of #095646

RGB 98670
HSL0.470.810.19
HSV168°90°34°
CMYK 0.900.000.19   0.66
XYZ4.54597.15596.9360
Yxy7.15590.24390.3839
Hunter Lab26.7505-16.47973.3524
CIE-Lab32.1592-26.08823.1577

#095646 color RGB value is (9,86,70).

#095646 hex color red value is 9, green value is 86 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #095646 hue: 0.47 , saturation: 0.81 and the lightness value of 095646 is 0.19.

The process color (four color CMYK) of #095646 color hex is 0.90, 0.00, 0.19, 0.66. Web safe color of #095646 is #006633. Color #095646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010110 01000110
Octal 11 126 106
Decimal 9 86 70
Hex 9 56 46

RGB Percentages of Color #095646

%5.45
%52.12
%42.42

CMYK Percentages of Color #095646

%90
%0
%19
%66

Triadic Colors of #095646

#095646 #460956 #564609

Analogous Colors of #095646

#095646 #093f56 #095620

Monochromatic Colors of #095646

#095646

Complementary Color

#095646 #560919

#095646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095646 Color CSS Codes

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

#095646 Text Font Color

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

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


#095646 Background Color

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

This div background color is #095646


#095646 Border Color

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

This div border color is #095646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095646


Comments

No comments written yet.

Please login to write comment.