Color Hex Logo

#13796d Color Hex

#13796D
(19,121,109)
0 Favorites   0 Comments

Color spaces of #13796d

RGB 19121109
HSL0.480.730.27
HSV173°84°47°
CMYK 0.840.000.10   0.53
XYZ9.866214.917316.8273
Yxy14.91730.23710.3585
Hunter Lab38.6229-21.99241.2045
CIE-Lab45.5207-30.1903-1.2582

#13796d color RGB value is (19,121,109).

#13796d hex color red value is 19, green value is 121 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #13796d hue: 0.48 , saturation: 0.73 and the lightness value of 13796d is 0.27.

The process color (four color CMYK) of #13796d color hex is 0.84, 0.00, 0.10, 0.53. Web safe color of #13796d is #006666. Color #13796d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111001 01101101
Octal 23 171 155
Decimal 19 121 109
Hex 13 79 6D

RGB Percentages of Color #13796d

%7.63
%48.59
%43.78

CMYK Percentages of Color #13796d

%84
%0
%10
%53

Triadic Colors of #13796d

#13796d #6d1379 #796d13

Analogous Colors of #13796d

#13796d #135279 #13793a

Monochromatic Colors of #13796d

#13796d

Complementary Color

#13796d #79131f

#13796d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13796d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13796d Color CSS Codes

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

#13796d Text Font Color

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

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


#13796d Background Color

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

This div background color is #13796d


#13796d Border Color

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

This div border color is #13796d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13796d


Comments

No comments written yet.

Please login to write comment.