Color Hex Logo

#134745 Color Hex

#134745
(19,71,69)
0 Favorites   0 Comments

Color spaces of #134745

RGB 197169
HSL0.490.580.18
HSV178°73°28°
CMYK 0.730.000.03   0.72
XYZ3.59605.07466.4202
Yxy5.07460.23830.3363
Hunter Lab22.5269-10.9278-1.1289
CIE-Lab26.9463-17.2596-3.7989

#134745 color RGB value is (19,71,69).

#134745 hex color red value is 19, green value is 71 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #134745 hue: 0.49 , saturation: 0.58 and the lightness value of 134745 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 01000101
Octal 23 107 105
Decimal 19 71 69
Hex 13 47 45

RGB Percentages of Color #134745

%11.95
%44.65
%43.40

CMYK Percentages of Color #134745

%73
%0
%3
%72

Triadic Colors of #134745

#134745 #451347 #474513

Analogous Colors of #134745

#134745 #132f47 #13472b

Monochromatic Colors of #134745

#134745

Complementary Color

#134745 #471315

#134745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134745 Color CSS Codes

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

#134745 Text Font Color

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

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


#134745 Background Color

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

This div background color is #134745


#134745 Border Color

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

This div border color is #134745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134745


Comments

No comments written yet.

Please login to write comment.