Color Hex Logo

#0c401e Color Hex

#0C401E
(12,64,30)
0 Favorites   0 Comments

Color spaces of #0c401e

RGB 126430
HSL0.390.680.15
HSV141°81°25°
CMYK 0.810.000.53   0.75
XYZ2.21943.83871.8523
Yxy3.83870.28060.4853
Hunter Lab19.5926-14.06708.1095
CIE-Lab23.1309-25.755416.0294

#0c401e color RGB value is (12,64,30).

#0c401e hex color red value is 12, green value is 64 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0c401e hue: 0.39 , saturation: 0.68 and the lightness value of 0c401e is 0.15.

The process color (four color CMYK) of #0c401e color hex is 0.81, 0.00, 0.53, 0.75. Web safe color of #0c401e is #003333. Color #0c401e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01000000 00011110
Octal 14 100 36
Decimal 12 64 30
Hex C 40 1E

RGB Percentages of Color #0c401e

%11.32
%60.38
%28.30

CMYK Percentages of Color #0c401e

%81
%0
%53
%75

Triadic Colors of #0c401e

#0c401e #1e0c40 #401e0c

Analogous Colors of #0c401e

#0c401e #0c4038 #14400c

Monochromatic Colors of #0c401e

#0c401e

Complementary Color

#0c401e #400c2e

#0c401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c401e Color CSS Codes

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

#0c401e Text Font Color

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

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


#0c401e Background Color

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

This div background color is #0c401e


#0c401e Border Color

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

This div border color is #0c401e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c401e

#0c401e Color Palettes


Comments

No comments written yet.

Please login to write comment.