Color Hex Logo

#134411 Color Hex

#134411
(19,68,17)
0 Favorites   0 Comments

Color spaces of #134411

RGB 196817
HSL0.330.600.17
HSV118°75°27°
CMYK 0.720.000.75   0.73
XYZ2.43694.31321.2344
Yxy4.31320.30520.5402
Hunter Lab20.7682-15.399611.0138
CIE-Lab24.6810-27.913125.2104

#134411 color RGB value is (19,68,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000100 00010001
Octal 23 104 21
Decimal 19 68 17
Hex 13 44 11

RGB Percentages of Color #134411

%18.27
%65.38
%16.35

CMYK Percentages of Color #134411

%72
%0
%75
%73

Triadic Colors of #134411

#134411 #111344 #441113

Analogous Colors of #134411

#134411 #114429 #2d4411

Monochromatic Colors of #134411

#134411

Complementary Color

#134411 #421144

#134411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134411 Color CSS Codes

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

#134411 Text Font Color

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

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


#134411 Background Color

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

This div background color is #134411


#134411 Border Color

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

This div border color is #134411


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,68,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 #134411">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134411


Comments

No comments written yet.

Please login to write comment.