Color Hex Logo

#137844 Color Hex

#137844
(19,120,68)
0 Favorites   0 Comments

Color spaces of #137844

RGB 1912068
HSL0.410.730.27
HSV149°84°47°
CMYK 0.840.000.43   0.53
XYZ8.028413.98877.7458
Yxy13.98870.26970.4700
Hunter Lab37.4015-27.136713.9021
CIE-Lab44.2167-40.173220.9517

#137844 color RGB value is (19,120,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 01000100
Octal 23 170 104
Decimal 19 120 68
Hex 13 78 44

RGB Percentages of Color #137844

%9.18
%57.97
%32.85

CMYK Percentages of Color #137844

%84
%0
%43
%53

Triadic Colors of #137844

#137844 #441378 #784413

Analogous Colors of #137844

#137844 #137877 #147813

Monochromatic Colors of #137844

#137844

Complementary Color

#137844 #781347

#137844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137844 Color CSS Codes

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

#137844 Text Font Color

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

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


#137844 Background Color

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

This div background color is #137844


#137844 Border Color

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

This div border color is #137844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137844


Comments

No comments written yet.

Please login to write comment.