Color Hex Logo

#093c2a Color Hex

#093C2A
(9,60,42)
0 Favorites   0 Comments

Color spaces of #093c2a

RGB 96042
HSL0.440.740.14
HSV159°85°24°
CMYK 0.850.000.30   0.76
XYZ2.14643.45702.7446
Yxy3.45700.25710.4141
Hunter Lab18.5930-11.93154.2630
CIE-Lab21.7883-21.55306.5111

#093c2a color RGB value is (9,60,42).

#093c2a hex color red value is 9, green value is 60 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #093c2a hue: 0.44 , saturation: 0.74 and the lightness value of 093c2a is 0.14.

The process color (four color CMYK) of #093c2a color hex is 0.85, 0.00, 0.30, 0.76. Web safe color of #093c2a is #003333. Color #093c2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111100 00101010
Octal 11 74 52
Decimal 9 60 42
Hex 9 3C 2A

RGB Percentages of Color #093c2a

%8.11
%54.05
%37.84

CMYK Percentages of Color #093c2a

%85
%0
%30
%76

Triadic Colors of #093c2a

#093c2a #2a093c #3c2a09

Analogous Colors of #093c2a

#093c2a #09353c #093c11

Monochromatic Colors of #093c2a

#093c2a

Complementary Color

#093c2a #3c091b

#093c2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093c2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#093c2a Color CSS Codes

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

#093c2a Text Font Color

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

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


#093c2a Background Color

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

This div background color is #093c2a


#093c2a Border Color

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

This div border color is #093c2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093c2a


Comments

No comments written yet.

Please login to write comment.