Color Hex Logo

#136767 Color Hex

#136767
(19,103,103)
0 Favorites   0 Comments

Color spaces of #136767

RGB 19103103
HSL0.500.690.24
HSV180°82°40°
CMYK 0.820.000.00   0.60
XYZ7.567010.818214.5213
Yxy10.81820.23000.3288
Hunter Lab32.8910-16.4931-3.1526
CIE-Lab39.2726-23.1481-6.8854

#136767 color RGB value is (19,103,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 01100111
Octal 23 147 147
Decimal 19 103 103
Hex 13 67 67

RGB Percentages of Color #136767

%8.44
%45.78
%45.78

CMYK Percentages of Color #136767

%82
%0
%0
%60

Triadic Colors of #136767

#136767 #671367 #676713

Analogous Colors of #136767

#136767 #133d67 #13673d

Monochromatic Colors of #136767

#136767

Complementary Color

#136767 #671313

#136767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136767 Color CSS Codes

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

#136767 Text Font Color

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

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


#136767 Background Color

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

This div background color is #136767


#136767 Border Color

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

This div border color is #136767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136767


Comments

No comments written yet.

Please login to write comment.