Color Hex Logo

#137741 Color Hex

#137741
(19,119,65)
0 Favorites   0 Comments

Color spaces of #137741

RGB 1911965
HSL0.410.720.27
HSV148°84°47°
CMYK 0.840.000.45   0.53
XYZ7.819513.71387.2359
Yxy13.71380.27180.4767
Hunter Lab37.0321-27.115214.3375
CIE-Lab43.8197-40.381322.1269

#137741 color RGB value is (19,119,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 01000001
Octal 23 167 101
Decimal 19 119 65
Hex 13 77 41

RGB Percentages of Color #137741

%9.36
%58.62
%32.02

CMYK Percentages of Color #137741

%84
%0
%45
%53

Triadic Colors of #137741

#137741 #411377 #774113

Analogous Colors of #137741

#137741 #137773 #177713

Monochromatic Colors of #137741

#137741

Complementary Color

#137741 #771349

#137741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137741 Color CSS Codes

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

#137741 Text Font Color

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

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


#137741 Background Color

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

This div background color is #137741


#137741 Border Color

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

This div border color is #137741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137741


Comments

No comments written yet.

Please login to write comment.