Color Hex Logo

#15501f Color Hex

#15501F
(21,80,31)
0 Favorites   0 Comments

Color spaces of #15501f

RGB 218031
HSL0.360.580.20
HSV130°74°31°
CMYK 0.740.000.61   0.69
XYZ3.42525.99572.2731
Yxy5.99570.29290.5127
Hunter Lab24.4861-17.881511.6363
CIE-Lab29.4016-30.543823.2085

#15501f color RGB value is (21,80,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010000 00011111
Octal 25 120 37
Decimal 21 80 31
Hex 15 50 1F

RGB Percentages of Color #15501f

%15.91
%60.61
%23.48

CMYK Percentages of Color #15501f

%74
%0
%61
%69

Triadic Colors of #15501f

#15501f #1f1550 #501f15

Analogous Colors of #15501f

#15501f #15503d #295015

Monochromatic Colors of #15501f

#15501f

Complementary Color

#15501f #501546

#15501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15501f Color CSS Codes

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

#15501f Text Font Color

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

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


#15501f Background Color

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

This div background color is #15501f


#15501f Border Color

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

This div border color is #15501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15501f


Comments

No comments written yet.

Please login to write comment.