Color Hex Logo

#134017 Color Hex

#134017
(19,64,23)
0 Favorites   0 Comments

Color spaces of #134017

RGB 196423
HSL0.350.540.16
HSV125°70°25°
CMYK 0.700.000.64   0.75
XYZ2.25663.86711.4381
Yxy3.86710.29840.5114
Hunter Lab19.6649-13.93039.4296
CIE-Lab23.2271-25.376320.3571

#134017 color RGB value is (19,64,23).

#134017 hex color red value is 19, green value is 64 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #134017 hue: 0.35 , saturation: 0.54 and the lightness value of 134017 is 0.16.

The process color (four color CMYK) of #134017 color hex is 0.70, 0.00, 0.64, 0.75. Web safe color of #134017 is #003300. Color #134017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 00010111
Octal 23 100 27
Decimal 19 64 23
Hex 13 40 17

RGB Percentages of Color #134017

%17.92
%60.38
%21.70

CMYK Percentages of Color #134017

%70
%0
%64
%75

Triadic Colors of #134017

#134017 #171340 #401713

Analogous Colors of #134017

#134017 #13402e #264013

Monochromatic Colors of #134017

#134017

Complementary Color

#134017 #40133c

#134017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134017 Color CSS Codes

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

#134017 Text Font Color

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

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


#134017 Background Color

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

This div background color is #134017


#134017 Border Color

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

This div border color is #134017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134017


Comments

No comments written yet.

Please login to write comment.