Color Hex Logo

#13380c Color Hex

#13380C
(19,56,12)
0 Favorites   0 Comments

Color spaces of #13380c

RGB 195612
HSL0.310.650.13
HSV110°79°22°
CMYK 0.660.000.79   0.78
XYZ1.74912.99330.8334
Yxy2.99330.31370.5368
Hunter Lab17.3012-12.23129.2548
CIE-Lab20.0170-23.239422.5917

#13380c color RGB value is (19,56,12).

#13380c hex color red value is 19, green value is 56 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #13380c hue: 0.31 , saturation: 0.65 and the lightness value of 13380c is 0.13.

The process color (four color CMYK) of #13380c color hex is 0.66, 0.00, 0.79, 0.78. Web safe color of #13380c is #003300. Color #13380c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 00001100
Octal 23 70 14
Decimal 19 56 12
Hex 13 38 C

RGB Percentages of Color #13380c

%21.84
%64.37
%13.79

CMYK Percentages of Color #13380c

%66
%0
%79
%78

Triadic Colors of #13380c

#13380c #0c1338 #380c13

Analogous Colors of #13380c

#13380c #0c381b #29380c

Monochromatic Colors of #13380c

#13380c

Complementary Color

#13380c #310c38

#13380c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13380c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13380c Color CSS Codes

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

#13380c Text Font Color

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

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


#13380c Background Color

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

This div background color is #13380c


#13380c Border Color

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

This div border color is #13380c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13380c


Comments

No comments written yet.

Please login to write comment.