Color Hex Logo

#13614c Color Hex

#13614C
(19,97,76)
0 Favorites   0 Comments

Color spaces of #13614c

RGB 199776
HSL0.460.670.23
HSV164°80°38°
CMYK 0.800.000.22   0.62
XYZ5.84789.20968.3069
Yxy9.20960.25030.3942
Hunter Lab30.3473-18.71165.0138
CIE-Lab36.3848-28.40815.4937

#13614c color RGB value is (19,97,76).

#13614c hex color red value is 19, green value is 97 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #13614c hue: 0.46 , saturation: 0.67 and the lightness value of 13614c is 0.23.

The process color (four color CMYK) of #13614c color hex is 0.80, 0.00, 0.22, 0.62. Web safe color of #13614c is #006633. Color #13614c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100001 01001100
Octal 23 141 114
Decimal 19 97 76
Hex 13 61 4C

RGB Percentages of Color #13614c

%9.90
%50.52
%39.58

CMYK Percentages of Color #13614c

%80
%0
%22
%62

Triadic Colors of #13614c

#13614c #4c1361 #614c13

Analogous Colors of #13614c

#13614c #134f61 #136125

Monochromatic Colors of #13614c

#13614c

Complementary Color

#13614c #611328

#13614c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13614c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13614c Color CSS Codes

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

#13614c Text Font Color

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

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


#13614c Background Color

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

This div background color is #13614c


#13614c Border Color

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

This div border color is #13614c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13614c


Comments

No comments written yet.

Please login to write comment.