Color Hex Logo

#15503f Color Hex

#15503F
(21,80,63)
0 Favorites   0 Comments

Color spaces of #15503f

RGB 218063
HSL0.450.580.20
HSV163°74°31°
CMYK 0.740.000.21   0.69
XYZ4.07516.25565.6953
Yxy6.25560.25430.3903
Hunter Lab25.0112-14.68644.0069
CIE-Lab30.0484-23.48504.5971

#15503f color RGB value is (21,80,63).

#15503f hex color red value is 21, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #15503f hue: 0.45 , saturation: 0.58 and the lightness value of 15503f is 0.20.

The process color (four color CMYK) of #15503f color hex is 0.74, 0.00, 0.21, 0.69. Web safe color of #15503f is #006633. Color #15503f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010000 00111111
Octal 25 120 77
Decimal 21 80 63
Hex 15 50 3F

RGB Percentages of Color #15503f

%12.80
%48.78
%38.41

CMYK Percentages of Color #15503f

%74
%0
%21
%69

Triadic Colors of #15503f

#15503f #3f1550 #503f15

Analogous Colors of #15503f

#15503f #154450 #155022

Monochromatic Colors of #15503f

#15503f

Complementary Color

#15503f #501526

#15503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15503f Color CSS Codes

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

#15503f Text Font Color

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

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


#15503f Background Color

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

This div background color is #15503f


#15503f Border Color

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

This div border color is #15503f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,80,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 #15503f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15503f


Comments

No comments written yet.

Please login to write comment.