Color Hex Logo

#093f3b Color Hex

#093F3B
(9,63,59)
0 Favorites   0 Comments

Color spaces of #093f3b

RGB 96359
HSL0.490.750.14
HSV176°86°25°
CMYK 0.860.000.06   0.75
XYZ2.67963.92894.7548
Yxy3.92890.23580.3458
Hunter Lab19.8215-10.5567-0.3476
CIE-Lab23.4350-17.8020-2.4381

#093f3b color RGB value is (9,63,59).

#093f3b hex color red value is 9, green value is 63 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #093f3b hue: 0.49 , saturation: 0.75 and the lightness value of 093f3b is 0.14.

The process color (four color CMYK) of #093f3b color hex is 0.86, 0.00, 0.06, 0.75. Web safe color of #093f3b is #003333. Color #093f3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111111 00111011
Octal 11 77 73
Decimal 9 63 59
Hex 9 3F 3B

RGB Percentages of Color #093f3b

%6.87
%48.09
%45.04

CMYK Percentages of Color #093f3b

%86
%0
%6
%75

Triadic Colors of #093f3b

#093f3b #3b093f #3f3b09

Analogous Colors of #093f3b

#093f3b #09283f #093f20

Monochromatic Colors of #093f3b

#093f3b

Complementary Color

#093f3b #3f090d

#093f3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093f3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#093f3b Color CSS Codes

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

#093f3b Text Font Color

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

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


#093f3b Background Color

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

This div background color is #093f3b


#093f3b Border Color

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

This div border color is #093f3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,63,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093f3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093f3b;
  -webkit-box-shadow: 1px 1px 3px 2px #093f3b;
  box-shadow:         1px 1px 3px 2px #093f3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093f3b


Comments

No comments written yet.

Please login to write comment.