Color Hex Logo

#134711 Color Hex

#134711
(19,71,17)
0 Favorites   0 Comments

Color spaces of #134711

RGB 197117
HSL0.330.610.17
HSV118°76°28°
CMYK 0.730.000.76   0.72
XYZ2.62304.68541.2964
Yxy4.68540.30480.5445
Hunter Lab21.6458-16.249811.6011
CIE-Lab25.8190-29.157026.4326

#134711 color RGB value is (19,71,17).

#134711 hex color red value is 19, green value is 71 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #134711 hue: 0.33 , saturation: 0.61 and the lightness value of 134711 is 0.17.

The process color (four color CMYK) of #134711 color hex is 0.73, 0.00, 0.76, 0.72. Web safe color of #134711 is #003300. Color #134711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 00010001
Octal 23 107 21
Decimal 19 71 17
Hex 13 47 11

RGB Percentages of Color #134711

%17.76
%66.36
%15.89

CMYK Percentages of Color #134711

%73
%0
%76
%72

Triadic Colors of #134711

#134711 #111347 #471113

Analogous Colors of #134711

#134711 #11472a #2e4711

Monochromatic Colors of #134711

#134711

Complementary Color

#134711 #451147

#134711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134711 Color CSS Codes

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

#134711 Text Font Color

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

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


#134711 Background Color

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

This div background color is #134711


#134711 Border Color

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

This div border color is #134711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134711


Comments

No comments written yet.

Please login to write comment.