Color Hex Logo

#12431c Color Hex

#12431C
(18,67,28)
0 Favorites   0 Comments

Color spaces of #12431c

RGB 186728
HSL0.370.580.17
HSV132°73°26°
CMYK 0.730.000.58   0.74
XYZ2.46624.22671.7845
Yxy4.22670.29090.4986
Hunter Lab20.5589-14.56579.2449
CIE-Lab24.4072-26.144518.8654

#12431c color RGB value is (18,67,28).

#12431c hex color red value is 18, green value is 67 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #12431c hue: 0.37 , saturation: 0.58 and the lightness value of 12431c is 0.17.

The process color (four color CMYK) of #12431c color hex is 0.73, 0.00, 0.58, 0.74. Web safe color of #12431c is #003333. Color #12431c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000011 00011100
Octal 22 103 34
Decimal 18 67 28
Hex 12 43 1C

RGB Percentages of Color #12431c

%15.93
%59.29
%24.78

CMYK Percentages of Color #12431c

%73
%0
%58
%74

Triadic Colors of #12431c

#12431c #1c1243 #431c12

Analogous Colors of #12431c

#12431c #124335 #214312

Monochromatic Colors of #12431c

#12431c

Complementary Color

#12431c #431239

#12431c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12431c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12431c Color CSS Codes

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

#12431c Text Font Color

<p style="color:#12431c">Text here</p>

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


#12431c Background Color

<div style="background-color:#12431c">
Div content here</div>

This div background color is #12431c


#12431c Border Color

<div style="border:3px solid #12431c">
Div here</div>

This div border color is #12431c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,67,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12431c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12431c;
  -webkit-box-shadow: 1px 1px 3px 2px #12431c;
  box-shadow:         1px 1px 3px 2px #12431c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12431c


Comments

No comments written yet.

Please login to write comment.