Color Hex Logo

#13594d Color Hex

#13594D
(19,89,77)
0 Favorites   0 Comments

Color spaces of #13594d

RGB 198977
HSL0.470.650.21
HSV170°79°35°
CMYK 0.790.000.13   0.65
XYZ5.18057.81908.2574
Yxy7.81900.24370.3678
Hunter Lab27.9625-15.86432.0652
CIE-Lab33.6031-24.23120.8665

#13594d color RGB value is (19,89,77).

#13594d hex color red value is 19, green value is 89 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #13594d hue: 0.47 , saturation: 0.65 and the lightness value of 13594d is 0.21.

The process color (four color CMYK) of #13594d color hex is 0.79, 0.00, 0.13, 0.65. Web safe color of #13594d is #006666. Color #13594d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 01001101
Octal 23 131 115
Decimal 19 89 77
Hex 13 59 4D

RGB Percentages of Color #13594d

%10.27
%48.11
%41.62

CMYK Percentages of Color #13594d

%79
%0
%13
%65

Triadic Colors of #13594d

#13594d #4d1359 #594d13

Analogous Colors of #13594d

#13594d #134259 #13592a

Monochromatic Colors of #13594d

#13594d

Complementary Color

#13594d #59131f

#13594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13594d Color CSS Codes

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

#13594d Text Font Color

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

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


#13594d Background Color

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

This div background color is #13594d


#13594d Border Color

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

This div border color is #13594d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,89,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 #13594d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13594d


Comments

No comments written yet.

Please login to write comment.