Color Hex Logo

#136057 Color Hex

#136057
(19,96,87)
0 Favorites   0 Comments

Color spaces of #136057

RGB 199687
HSL0.480.670.23
HSV173°80°38°
CMYK 0.800.000.09   0.62
XYZ6.17179.192310.4658
Yxy9.19230.23890.3559
Hunter Lab30.3188-16.72240.7567
CIE-Lab36.3519-24.6875-1.3532

#136057 color RGB value is (19,96,87).

#136057 hex color red value is 19, green value is 96 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #136057 hue: 0.48 , saturation: 0.67 and the lightness value of 136057 is 0.23.

The process color (four color CMYK) of #136057 color hex is 0.80, 0.00, 0.09, 0.62. Web safe color of #136057 is #006666. Color #136057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 01010111
Octal 23 140 127
Decimal 19 96 87
Hex 13 60 57

RGB Percentages of Color #136057

%9.41
%47.52
%43.07

CMYK Percentages of Color #136057

%80
%0
%9
%62

Triadic Colors of #136057

#136057 #571360 #605713

Analogous Colors of #136057

#136057 #134360 #136031

Monochromatic Colors of #136057

#136057

Complementary Color

#136057 #60131c

#136057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136057 Color CSS Codes

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

#136057 Text Font Color

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

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


#136057 Background Color

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

This div background color is #136057


#136057 Border Color

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

This div border color is #136057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136057

#136057 Color Palettes


Comments

No comments written yet.

Please login to write comment.