Color Hex Logo

#13630c Color Hex

#13630C
(19,99,12)
0 Favorites   0 Comments

Color spaces of #13630c

RGB 199912
HSL0.320.780.22
HSV115°88°39°
CMYK 0.810.000.88   0.61
XYZ4.79689.08871.8493
Yxy9.08870.30490.5776
Hunter Lab30.1475-24.356717.4663
CIE-Lab36.1545-40.029938.5118

#13630c color RGB value is (19,99,12).

#13630c hex color red value is 19, green value is 99 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #13630c hue: 0.32 , saturation: 0.78 and the lightness value of 13630c is 0.22.

The process color (four color CMYK) of #13630c color hex is 0.81, 0.00, 0.88, 0.61. Web safe color of #13630c is #006600. Color #13630c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 00001100
Octal 23 143 14
Decimal 19 99 12
Hex 13 63 C

RGB Percentages of Color #13630c

%14.62
%76.15
%9.23

CMYK Percentages of Color #13630c

%81
%0
%88
%61

Triadic Colors of #13630c

#13630c #0c1363 #630c13

Analogous Colors of #13630c

#13630c #0c6331 #3e630c

Monochromatic Colors of #13630c

#13630c

Complementary Color

#13630c #5c0c63

#13630c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13630c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13630c Color CSS Codes

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

#13630c Text Font Color

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

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


#13630c Background Color

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

This div background color is #13630c


#13630c Border Color

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

This div border color is #13630c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13630c


Comments

No comments written yet.

Please login to write comment.