Color Hex Logo

#13632f Color Hex

#13632F
(19,99,47)
0 Favorites   0 Comments

Color spaces of #13632f

RGB 199947
HSL0.390.680.23
HSV141°81°39°
CMYK 0.810.000.53   0.61
XYZ5.24359.26744.2017
Yxy9.26740.28020.4952
Hunter Lab30.4424-22.528813.1264
CIE-Lab36.4941-35.927322.9219

#13632f color RGB value is (19,99,47).

#13632f hex color red value is 19, green value is 99 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #13632f hue: 0.39 , saturation: 0.68 and the lightness value of 13632f is 0.23.

The process color (four color CMYK) of #13632f color hex is 0.81, 0.00, 0.53, 0.61. Web safe color of #13632f is #006633. Color #13632f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 00101111
Octal 23 143 57
Decimal 19 99 47
Hex 13 63 2F

RGB Percentages of Color #13632f

%11.52
%60.00
%28.48

CMYK Percentages of Color #13632f

%81
%0
%53
%61

Triadic Colors of #13632f

#13632f #2f1363 #632f13

Analogous Colors of #13632f

#13632f #136357 #1f6313

Monochromatic Colors of #13632f

#13632f

Complementary Color

#13632f #631347

#13632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13632f Color CSS Codes

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

#13632f Text Font Color

<p style="color:#13632f">Text here</p>

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


#13632f Background Color

<div style="background-color:#13632f">
Div content here</div>

This div background color is #13632f


#13632f Border Color

<div style="border:3px solid #13632f">
Div here</div>

This div border color is #13632f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13632f


Comments

No comments written yet.

Please login to write comment.