Color Hex Logo

#15601b Color Hex

#15601B
(21,96,27)
0 Favorites   0 Comments

Color spaces of #15601b

RGB 219627
HSL0.350.640.23
HSV125°78°38°
CMYK 0.780.000.72   0.62
XYZ4.69008.60432.4505
Yxy8.60430.29790.5465
Hunter Lab29.3331-22.792915.5800
CIE-Lab35.2110-37.344631.8278

#15601b color RGB value is (21,96,27).

#15601b hex color red value is 21, green value is 96 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #15601b hue: 0.35 , saturation: 0.64 and the lightness value of 15601b is 0.23.

The process color (four color CMYK) of #15601b color hex is 0.78, 0.00, 0.72, 0.62. Web safe color of #15601b is #006633. Color #15601b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100000 00011011
Octal 25 140 33
Decimal 21 96 27
Hex 15 60 1B

RGB Percentages of Color #15601b

%14.58
%66.67
%18.75

CMYK Percentages of Color #15601b

%78
%0
%72
%62

Triadic Colors of #15601b

#15601b #1b1560 #601b15

Analogous Colors of #15601b

#15601b #156041 #356015

Monochromatic Colors of #15601b

#15601b

Complementary Color

#15601b #60155a

#15601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15601b Color CSS Codes

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

#15601b Text Font Color

<p style="color:#15601b">Text here</p>

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


#15601b Background Color

<div style="background-color:#15601b">
Div content here</div>

This div background color is #15601b


#15601b Border Color

<div style="border:3px solid #15601b">
Div here</div>

This div border color is #15601b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,96,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15601b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15601b;
  -webkit-box-shadow: 1px 1px 3px 2px #15601b;
  box-shadow:         1px 1px 3px 2px #15601b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15601b


Comments

No comments written yet.

Please login to write comment.