Color Hex Logo

#15323a Color Hex

#15323A
(21,50,58)
0 Favorites   0 Comments

Color spaces of #15323a

RGB 215058
HSL0.540.470.15
HSV193°64°23°
CMYK 0.640.140.00   0.77
XYZ2.21362.74614.4164
Yxy2.74610.23610.2929
Hunter Lab16.5714-5.1559-4.2013
CIE-Lab18.9969-8.0614-8.3777

#15323a color RGB value is (21,50,58).

#15323a hex color red value is 21, green value is 50 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #15323a hue: 0.54 , saturation: 0.47 and the lightness value of 15323a is 0.15.

The process color (four color CMYK) of #15323a color hex is 0.64, 0.14, 0.00, 0.77. Web safe color of #15323a is #003333. Color #15323a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110010 00111010
Octal 25 62 72
Decimal 21 50 58
Hex 15 32 3A

RGB Percentages of Color #15323a

%16.28
%38.76
%44.96

CMYK Percentages of Color #15323a

%64
%14
%0
%77

Triadic Colors of #15323a

#15323a #3a1532 #323a15

Analogous Colors of #15323a

#15323a #15203a #153a30

Monochromatic Colors of #15323a

#15323a

Complementary Color

#15323a #3a1d15

#15323a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15323a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15323a Color CSS Codes

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

#15323a Text Font Color

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

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


#15323a Background Color

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

This div background color is #15323a


#15323a Border Color

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

This div border color is #15323a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15323a


Comments

No comments written yet.

Please login to write comment.