Color Hex Logo

#137953 Color Hex

#137953
(19,121,83)
0 Favorites   0 Comments

Color spaces of #137953

RGB 1912183
HSL0.440.730.27
HSV158°84°47°
CMYK 0.840.000.31   0.53
XYZ8.667314.437710.5136
Yxy14.43770.25780.4295
Hunter Lab37.9970-25.778010.1926
CIE-Lab44.8542-37.249513.1666

#137953 color RGB value is (19,121,83).

#137953 hex color red value is 19, green value is 121 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #137953 hue: 0.44 , saturation: 0.73 and the lightness value of 137953 is 0.27.

The process color (four color CMYK) of #137953 color hex is 0.84, 0.00, 0.31, 0.53. Web safe color of #137953 is #006666. Color #137953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111001 01010011
Octal 23 171 123
Decimal 19 121 83
Hex 13 79 53

RGB Percentages of Color #137953

%8.52
%54.26
%37.22

CMYK Percentages of Color #137953

%84
%0
%31
%53

Triadic Colors of #137953

#137953 #531379 #795313

Analogous Colors of #137953

#137953 #136c79 #137920

Monochromatic Colors of #137953

#137953

Complementary Color

#137953 #791339

#137953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137953 Color CSS Codes

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

#137953 Text Font Color

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

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


#137953 Background Color

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

This div background color is #137953


#137953 Border Color

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

This div border color is #137953


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,121,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 #137953">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137953


Comments

No comments written yet.

Please login to write comment.