Color Hex Logo

#13631d Color Hex

#13631D
(19,99,29)
0 Favorites   0 Comments

Color spaces of #13631d

RGB 199929
HSL0.350.680.23
HSV128°81°39°
CMYK 0.810.000.71   0.61
XYZ4.95229.15082.6677
Yxy9.15080.29530.5456
Hunter Lab30.2503-23.716215.9466
CIE-Lab36.2730-38.566532.0376

#13631d color RGB value is (19,99,29).

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

The process color (four color CMYK) of #13631d color hex is 0.81, 0.00, 0.71, 0.61. Web safe color of #13631d is #006633. Color #13631d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 00011101
Octal 23 143 35
Decimal 19 99 29
Hex 13 63 1D

RGB Percentages of Color #13631d

%12.93
%67.35
%19.73

CMYK Percentages of Color #13631d

%81
%0
%71
%61

Triadic Colors of #13631d

#13631d #1d1363 #631d13

Analogous Colors of #13631d

#13631d #136345 #316313

Monochromatic Colors of #13631d

#13631d

Complementary Color

#13631d #631359

#13631d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13631d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13631d Color CSS Codes

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

#13631d Text Font Color

<p style="color:#13631d">Text here</p>

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


#13631d Background Color

<div style="background-color:#13631d">
Div content here</div>

This div background color is #13631d


#13631d Border Color

<div style="border:3px solid #13631d">
Div here</div>

This div border color is #13631d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13631d


Comments

No comments written yet.

Please login to write comment.