Color Hex Logo

#0c3304 Color Hex

#0C3304
(12,51,4)
0 Favorites   0 Comments

Color spaces of #0c3304

RGB 12514
HSL0.300.850.11
HSV110°92°20°
CMYK 0.760.000.92   0.80
XYZ1.35742.45460.5171
Yxy2.45460.31360.5670
Hunter Lab15.6672-11.95239.0101
CIE-Lab17.7120-24.001423.1417

#0c3304 color RGB value is (12,51,4).

#0c3304 hex color red value is 12, green value is 51 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #0c3304 hue: 0.30 , saturation: 0.85 and the lightness value of 0c3304 is 0.11.

The process color (four color CMYK) of #0c3304 color hex is 0.76, 0.00, 0.92, 0.80. Web safe color of #0c3304 is #003300. Color #0c3304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00110011 00000100
Octal 14 63 4
Decimal 12 51 4
Hex C 33 4

RGB Percentages of Color #0c3304

%17.91
%76.12
%5.97

CMYK Percentages of Color #0c3304

%76
%0
%92
%80

Triadic Colors of #0c3304

#0c3304 #040c33 #33040c

Analogous Colors of #0c3304

#0c3304 #043314 #243304

Monochromatic Colors of #0c3304

#0c3304

Complementary Color

#0c3304 #2b0433

#0c3304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3304 Color CSS Codes

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

#0c3304 Text Font Color

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

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


#0c3304 Background Color

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

This div background color is #0c3304


#0c3304 Border Color

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

This div border color is #0c3304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3304


Comments

No comments written yet.

Please login to write comment.