Color Hex Logo

#13775e Color Hex

#13775E
(19,119,94)
0 Favorites   0 Comments

Color spaces of #13775e

RGB 1911994
HSL0.460.720.27
HSV165°84°47°
CMYK 0.840.000.21   0.53
XYZ8.885814.140312.8507
Yxy14.14030.24770.3941
Hunter Lab37.6036-23.62646.0607
CIE-Lab44.4335-33.56046.0919

#13775e color RGB value is (19,119,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 01011110
Octal 23 167 136
Decimal 19 119 94
Hex 13 77 5E

RGB Percentages of Color #13775e

%8.19
%51.29
%40.52

CMYK Percentages of Color #13775e

%84
%0
%21
%53

Triadic Colors of #13775e

#13775e #5e1377 #775e13

Analogous Colors of #13775e

#13775e #135e77 #13772c

Monochromatic Colors of #13775e

#13775e

Complementary Color

#13775e #77132c

#13775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13775e Color CSS Codes

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

#13775e Text Font Color

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

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


#13775e Background Color

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

This div background color is #13775e


#13775e Border Color

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

This div border color is #13775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13775e


Comments

No comments written yet.

Please login to write comment.