Color Hex Logo

#13746c Color Hex

#13746C
(19,116,108)
0 Favorites   0 Comments

Color spaces of #13746c

RGB 19116108
HSL0.490.720.26
HSV175°84°45°
CMYK 0.840.000.07   0.55
XYZ9.220713.711916.3480
Yxy13.71190.23470.3491
Hunter Lab37.0296-20.3537-0.2549
CIE-Lab43.8169-28.0869-3.1670

#13746c color RGB value is (19,116,108).

#13746c hex color red value is 19, green value is 116 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #13746c hue: 0.49 , saturation: 0.72 and the lightness value of 13746c is 0.26.

The process color (four color CMYK) of #13746c color hex is 0.84, 0.00, 0.07, 0.55. Web safe color of #13746c is #006666. Color #13746c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110100 01101100
Octal 23 164 154
Decimal 19 116 108
Hex 13 74 6C

RGB Percentages of Color #13746c

%7.82
%47.74
%44.44

CMYK Percentages of Color #13746c

%84
%0
%7
%55

Triadic Colors of #13746c

#13746c #6c1374 #746c13

Analogous Colors of #13746c

#13746c #134c74 #13743c

Monochromatic Colors of #13746c

#13746c

Complementary Color

#13746c #74131b

#13746c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13746c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13746c Color CSS Codes

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

#13746c Text Font Color

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

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


#13746c Background Color

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

This div background color is #13746c


#13746c Border Color

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

This div border color is #13746c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13746c

#13746c Color Palettes


Comments

No comments written yet.

Please login to write comment.