Color Hex Logo

#143827 Color Hex

#143827
(20,56,39)
0 Favorites   0 Comments

Color spaces of #143827

RGB 205639
HSL0.420.470.15
HSV152°64°22°
CMYK 0.640.000.30   0.78
XYZ2.06893.12362.4133
Yxy3.12360.27200.4107
Hunter Lab17.6737-10.03364.2757
CIE-Lab20.5323-17.86076.8068

#143827 color RGB value is (20,56,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111000 00100111
Octal 24 70 47
Decimal 20 56 39
Hex 14 38 27

RGB Percentages of Color #143827

%17.39
%48.70
%33.91

CMYK Percentages of Color #143827

%64
%0
%30
%78

Triadic Colors of #143827

#143827 #271438 #382714

Analogous Colors of #143827

#143827 #143738 #143815

Monochromatic Colors of #143827

#143827

Complementary Color

#143827 #381425

#143827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143827 Color CSS Codes

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

#143827 Text Font Color

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

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


#143827 Background Color

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

This div background color is #143827


#143827 Border Color

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

This div border color is #143827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143827


Comments

No comments written yet.

Please login to write comment.