Color Hex Logo

#13716b Color Hex

#13716B
(19,113,107)
0 Favorites   0 Comments

Color spaces of #13716b

RGB 19113107
HSL0.490.710.26
HSV176°83°44°
CMYK 0.830.000.05   0.56
XYZ8.827513.010215.9559
Yxy13.01020.23360.3442
Hunter Lab36.0697-19.4367-0.9790
CIE-Lab42.7786-26.9248-4.1004

#13716b color RGB value is (19,113,107).

#13716b hex color red value is 19, green value is 113 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #13716b hue: 0.49 , saturation: 0.71 and the lightness value of 13716b is 0.26.

The process color (four color CMYK) of #13716b color hex is 0.83, 0.00, 0.05, 0.56. Web safe color of #13716b is #006666. Color #13716b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110001 01101011
Octal 23 161 153
Decimal 19 113 107
Hex 13 71 6B

RGB Percentages of Color #13716b

%7.95
%47.28
%44.77

CMYK Percentages of Color #13716b

%83
%0
%5
%56

Triadic Colors of #13716b

#13716b #6b1371 #716b13

Analogous Colors of #13716b

#13716b #134871 #13713c

Monochromatic Colors of #13716b

#13716b

Complementary Color

#13716b #711319

#13716b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13716b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13716b Color CSS Codes

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

#13716b Text Font Color

<p style="color:#13716b">Text here</p>

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


#13716b Background Color

<div style="background-color:#13716b">
Div content here</div>

This div background color is #13716b


#13716b Border Color

<div style="border:3px solid #13716b">
Div here</div>

This div border color is #13716b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,113,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13716b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13716b;
  -webkit-box-shadow: 1px 1px 3px 2px #13716b;
  box-shadow:         1px 1px 3px 2px #13716b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13716b


Comments

No comments written yet.

Please login to write comment.