Color Hex Logo

#0c3911 Color Hex

#0C3911
(12,57,17)
0 Favorites   0 Comments

Color spaces of #0c3911

RGB 125717
HSL0.350.650.14
HSV127°79°22°
CMYK 0.790.000.70   0.78
XYZ1.71593.04491.0276
Yxy3.04490.29640.5260
Hunter Lab17.4496-12.98428.7232
CIE-Lab20.2228-24.966920.1878

#0c3911 color RGB value is (12,57,17).

#0c3911 hex color red value is 12, green value is 57 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #0c3911 hue: 0.35 , saturation: 0.65 and the lightness value of 0c3911 is 0.14.

The process color (four color CMYK) of #0c3911 color hex is 0.79, 0.00, 0.70, 0.78. Web safe color of #0c3911 is #003300. Color #0c3911 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111001 00010001
Octal 14 71 21
Decimal 12 57 17
Hex C 39 11

RGB Percentages of Color #0c3911

%13.95
%66.28
%19.77

CMYK Percentages of Color #0c3911

%79
%0
%70
%78

Triadic Colors of #0c3911

#0c3911 #110c39 #39110c

Analogous Colors of #0c3911

#0c3911 #0c3928 #1e390c

Monochromatic Colors of #0c3911

#0c3911

Complementary Color

#0c3911 #390c34

#0c3911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3911 Color CSS Codes

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

#0c3911 Text Font Color

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

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


#0c3911 Background Color

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

This div background color is #0c3911


#0c3911 Border Color

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

This div border color is #0c3911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3911


Comments

No comments written yet.

Please login to write comment.