Color Hex Logo

#137945 Color Hex

#137945
(19,121,69)
0 Favorites   0 Comments

Color spaces of #137945

RGB 1912169
HSL0.420.730.27
HSV149°84°47°
CMYK 0.840.000.43   0.53
XYZ8.180114.24297.9482
Yxy14.24290.26930.4690
Hunter Lab37.7398-27.354713.9310
CIE-Lab44.5793-40.362820.8612

#137945 color RGB value is (19,121,69).

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

The process color (four color CMYK) of #137945 color hex is 0.84, 0.00, 0.43, 0.53. Web safe color of #137945 is #006633. Color #137945 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111001 01000101
Octal 23 171 105
Decimal 19 121 69
Hex 13 79 45

RGB Percentages of Color #137945

%9.09
%57.89
%33.01

CMYK Percentages of Color #137945

%84
%0
%43
%53

Triadic Colors of #137945

#137945 #451379 #794513

Analogous Colors of #137945

#137945 #137978 #147913

Monochromatic Colors of #137945

#137945

Complementary Color

#137945 #791347

#137945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137945 Color CSS Codes

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

#137945 Text Font Color

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

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


#137945 Background Color

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

This div background color is #137945


#137945 Border Color

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

This div border color is #137945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137945


Comments

No comments written yet.

Please login to write comment.