Color Hex Logo

#0c430d Color Hex

#0C430D
(12,67,13)
0 Favorites   0 Comments

Color spaces of #0c430d

RGB 126713
HSL0.340.700.15
HSV121°82°26°
CMYK 0.820.000.81   0.74
XYZ2.23144.12151.0587
Yxy4.12150.30110.5561
Hunter Lab20.3015-15.908111.1191
CIE-Lab24.0691-29.542526.3972

#0c430d color RGB value is (12,67,13).

#0c430d hex color red value is 12, green value is 67 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0c430d hue: 0.34 , saturation: 0.70 and the lightness value of 0c430d is 0.15.

The process color (four color CMYK) of #0c430d color hex is 0.82, 0.00, 0.81, 0.74. Web safe color of #0c430d is #003300. Color #0c430d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01000011 00001101
Octal 14 103 15
Decimal 12 67 13
Hex C 43 D

RGB Percentages of Color #0c430d

%13.04
%72.83
%14.13

CMYK Percentages of Color #0c430d

%82
%0
%81
%74

Triadic Colors of #0c430d

#0c430d #0d0c43 #430d0c

Analogous Colors of #0c430d

#0c430d #0c4329 #27430c

Monochromatic Colors of #0c430d

#0c430d

Complementary Color

#0c430d #430c42

#0c430d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c430d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c430d Color CSS Codes

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

#0c430d Text Font Color

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

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


#0c430d Background Color

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

This div background color is #0c430d


#0c430d Border Color

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

This div border color is #0c430d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c430d


Comments

No comments written yet.

Please login to write comment.