Color Hex Logo

#0c490e Color Hex

#0C490E
(12,73,14)
0 Favorites   0 Comments

Color spaces of #0c490e

RGB 127314
HSL0.340.720.17
HSV122°84°29°
CMYK 0.840.000.81   0.71
XYZ2.61344.87501.2187
Yxy4.87500.30010.5599
Hunter Lab22.0794-17.511012.1830
CIE-Lab26.3756-31.740928.3235

#0c490e color RGB value is (12,73,14).

#0c490e hex color red value is 12, green value is 73 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #0c490e hue: 0.34 , saturation: 0.72 and the lightness value of 0c490e is 0.17.

The process color (four color CMYK) of #0c490e color hex is 0.84, 0.00, 0.81, 0.71. Web safe color of #0c490e is #003300. Color #0c490e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01001001 00001110
Octal 14 111 16
Decimal 12 73 14
Hex C 49 E

RGB Percentages of Color #0c490e

%12.12
%73.74
%14.14

CMYK Percentages of Color #0c490e

%84
%0
%81
%71

Triadic Colors of #0c490e

#0c490e #0e0c49 #490e0c

Analogous Colors of #0c490e

#0c490e #0c492d #29490c

Monochromatic Colors of #0c490e

#0c490e

Complementary Color

#0c490e #490c47

#0c490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c490e Color CSS Codes

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

#0c490e Text Font Color

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

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


#0c490e Background Color

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

This div background color is #0c490e


#0c490e Border Color

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

This div border color is #0c490e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,73,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c490e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c490e;
  -webkit-box-shadow: 1px 1px 3px 2px #0c490e;
  box-shadow:         1px 1px 3px 2px #0c490e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,73,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c490e


Comments

No comments written yet.

Please login to write comment.