Color Hex Logo

#13360c Color Hex

#13360C
(19,54,12)
0 Favorites   0 Comments

Color spaces of #13360c

RGB 195412
HSL0.310.640.13
HSV110°78°21°
CMYK 0.650.000.78   0.79
XYZ1.65412.80330.8017
Yxy2.80330.31450.5330
Hunter Lab16.7431-11.66588.8812
CIE-Lab19.2383-22.317121.7024

#13360c color RGB value is (19,54,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 00001100
Octal 23 66 14
Decimal 19 54 12
Hex 13 36 C

RGB Percentages of Color #13360c

%22.35
%63.53
%14.12

CMYK Percentages of Color #13360c

%65
%0
%78
%79

Triadic Colors of #13360c

#13360c #0c1336 #360c13

Analogous Colors of #13360c

#13360c #0c361a #28360c

Monochromatic Colors of #13360c

#13360c

Complementary Color

#13360c #2f0c36

#13360c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13360c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13360c Color CSS Codes

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

#13360c Text Font Color

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

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


#13360c Background Color

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

This div background color is #13360c


#13360c Border Color

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

This div border color is #13360c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13360c

#13360c Color Palettes


Comments

No comments written yet.

Please login to write comment.