Color Hex Logo

#15462a Color Hex

#15462A
(21,70,42)
0 Favorites   0 Comments

Color spaces of #15462a

RGB 217042
HSL0.400.540.18
HSV146°70°27°
CMYK 0.700.000.40   0.73
XYZ2.91734.70692.9453
Yxy4.70690.27600.4453
Hunter Lab21.6954-13.96477.1377
CIE-Lab25.8829-23.980312.1747

#15462a color RGB value is (21,70,42).

#15462a hex color red value is 21, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #15462a hue: 0.40 , saturation: 0.54 and the lightness value of 15462a is 0.18.

The process color (four color CMYK) of #15462a color hex is 0.70, 0.00, 0.40, 0.73. Web safe color of #15462a is #003333. Color #15462a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000110 00101010
Octal 25 106 52
Decimal 21 70 42
Hex 15 46 2A

RGB Percentages of Color #15462a

%15.79
%52.63
%31.58

CMYK Percentages of Color #15462a

%70
%0
%40
%73

Triadic Colors of #15462a

#15462a #2a1546 #462a15

Analogous Colors of #15462a

#15462a #154643 #194615

Monochromatic Colors of #15462a

#15462a

Complementary Color

#15462a #461531

#15462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15462a Color CSS Codes

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

#15462a Text Font Color

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

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


#15462a Background Color

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

This div background color is #15462a


#15462a Border Color

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

This div border color is #15462a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15462a


Comments

No comments written yet.

Please login to write comment.