Color Hex Logo

#137053 Color Hex

#137053
(19,112,83)
0 Favorites   0 Comments

Color spaces of #137053

RGB 1911283
HSL0.450.710.26
HSV161°83°44°
CMYK 0.830.000.26   0.56
XYZ7.624112.351310.1658
Yxy12.35130.25290.4098
Hunter Lab35.1444-22.77967.4510
CIE-Lab41.7691-33.36938.8706

#137053 color RGB value is (19,112,83).

#137053 hex color red value is 19, green value is 112 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #137053 hue: 0.45 , saturation: 0.71 and the lightness value of 137053 is 0.26.

The process color (four color CMYK) of #137053 color hex is 0.83, 0.00, 0.26, 0.56. Web safe color of #137053 is #006666. Color #137053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110000 01010011
Octal 23 160 123
Decimal 19 112 83
Hex 13 70 53

RGB Percentages of Color #137053

%8.88
%52.34
%38.79

CMYK Percentages of Color #137053

%83
%0
%26
%56

Triadic Colors of #137053

#137053 #531370 #705313

Analogous Colors of #137053

#137053 #135f70 #137025

Monochromatic Colors of #137053

#137053

Complementary Color

#137053 #701330

#137053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137053 Color CSS Codes

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

#137053 Text Font Color

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

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


#137053 Background Color

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

This div background color is #137053


#137053 Border Color

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

This div border color is #137053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137053


Comments

No comments written yet.

Please login to write comment.