Color Hex Logo

#15512f Color Hex

#15512F
(21,81,47)
0 Favorites   0 Comments

Color spaces of #15512f

RGB 218147
HSL0.410.590.20
HSV146°74°32°
CMYK 0.740.000.42   0.68
XYZ3.76486.24953.6972
Yxy6.24950.27460.4558
Hunter Lab24.9990-16.86658.7307
CIE-Lab30.0334-27.980014.6038

#15512f color RGB value is (21,81,47).

#15512f hex color red value is 21, green value is 81 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #15512f hue: 0.41 , saturation: 0.59 and the lightness value of 15512f is 0.20.

The process color (four color CMYK) of #15512f color hex is 0.74, 0.00, 0.42, 0.68. Web safe color of #15512f is #006633. Color #15512f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010001 00101111
Octal 25 121 57
Decimal 21 81 47
Hex 15 51 2F

RGB Percentages of Color #15512f

%14.09
%54.36
%31.54

CMYK Percentages of Color #15512f

%74
%0
%42
%68

Triadic Colors of #15512f

#15512f #2f1551 #512f15

Analogous Colors of #15512f

#15512f #15514d #195115

Monochromatic Colors of #15512f

#15512f

Complementary Color

#15512f #511537

#15512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15512f Color CSS Codes

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

#15512f Text Font Color

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

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


#15512f Background Color

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

This div background color is #15512f


#15512f Border Color

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

This div border color is #15512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15512f


Comments

No comments written yet.

Please login to write comment.