Color Hex Logo

#139461 Color Hex

#139461
(19,148,97)
0 Favorites   0 Comments

Color spaces of #139461

RGB 1914897
HSL0.430.770.33
HSV156°87°58°
CMYK 0.870.000.34   0.42
XYZ13.016122.181314.9047
Yxy22.18130.25980.4427
Hunter Lab47.0970-33.088214.2045
CIE-Lab54.2188-44.945817.9925

#139461 color RGB value is (19,148,97).

#139461 hex color red value is 19, green value is 148 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #139461 hue: 0.43 , saturation: 0.77 and the lightness value of 139461 is 0.33.

The process color (four color CMYK) of #139461 color hex is 0.87, 0.00, 0.34, 0.42. Web safe color of #139461 is #009966. Color #139461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010100 01100001
Octal 23 224 141
Decimal 19 148 97
Hex 13 94 61

RGB Percentages of Color #139461

%7.20
%56.06
%36.74

CMYK Percentages of Color #139461

%87
%0
%34
%42

Triadic Colors of #139461

#139461 #611394 #946113

Analogous Colors of #139461

#139461 #138794 #139421

Monochromatic Colors of #139461

#139461

Complementary Color

#139461 #941346

#139461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139461 Color CSS Codes

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

#139461 Text Font Color

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

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


#139461 Background Color

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

This div background color is #139461


#139461 Border Color

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

This div border color is #139461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139461


Comments

No comments written yet.

Please login to write comment.