Color Hex Logo

#134847 Color Hex

#134847
(19,72,71)
0 Favorites   0 Comments

Color spaces of #134847

RGB 197271
HSL0.500.580.18
HSV179°74°28°
CMYK 0.740.000.01   0.72
XYZ3.72335.22816.7741
Yxy5.22810.23680.3325
Hunter Lab22.8650-10.9472-1.5600
CIE-Lab27.3750-17.1498-4.4646

#134847 color RGB value is (19,72,71).

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

The process color (four color CMYK) of #134847 color hex is 0.74, 0.00, 0.01, 0.72. Web safe color of #134847 is #003333. Color #134847 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001000 01000111
Octal 23 110 107
Decimal 19 72 71
Hex 13 48 47

RGB Percentages of Color #134847

%11.73
%44.44
%43.83

CMYK Percentages of Color #134847

%74
%0
%1
%72

Triadic Colors of #134847

#134847 #471348 #484713

Analogous Colors of #134847

#134847 #132f48 #13482d

Monochromatic Colors of #134847

#134847

Complementary Color

#134847 #481314

#134847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134847 Color CSS Codes

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

#134847 Text Font Color

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

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


#134847 Background Color

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

This div background color is #134847


#134847 Border Color

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

This div border color is #134847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134847


Comments

No comments written yet.

Please login to write comment.