Color Hex Logo

#143340 Color Hex

#143340
(20,51,64)
0 Favorites   0 Comments

Color spaces of #143340

RGB 205164
HSL0.550.520.16
HSV198°69°25°
CMYK 0.690.200.00   0.75
XYZ2.39772.88655.2813
Yxy2.88650.22690.2732
Hunter Lab16.9897-4.5409-6.5377
CIE-Lab19.5835-6.7361-11.5877

#143340 color RGB value is (20,51,64).

#143340 hex color red value is 20, green value is 51 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #143340 hue: 0.55 , saturation: 0.52 and the lightness value of 143340 is 0.16.

The process color (four color CMYK) of #143340 color hex is 0.69, 0.20, 0.00, 0.75. Web safe color of #143340 is #003333. Color #143340 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110011 01000000
Octal 24 63 100
Decimal 20 51 64
Hex 14 33 40

RGB Percentages of Color #143340

%14.81
%37.78
%47.41

CMYK Percentages of Color #143340

%69
%20
%0
%75

Triadic Colors of #143340

#143340 #401433 #334014

Analogous Colors of #143340

#143340 #141d40 #144037

Monochromatic Colors of #143340

#143340

Complementary Color

#143340 #402114

#143340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143340 Color CSS Codes

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

#143340 Text Font Color

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

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


#143340 Background Color

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

This div background color is #143340


#143340 Border Color

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

This div border color is #143340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143340


Comments

No comments written yet.

Please login to write comment.