Color Hex Logo

#153342 Color Hex

#153342
(21,51,66)
0 Favorites   0 Comments

Color spaces of #153342

RGB 215166
HSL0.560.520.17
HSV200°68°26°
CMYK 0.680.230.00   0.74
XYZ2.47652.92045.5874
Yxy2.92040.22550.2659
Hunter Lab17.0892-4.0385-7.4228
CIE-Lab19.7222-5.7450-12.7312

#153342 color RGB value is (21,51,66).

#153342 hex color red value is 21, green value is 51 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #153342 hue: 0.56 , saturation: 0.52 and the lightness value of 153342 is 0.17.

The process color (four color CMYK) of #153342 color hex is 0.68, 0.23, 0.00, 0.74. Web safe color of #153342 is #003333. Color #153342 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110011 01000010
Octal 25 63 102
Decimal 21 51 66
Hex 15 33 42

RGB Percentages of Color #153342

%15.22
%36.96
%47.83

CMYK Percentages of Color #153342

%68
%23
%0
%74

Triadic Colors of #153342

#153342 #421533 #334215

Analogous Colors of #153342

#153342 #151c42 #15423b

Monochromatic Colors of #153342

#153342

Complementary Color

#153342 #422415

#153342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153342 Color CSS Codes

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

#153342 Text Font Color

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

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


#153342 Background Color

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

This div background color is #153342


#153342 Border Color

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

This div border color is #153342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153342

#153342 Color Palettes


Comments

No comments written yet.

Please login to write comment.