Color Hex Logo

#15492a Color Hex

#15492A
(21,73,42)
0 Favorites   0 Comments

Color spaces of #15492a

RGB 217342
HSL0.400.550.18
HSV144°71°29°
CMYK 0.710.000.42   0.71
XYZ3.10975.09173.0094
Yxy5.09170.27740.4542
Hunter Lab22.5648-14.88897.8880
CIE-Lab26.9944-25.403113.6588

#15492a color RGB value is (21,73,42).

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

The process color (four color CMYK) of #15492a color hex is 0.71, 0.00, 0.42, 0.71. Web safe color of #15492a is #003333. Color #15492a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001001 00101010
Octal 25 111 52
Decimal 21 73 42
Hex 15 49 2A

RGB Percentages of Color #15492a

%15.44
%53.68
%30.88

CMYK Percentages of Color #15492a

%71
%0
%42
%71

Triadic Colors of #15492a

#15492a #2a1549 #492a15

Analogous Colors of #15492a

#15492a #154944 #1a4915

Monochromatic Colors of #15492a

#15492a

Complementary Color

#15492a #491534

#15492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15492a Color CSS Codes

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

#15492a Text Font Color

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

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


#15492a Background Color

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

This div background color is #15492a


#15492a Border Color

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

This div border color is #15492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15492a


Comments

No comments written yet.

Please login to write comment.