Color Hex Logo

#137827 Color Hex

#137827
(19,120,39)
0 Favorites   0 Comments

Color spaces of #137827

RGB 1912039
HSL0.370.730.27
HSV132°84°47°
CMYK 0.840.000.68   0.53
XYZ7.351213.71794.1798
Yxy13.71790.29110.5433
Hunter Lab37.0377-29.387519.2353
CIE-Lab43.8256-44.837835.6800

#137827 color RGB value is (19,120,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 00100111
Octal 23 170 47
Decimal 19 120 39
Hex 13 78 27

RGB Percentages of Color #137827

%10.67
%67.42
%21.91

CMYK Percentages of Color #137827

%84
%0
%68
%53

Triadic Colors of #137827

#137827 #271378 #782713

Analogous Colors of #137827

#137827 #13785a #327813

Monochromatic Colors of #137827

#137827

Complementary Color

#137827 #781364

#137827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137827 Color CSS Codes

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

#137827 Text Font Color

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

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


#137827 Background Color

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

This div background color is #137827


#137827 Border Color

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

This div border color is #137827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137827


Comments

No comments written yet.

Please login to write comment.