Color Hex Logo

#13795e Color Hex

#13795E
(19,121,94)
0 Favorites   0 Comments

Color spaces of #13795e

RGB 1912194
HSL0.460.730.27
HSV164°84°47°
CMYK 0.840.000.22   0.53
XYZ9.126314.621312.9309
Yxy14.62130.24880.3986
Hunter Lab38.2378-24.31326.7163
CIE-Lab45.1111-34.45207.0565

#13795e color RGB value is (19,121,94).

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

The process color (four color CMYK) of #13795e color hex is 0.84, 0.00, 0.22, 0.53. Web safe color of #13795e is #006666. Color #13795e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111001 01011110
Octal 23 171 136
Decimal 19 121 94
Hex 13 79 5E

RGB Percentages of Color #13795e

%8.12
%51.71
%40.17

CMYK Percentages of Color #13795e

%84
%0
%22
%53

Triadic Colors of #13795e

#13795e #5e1379 #795e13

Analogous Colors of #13795e

#13795e #136179 #13792b

Monochromatic Colors of #13795e

#13795e

Complementary Color

#13795e #79132e

#13795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13795e Color CSS Codes

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

#13795e Text Font Color

<p style="color:#13795e">Text here</p>

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


#13795e Background Color

<div style="background-color:#13795e">
Div content here</div>

This div background color is #13795e


#13795e Border Color

<div style="border:3px solid #13795e">
Div here</div>

This div border color is #13795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13795e


Comments

No comments written yet.

Please login to write comment.