Color Hex Logo

#15323e Color Hex

#15323E
(21,50,62)
0 Favorites   0 Comments

Color spaces of #15323e

RGB 215062
HSL0.550.490.16
HSV198°66°24°
CMYK 0.660.190.00   0.76
XYZ2.31942.78844.9734
Yxy2.78840.23010.2766
Hunter Lab16.6985-4.4290-5.9697
CIE-Lab19.1757-6.5924-10.8448

#15323e color RGB value is (21,50,62).

#15323e hex color red value is 21, green value is 50 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #15323e hue: 0.55 , saturation: 0.49 and the lightness value of 15323e is 0.16.

The process color (four color CMYK) of #15323e color hex is 0.66, 0.19, 0.00, 0.76. Web safe color of #15323e is #003333. Color #15323e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110010 00111110
Octal 25 62 76
Decimal 21 50 62
Hex 15 32 3E

RGB Percentages of Color #15323e

%15.79
%37.59
%46.62

CMYK Percentages of Color #15323e

%66
%19
%0
%76

Triadic Colors of #15323e

#15323e #3e1532 #323e15

Analogous Colors of #15323e

#15323e #151e3e #153e36

Monochromatic Colors of #15323e

#15323e

Complementary Color

#15323e #3e2115

#15323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15323e Color CSS Codes

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

#15323e Text Font Color

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

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


#15323e Background Color

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

This div background color is #15323e


#15323e Border Color

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

This div border color is #15323e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,50,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15323e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15323e;
  -webkit-box-shadow: 1px 1px 3px 2px #15323e;
  box-shadow:         1px 1px 3px 2px #15323e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15323e


Comments

No comments written yet.

Please login to write comment.