Color Hex Logo

#14340d Color Hex

#14340D
(20,52,13)
0 Favorites   0 Comments

Color spaces of #14340d

RGB 205213
HSL0.300.600.13
HSV109°75°20°
CMYK 0.620.000.75   0.80
XYZ1.58912.63380.8054
Yxy2.63380.31600.5238
Hunter Lab16.2290-10.92258.4179
CIE-Lab18.5132-20.911920.3994

#14340d color RGB value is (20,52,13).

#14340d hex color red value is 20, green value is 52 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #14340d hue: 0.30 , saturation: 0.60 and the lightness value of 14340d is 0.13.

The process color (four color CMYK) of #14340d color hex is 0.62, 0.00, 0.75, 0.80. Web safe color of #14340d is #003300. Color #14340d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110100 00001101
Octal 24 64 15
Decimal 20 52 13
Hex 14 34 D

RGB Percentages of Color #14340d

%23.53
%61.18
%15.29

CMYK Percentages of Color #14340d

%62
%0
%75
%80

Triadic Colors of #14340d

#14340d #0d1434 #340d14

Analogous Colors of #14340d

#14340d #0d341a #28340d

Monochromatic Colors of #14340d

#14340d

Complementary Color

#14340d #2d0d34

#14340d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14340d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14340d Color CSS Codes

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

#14340d Text Font Color

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

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


#14340d Background Color

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

This div background color is #14340d


#14340d Border Color

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

This div border color is #14340d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,52,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14340d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14340d;
  -webkit-box-shadow: 1px 1px 3px 2px #14340d;
  box-shadow:         1px 1px 3px 2px #14340d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,52,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14340d


Comments

No comments written yet.

Please login to write comment.