Color Hex Logo

#097d41 Color Hex

#097D41
(9,125,65)
0 Favorites   0 Comments

Color spaces of #097d41

RGB 912565
HSL0.410.870.26
HSV149°93°49°
CMYK 0.930.000.48   0.51
XYZ8.400415.10707.4742
Yxy15.10700.27110.4876
Hunter Lab38.8677-29.439715.8060
CIE-Lab45.7804-43.575924.6278

#097d41 color RGB value is (9,125,65).

#097d41 hex color red value is 9, green value is 125 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #097d41 hue: 0.41 , saturation: 0.87 and the lightness value of 097d41 is 0.26.

The process color (four color CMYK) of #097d41 color hex is 0.93, 0.00, 0.48, 0.51. Web safe color of #097d41 is #006633. Color #097d41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111101 01000001
Octal 11 175 101
Decimal 9 125 65
Hex 9 7D 41

RGB Percentages of Color #097d41

%4.52
%62.81
%32.66

CMYK Percentages of Color #097d41

%93
%0
%48
%51

Triadic Colors of #097d41

#097d41 #41097d #7d4109

Analogous Colors of #097d41

#097d41 #097d7b #0b7d09

Monochromatic Colors of #097d41

#097d41

Complementary Color

#097d41 #7d0945

#097d41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097d41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097d41 Color CSS Codes

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

#097d41 Text Font Color

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

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


#097d41 Background Color

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

This div background color is #097d41


#097d41 Border Color

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

This div border color is #097d41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,125,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #097d41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #097d41;
  -webkit-box-shadow: 1px 1px 3px 2px #097d41;
  box-shadow:         1px 1px 3px 2px #097d41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097d41


Comments

No comments written yet.

Please login to write comment.