Color Hex Logo

#13675e Color Hex

#13675E
(19,103,94)
0 Favorites   0 Comments

Color spaces of #13675e

RGB 1910394
HSL0.480.690.24
HSV174°82°40°
CMYK 0.820.000.09   0.60
XYZ7.139210.647112.2685
Yxy10.64710.23750.3543
Hunter Lab32.6299-18.04770.5485
CIE-Lab38.9796-26.0178-1.8068

#13675e color RGB value is (19,103,94).

#13675e hex color red value is 19, green value is 103 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #13675e hue: 0.48 , saturation: 0.69 and the lightness value of 13675e is 0.24.

The process color (four color CMYK) of #13675e color hex is 0.82, 0.00, 0.09, 0.60. Web safe color of #13675e is #006666. Color #13675e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 01011110
Octal 23 147 136
Decimal 19 103 94
Hex 13 67 5E

RGB Percentages of Color #13675e

%8.80
%47.69
%43.52

CMYK Percentages of Color #13675e

%82
%0
%9
%60

Triadic Colors of #13675e

#13675e #5e1367 #675e13

Analogous Colors of #13675e

#13675e #134667 #136734

Monochromatic Colors of #13675e

#13675e

Complementary Color

#13675e #67131c

#13675e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13675e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13675e Color CSS Codes

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

#13675e Text Font Color

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

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


#13675e Background Color

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

This div background color is #13675e


#13675e Border Color

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

This div border color is #13675e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13675e


Comments

No comments written yet.

Please login to write comment.