Color Hex Logo

#12381c Color Hex

#12381C
(18,56,28)
0 Favorites   0 Comments

Color spaces of #12381c

RGB 185628
HSL0.380.510.15
HSV136°68°22°
CMYK 0.680.000.50   0.78
XYZ1.87323.04081.5868
Yxy3.04080.28810.4678
Hunter Lab17.4379-11.34166.8113
CIE-Lab20.2066-21.005313.5729

#12381c color RGB value is (18,56,28).

#12381c hex color red value is 18, green value is 56 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #12381c hue: 0.38 , saturation: 0.51 and the lightness value of 12381c is 0.15.

The process color (four color CMYK) of #12381c color hex is 0.68, 0.00, 0.50, 0.78. Web safe color of #12381c is #003333. Color #12381c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111000 00011100
Octal 22 70 34
Decimal 18 56 28
Hex 12 38 1C

RGB Percentages of Color #12381c

%17.65
%54.90
%27.45

CMYK Percentages of Color #12381c

%68
%0
%50
%78

Triadic Colors of #12381c

#12381c #1c1238 #381c12

Analogous Colors of #12381c

#12381c #12382f #1b3812

Monochromatic Colors of #12381c

#12381c

Complementary Color

#12381c #38122e

#12381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12381c Color CSS Codes

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

#12381c Text Font Color

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

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


#12381c Background Color

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

This div background color is #12381c


#12381c Border Color

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

This div border color is #12381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12381c

#12381c Color Palettes


Comments

No comments written yet.

Please login to write comment.