Color Hex Logo

#134639 Color Hex

#134639
(19,70,57)
0 Favorites   0 Comments

Color spaces of #134639

RGB 197057
HSL0.460.570.17
HSV165°73°27°
CMYK 0.730.000.19   0.73
XYZ3.19724.81424.6316
Yxy4.81420.25290.3808
Hunter Lab21.9413-12.38692.8433
CIE-Lab26.1987-20.48732.9406

#134639 color RGB value is (19,70,57).

#134639 hex color red value is 19, green value is 70 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #134639 hue: 0.46 , saturation: 0.57 and the lightness value of 134639 is 0.17.

The process color (four color CMYK) of #134639 color hex is 0.73, 0.00, 0.19, 0.73. Web safe color of #134639 is #003333. Color #134639 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 00111001
Octal 23 106 71
Decimal 19 70 57
Hex 13 46 39

RGB Percentages of Color #134639

%13.01
%47.95
%39.04

CMYK Percentages of Color #134639

%73
%0
%19
%73

Triadic Colors of #134639

#134639 #391346 #463913

Analogous Colors of #134639

#134639 #133a46 #134620

Monochromatic Colors of #134639

#134639

Complementary Color

#134639 #461320

#134639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134639 Color CSS Codes

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

#134639 Text Font Color

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

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


#134639 Background Color

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

This div background color is #134639


#134639 Border Color

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

This div border color is #134639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134639


Comments

No comments written yet.

Please login to write comment.