Color Hex Logo

#15383f Color Hex

#15383F
(21,56,63)
0 Favorites   0 Comments

Color spaces of #15383f

RGB 215663
HSL0.530.500.16
HSV190°67°25°
CMYK 0.670.110.00   0.75
XYZ2.62063.34675.2105
Yxy3.34670.23440.2994
Hunter Lab18.2940-6.4445-4.0812
CIE-Lab21.3821-10.0785-8.1592

#15383f color RGB value is (21,56,63).

#15383f hex color red value is 21, green value is 56 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #15383f hue: 0.53 , saturation: 0.50 and the lightness value of 15383f is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 00111111
Octal 25 70 77
Decimal 21 56 63
Hex 15 38 3F

RGB Percentages of Color #15383f

%15.00
%40.00
%45.00

CMYK Percentages of Color #15383f

%67
%11
%0
%75

Triadic Colors of #15383f

#15383f #3f1538 #383f15

Analogous Colors of #15383f

#15383f #15233f #153f31

Monochromatic Colors of #15383f

#15383f

Complementary Color

#15383f #3f1c15

#15383f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15383f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15383f Color CSS Codes

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

#15383f Text Font Color

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

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


#15383f Background Color

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

This div background color is #15383f


#15383f Border Color

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

This div border color is #15383f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,56,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15383f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15383f;
  -webkit-box-shadow: 1px 1px 3px 2px #15383f;
  box-shadow:         1px 1px 3px 2px #15383f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15383f


Comments

No comments written yet.

Please login to write comment.