Color Hex Logo

#12671c Color Hex

#12671C
(18,103,28)
0 Favorites   0 Comments

Color spaces of #12671c

RGB 1810328
HSL0.350.700.24
HSV127°83°40°
CMYK 0.830.000.73   0.60
XYZ5.30939.91292.7322
Yxy9.91290.29570.5521
Hunter Lab31.4848-24.997716.8942
CIE-Lab37.6857-40.270434.0087

#12671c color RGB value is (18,103,28).

#12671c hex color red value is 18, green value is 103 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #12671c hue: 0.35 , saturation: 0.70 and the lightness value of 12671c is 0.24.

The process color (four color CMYK) of #12671c color hex is 0.83, 0.00, 0.73, 0.60. Web safe color of #12671c is #006633. Color #12671c contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #12671c

%12.08
%69.13
%18.79

CMYK Percentages of Color #12671c

%83
%0
%73
%60

Triadic Colors of #12671c

#12671c #1c1267 #671c12

Analogous Colors of #12671c

#12671c #126747 #326712

Monochromatic Colors of #12671c

#12671c

Complementary Color

#12671c #67125d

#12671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12671c Color CSS Codes

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

#12671c Text Font Color

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

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


#12671c Background Color

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

This div background color is #12671c


#12671c Border Color

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

This div border color is #12671c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,103,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 #12671c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12671c


Comments

No comments written yet.

Please login to write comment.