Color Hex Logo

#136755 Color Hex

#136755
(19,103,85)
0 Favorites   0 Comments

Color spaces of #136755

RGB 1910385
HSL0.460.690.24
HSV167°82°40°
CMYK 0.820.000.17   0.60
XYZ6.758510.494810.2638
Yxy10.49480.24560.3814
Hunter Lab32.3957-19.45313.8923
CIE-Lab38.7162-28.70103.3164

#136755 color RGB value is (19,103,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 01010101
Octal 23 147 125
Decimal 19 103 85
Hex 13 67 55

RGB Percentages of Color #136755

%9.18
%49.76
%41.06

CMYK Percentages of Color #136755

%82
%0
%17
%60

Triadic Colors of #136755

#136755 #551367 #675513

Analogous Colors of #136755

#136755 #134f67 #13672b

Monochromatic Colors of #136755

#136755

Complementary Color

#136755 #671325

#136755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136755 Color CSS Codes

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

#136755 Text Font Color

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

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


#136755 Background Color

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

This div background color is #136755


#136755 Border Color

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

This div border color is #136755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136755


Comments

No comments written yet.

Please login to write comment.