Color Hex Logo

#15270e Color Hex

#15270E
(21,39,14)
0 Favorites   0 Comments

Color spaces of #15270e

RGB 213914
HSL0.290.470.10
HSV103°64°15°
CMYK 0.460.000.64   0.85
XYZ1.11401.64220.6737
Yxy1.64220.32480.4788
Hunter Lab12.8148-6.90895.8534
CIE-Lab13.4849-13.514413.6136

#15270e color RGB value is (21,39,14).

#15270e hex color red value is 21, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #15270e hue: 0.29 , saturation: 0.47 and the lightness value of 15270e is 0.10.

The process color (four color CMYK) of #15270e color hex is 0.46, 0.00, 0.64, 0.85. Web safe color of #15270e is #003300. Color #15270e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100111 00001110
Octal 25 47 16
Decimal 21 39 14
Hex 15 27 E

RGB Percentages of Color #15270e

%28.38
%52.70
%18.92

CMYK Percentages of Color #15270e

%46
%0
%64
%85

Triadic Colors of #15270e

#15270e #0e1527 #270e15

Analogous Colors of #15270e

#15270e #0e2714 #22270e

Monochromatic Colors of #15270e

#15270e

Complementary Color

#15270e #200e27

#15270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15270e Color CSS Codes

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

#15270e Text Font Color

<p style="color:#15270e">Text here</p>

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


#15270e Background Color

<div style="background-color:#15270e">
Div content here</div>

This div background color is #15270e


#15270e Border Color

<div style="border:3px solid #15270e">
Div here</div>

This div border color is #15270e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,39,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15270e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15270e;
  -webkit-box-shadow: 1px 1px 3px 2px #15270e;
  box-shadow:         1px 1px 3px 2px #15270e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15270e


Comments

No comments written yet.

Please login to write comment.