Color Hex Logo

#143836 Color Hex

#143836
(20,56,54)
0 Favorites   0 Comments

Color spaces of #143836

RGB 205654
HSL0.490.470.15
HSV177°64°22°
CMYK 0.640.000.04   0.78
XYZ2.36853.24343.9912
Yxy3.24340.24660.3377
Hunter Lab18.0094-8.0412-0.5331
CIE-Lab20.9934-13.4112-2.6554

#143836 color RGB value is (20,56,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111000 00110110
Octal 24 70 66
Decimal 20 56 54
Hex 14 38 36

RGB Percentages of Color #143836

%15.38
%43.08
%41.54

CMYK Percentages of Color #143836

%64
%0
%4
%78

Triadic Colors of #143836

#143836 #361438 #383614

Analogous Colors of #143836

#143836 #142838 #143824

Monochromatic Colors of #143836

#143836

Complementary Color

#143836 #381416

#143836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143836 Color CSS Codes

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

#143836 Text Font Color

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

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


#143836 Background Color

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

This div background color is #143836


#143836 Border Color

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

This div border color is #143836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143836


Comments

No comments written yet.

Please login to write comment.