Color Hex Logo

#136261 Color Hex

#136261
(19,98,97)
0 Favorites   0 Comments

Color spaces of #136261

RGB 199897
HSL0.500.680.23
HSV179°81°38°
CMYK 0.810.000.01   0.62
XYZ6.79399.736912.8306
Yxy9.73690.23140.3316
Hunter Lab31.2040-15.7431-2.5363
CIE-Lab37.3660-22.5202-6.0422

#136261 color RGB value is (19,98,97).

#136261 hex color red value is 19, green value is 98 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #136261 hue: 0.50 , saturation: 0.68 and the lightness value of 136261 is 0.23.

The process color (four color CMYK) of #136261 color hex is 0.81, 0.00, 0.01, 0.62. Web safe color of #136261 is #006666. Color #136261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 01100001
Octal 23 142 141
Decimal 19 98 97
Hex 13 62 61

RGB Percentages of Color #136261

%8.88
%45.79
%45.33

CMYK Percentages of Color #136261

%81
%0
%1
%62

Triadic Colors of #136261

#136261 #611362 #626113

Analogous Colors of #136261

#136261 #133c62 #13623a

Monochromatic Colors of #136261

#136261

Complementary Color

#136261 #621314

#136261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136261 Color CSS Codes

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

#136261 Text Font Color

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

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


#136261 Background Color

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

This div background color is #136261


#136261 Border Color

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

This div border color is #136261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136261


Comments

No comments written yet.

Please login to write comment.