Color Hex Logo

#13421c Color Hex

#13421C
(19,66,28)
0 Favorites   0 Comments

Color spaces of #13421c

RGB 196628
HSL0.370.550.17
HSV131°71°26°
CMYK 0.710.000.58   0.74
XYZ2.42644.11871.7657
Yxy4.11870.29200.4956
Hunter Lab20.2946-14.17429.0478
CIE-Lab24.0600-25.448818.4459

#13421c color RGB value is (19,66,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000010 00011100
Octal 23 102 34
Decimal 19 66 28
Hex 13 42 1C

RGB Percentages of Color #13421c

%16.81
%58.41
%24.78

CMYK Percentages of Color #13421c

%71
%0
%58
%74

Triadic Colors of #13421c

#13421c #1c1342 #421c13

Analogous Colors of #13421c

#13421c #134234 #224213

Monochromatic Colors of #13421c

#13421c

Complementary Color

#13421c #421339

#13421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13421c Color CSS Codes

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

#13421c Text Font Color

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

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


#13421c Background Color

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

This div background color is #13421c


#13421c Border Color

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

This div border color is #13421c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13421c


Comments

No comments written yet.

Please login to write comment.