Color Hex Logo

#13634d Color Hex

#13634D
(19,99,77)
0 Favorites   0 Comments

Color spaces of #13634d

RGB 199977
HSL0.450.680.23
HSV164°81°39°
CMYK 0.810.000.22   0.61
XYZ6.07009.59798.5538
Yxy9.59790.25060.3963
Hunter Lab30.9805-19.24245.3162
CIE-Lab37.1109-29.06885.9134

#13634d color RGB value is (19,99,77).

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

The process color (four color CMYK) of #13634d color hex is 0.81, 0.00, 0.22, 0.61. Web safe color of #13634d is #006666. Color #13634d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100011 01001101
Octal 23 143 115
Decimal 19 99 77
Hex 13 63 4D

RGB Percentages of Color #13634d

%9.74
%50.77
%39.49

CMYK Percentages of Color #13634d

%81
%0
%22
%61

Triadic Colors of #13634d

#13634d #4d1363 #634d13

Analogous Colors of #13634d

#13634d #135163 #136325

Monochromatic Colors of #13634d

#13634d

Complementary Color

#13634d #631329

#13634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13634d Color CSS Codes

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

#13634d Text Font Color

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

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


#13634d Background Color

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

This div background color is #13634d


#13634d Border Color

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

This div border color is #13634d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13634d

#13634d Color Palettes


Comments

No comments written yet.

Please login to write comment.