Color Hex Logo

#0c300e Color Hex

#0C300E
(12,48,14)
0 Favorites   0 Comments

Color spaces of #0c300e

RGB 124814
HSL0.340.600.12
HSV123°75°19°
CMYK 0.750.000.71   0.81
XYZ1.28782.22380.7768
Yxy2.22380.30030.5186
Hunter Lab14.9124-10.68197.3502
CIE-Lab16.6204-21.406217.5450

#0c300e color RGB value is (12,48,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00110000 00001110
Octal 14 60 16
Decimal 12 48 14
Hex C 30 E

RGB Percentages of Color #0c300e

%16.22
%64.86
%18.92

CMYK Percentages of Color #0c300e

%75
%0
%71
%81

Triadic Colors of #0c300e

#0c300e #0e0c30 #300e0c

Analogous Colors of #0c300e

#0c300e #0c3020 #1c300c

Monochromatic Colors of #0c300e

#0c300e

Complementary Color

#0c300e #300c2e

#0c300e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c300e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c300e Color CSS Codes

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

#0c300e Text Font Color

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

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


#0c300e Background Color

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

This div background color is #0c300e


#0c300e Border Color

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

This div border color is #0c300e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,48,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 #0c300e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c300e


Comments

No comments written yet.

Please login to write comment.