Color Hex Logo

#095e3d Color Hex

#095E3D
(9,94,61)
0 Favorites   0 Comments

Color spaces of #095e3d

RGB 99461
HSL0.440.830.20
HSV157°90°37°
CMYK 0.900.000.35   0.63
XYZ4.95778.40045.7750
Yxy8.40040.25910.4391
Hunter Lab28.9834-20.18818.4748
CIE-Lab34.8032-32.162112.4478

#095e3d color RGB value is (9,94,61).

#095e3d hex color red value is 9, green value is 94 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #095e3d hue: 0.44 , saturation: 0.83 and the lightness value of 095e3d is 0.20.

The process color (four color CMYK) of #095e3d color hex is 0.90, 0.00, 0.35, 0.63. Web safe color of #095e3d is #006633. Color #095e3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011110 00111101
Octal 11 136 75
Decimal 9 94 61
Hex 9 5E 3D

RGB Percentages of Color #095e3d

%5.49
%57.32
%37.20

CMYK Percentages of Color #095e3d

%90
%0
%35
%63

Triadic Colors of #095e3d

#095e3d #3d095e #5e3d09

Analogous Colors of #095e3d

#095e3d #09555e #095e13

Monochromatic Colors of #095e3d

#095e3d

Complementary Color

#095e3d #5e092a

#095e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#095e3d Color CSS Codes

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

#095e3d Text Font Color

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

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


#095e3d Background Color

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

This div background color is #095e3d


#095e3d Border Color

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

This div border color is #095e3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,94,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095e3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095e3d;
  -webkit-box-shadow: 1px 1px 3px 2px #095e3d;
  box-shadow:         1px 1px 3px 2px #095e3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095e3d


Comments

No comments written yet.

Please login to write comment.