Color Hex Logo

#095047 Color Hex

#095047
(9,80,71)
0 Favorites   0 Comments

Color spaces of #095047

RGB 98071
HSL0.480.800.17
HSV172°89°31°
CMYK 0.890.000.11   0.69
XYZ4.11866.25036.9506
Yxy6.25030.23780.3609
Hunter Lab25.0006-14.34501.0168
CIE-Lab30.0354-22.8084-0.5601

#095047 color RGB value is (9,80,71).

#095047 hex color red value is 9, green value is 80 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #095047 hue: 0.48 , saturation: 0.80 and the lightness value of 095047 is 0.17.

The process color (four color CMYK) of #095047 color hex is 0.89, 0.00, 0.11, 0.69. Web safe color of #095047 is #006633. Color #095047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010000 01000111
Octal 11 120 107
Decimal 9 80 71
Hex 9 50 47

RGB Percentages of Color #095047

%5.63
%50.00
%44.38

CMYK Percentages of Color #095047

%89
%0
%11
%69

Triadic Colors of #095047

#095047 #470950 #504709

Analogous Colors of #095047

#095047 #093650 #095024

Monochromatic Colors of #095047

#095047

Complementary Color

#095047 #500912

#095047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095047 Color CSS Codes

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

#095047 Text Font Color

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

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


#095047 Background Color

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

This div background color is #095047


#095047 Border Color

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

This div border color is #095047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095047


Comments

No comments written yet.

Please login to write comment.