Color Hex Logo

#15382f Color Hex

#15382F
(21,56,47)
0 Favorites   0 Comments

Color spaces of #15382f

RGB 215647
HSL0.460.450.15
HSV165°63°22°
CMYK 0.630.000.16   0.78
XYZ2.23653.19303.1878
Yxy3.19300.25950.3705
Hunter Lab17.8690-8.92941.9310
CIE-Lab20.8008-15.34611.8081

#15382f color RGB value is (21,56,47).

#15382f hex color red value is 21, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #15382f hue: 0.46 , saturation: 0.45 and the lightness value of 15382f is 0.15.

The process color (four color CMYK) of #15382f color hex is 0.63, 0.00, 0.16, 0.78. Web safe color of #15382f is #003333. Color #15382f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 00101111
Octal 25 70 57
Decimal 21 56 47
Hex 15 38 2F

RGB Percentages of Color #15382f

%16.94
%45.16
%37.90

CMYK Percentages of Color #15382f

%63
%0
%16
%78

Triadic Colors of #15382f

#15382f #2f1538 #382f15

Analogous Colors of #15382f

#15382f #153038 #15381e

Monochromatic Colors of #15382f

#15382f

Complementary Color

#15382f #38151e

#15382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15382f Color CSS Codes

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

#15382f Text Font Color

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

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


#15382f Background Color

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

This div background color is #15382f


#15382f Border Color

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

This div border color is #15382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15382f


Comments

No comments written yet.

Please login to write comment.