Color Hex Logo

#143828 Color Hex

#143828
(20,56,40)
0 Favorites   0 Comments

Color spaces of #143828

RGB 205640
HSL0.430.470.15
HSV153°64°22°
CMYK 0.640.000.29   0.78
XYZ2.08573.13032.5018
Yxy3.13030.27020.4056
Hunter Lab17.6927-9.91974.0011
CIE-Lab20.5584-17.59646.1733

#143828 color RGB value is (20,56,40).

#143828 hex color red value is 20, green value is 56 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #143828 hue: 0.43 , saturation: 0.47 and the lightness value of 143828 is 0.15.

The process color (four color CMYK) of #143828 color hex is 0.64, 0.00, 0.29, 0.78. Web safe color of #143828 is #003333. Color #143828 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111000 00101000
Octal 24 70 50
Decimal 20 56 40
Hex 14 38 28

RGB Percentages of Color #143828

%17.24
%48.28
%34.48

CMYK Percentages of Color #143828

%64
%0
%29
%78

Triadic Colors of #143828

#143828 #281438 #382814

Analogous Colors of #143828

#143828 #143638 #143816

Monochromatic Colors of #143828

#143828

Complementary Color

#143828 #381424

#143828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143828 Color CSS Codes

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

#143828 Text Font Color

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

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


#143828 Background Color

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

This div background color is #143828


#143828 Border Color

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

This div border color is #143828


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,56,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143828; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143828;
  -webkit-box-shadow: 1px 1px 3px 2px #143828;
  box-shadow:         1px 1px 3px 2px #143828; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143828


Comments

No comments written yet.

Please login to write comment.