Color Hex Logo

#0c4112 Color Hex

#0C4112
(12,65,18)
0 Favorites   0 Comments

Color spaces of #0c4112

RGB 126518
HSL0.350.690.15
HSV127°82°25°
CMYK 0.820.000.72   0.75
XYZ2.15113.90241.2121
Yxy3.90240.29610.5371
Hunter Lab19.7545-15.133210.1902
CIE-Lab23.3461-28.164523.1811

#0c4112 color RGB value is (12,65,18).

#0c4112 hex color red value is 12, green value is 65 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #0c4112 hue: 0.35 , saturation: 0.69 and the lightness value of 0c4112 is 0.15.

The process color (four color CMYK) of #0c4112 color hex is 0.82, 0.00, 0.72, 0.75. Web safe color of #0c4112 is #003300. Color #0c4112 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01000001 00010010
Octal 14 101 22
Decimal 12 65 18
Hex C 41 12

RGB Percentages of Color #0c4112

%12.63
%68.42
%18.95

CMYK Percentages of Color #0c4112

%82
%0
%72
%75

Triadic Colors of #0c4112

#0c4112 #120c41 #41120c

Analogous Colors of #0c4112

#0c4112 #0c412d #21410c

Monochromatic Colors of #0c4112

#0c4112

Complementary Color

#0c4112 #410c3b

#0c4112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c4112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c4112 Color CSS Codes

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

#0c4112 Text Font Color

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

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


#0c4112 Background Color

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

This div background color is #0c4112


#0c4112 Border Color

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

This div border color is #0c4112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c4112


Comments

No comments written yet.

Please login to write comment.