Color Hex Logo

#15412a Color Hex

#15412A
(21,65,42)
0 Favorites   0 Comments

Color spaces of #15412a

RGB 216542
HSL0.410.510.17
HSV149°68°25°
CMYK 0.680.000.35   0.75
XYZ2.61754.10722.8453
Yxy4.10720.27350.4292
Hunter Lab20.2662-12.41165.8623
CIE-Lab24.0227-21.52019.6549

#15412a color RGB value is (21,65,42).

#15412a hex color red value is 21, green value is 65 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #15412a hue: 0.41 , saturation: 0.51 and the lightness value of 15412a is 0.17.

The process color (four color CMYK) of #15412a color hex is 0.68, 0.00, 0.35, 0.75. Web safe color of #15412a is #003333. Color #15412a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000001 00101010
Octal 25 101 52
Decimal 21 65 42
Hex 15 41 2A

RGB Percentages of Color #15412a

%16.41
%50.78
%32.81

CMYK Percentages of Color #15412a

%68
%0
%35
%75

Triadic Colors of #15412a

#15412a #2a1541 #412a15

Analogous Colors of #15412a

#15412a #154140 #164115

Monochromatic Colors of #15412a

#15412a

Complementary Color

#15412a #41152c

#15412a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15412a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15412a Color CSS Codes

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

#15412a Text Font Color

<p style="color:#15412a">Text here</p>

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


#15412a Background Color

<div style="background-color:#15412a">
Div content here</div>

This div background color is #15412a


#15412a Border Color

<div style="border:3px solid #15412a">
Div here</div>

This div border color is #15412a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,65,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15412a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15412a;
  -webkit-box-shadow: 1px 1px 3px 2px #15412a;
  box-shadow:         1px 1px 3px 2px #15412a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15412a


Comments

No comments written yet.

Please login to write comment.