Color Hex Logo

#143d1d Color Hex

#143D1D
(20,61,29)
0 Favorites   0 Comments

Color spaces of #143d1d

RGB 206129
HSL0.370.510.16
HSV133°67°24°
CMYK 0.670.000.52   0.76
XYZ2.17903.57491.7376
Yxy3.57490.29090.4772
Hunter Lab18.9074-12.51667.7864
CIE-Lab22.2131-22.672115.5316

#143d1d color RGB value is (20,61,29).

#143d1d hex color red value is 20, green value is 61 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #143d1d hue: 0.37 , saturation: 0.51 and the lightness value of 143d1d is 0.16.

The process color (four color CMYK) of #143d1d color hex is 0.67, 0.00, 0.52, 0.76. Web safe color of #143d1d is #003333. Color #143d1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111101 00011101
Octal 24 75 35
Decimal 20 61 29
Hex 14 3D 1D

RGB Percentages of Color #143d1d

%18.18
%55.45
%26.36

CMYK Percentages of Color #143d1d

%67
%0
%52
%76

Triadic Colors of #143d1d

#143d1d #1d143d #3d1d14

Analogous Colors of #143d1d

#143d1d #143d32 #203d14

Monochromatic Colors of #143d1d

#143d1d

Complementary Color

#143d1d #3d1434

#143d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#143d1d Color CSS Codes

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

#143d1d Text Font Color

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

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


#143d1d Background Color

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

This div background color is #143d1d


#143d1d Border Color

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

This div border color is #143d1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,61,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143d1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143d1d;
  -webkit-box-shadow: 1px 1px 3px 2px #143d1d;
  box-shadow:         1px 1px 3px 2px #143d1d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143d1d

#143d1d Color Palettes


Comments

No comments written yet.

Please login to write comment.