Color Hex Logo

#153640 Color Hex

#153640
(21,54,64)
0 Favorites   0 Comments

Color spaces of #153640

RGB 215464
HSL0.540.510.17
HSV194°67°25°
CMYK 0.670.160.00   0.75
XYZ2.55383.16795.3274
Yxy3.16790.23110.2867
Hunter Lab17.7986-5.5358-5.2874
CIE-Lab20.7041-8.4509-9.8671

#153640 color RGB value is (21,54,64).

#153640 hex color red value is 21, green value is 54 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #153640 hue: 0.54 , saturation: 0.51 and the lightness value of 153640 is 0.17.

The process color (four color CMYK) of #153640 color hex is 0.67, 0.16, 0.00, 0.75. Web safe color of #153640 is #003333. Color #153640 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110110 01000000
Octal 25 66 100
Decimal 21 54 64
Hex 15 36 40

RGB Percentages of Color #153640

%15.11
%38.85
%46.04

CMYK Percentages of Color #153640

%67
%16
%0
%75

Triadic Colors of #153640

#153640 #401536 #364015

Analogous Colors of #153640

#153640 #152140 #154035

Monochromatic Colors of #153640

#153640

Complementary Color

#153640 #401f15

#153640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153640 Color CSS Codes

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

#153640 Text Font Color

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

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


#153640 Background Color

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

This div background color is #153640


#153640 Border Color

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

This div border color is #153640


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,54,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 #153640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153640


Comments

No comments written yet.

Please login to write comment.