Color Hex Logo

#0e570d Color Hex

#0E570D
(14,87,13)
0 Favorites   0 Comments

Color spaces of #0e570d

RGB 148713
HSL0.330.740.20
HSV119°85°34°
CMYK 0.840.000.85   0.66
XYZ3.66196.93881.5271
Yxy6.93880.30190.5721
Hunter Lab26.3416-21.283515.0019
CIE-Lab31.6672-36.589333.9531

#0e570d color RGB value is (14,87,13).

#0e570d hex color red value is 14, green value is 87 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0e570d hue: 0.33 , saturation: 0.74 and the lightness value of 0e570d is 0.20.

The process color (four color CMYK) of #0e570d color hex is 0.84, 0.00, 0.85, 0.66. Web safe color of #0e570d is #006600. Color #0e570d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01010111 00001101
Octal 16 127 15
Decimal 14 87 13
Hex E 57 D

RGB Percentages of Color #0e570d

%12.28
%76.32
%11.40

CMYK Percentages of Color #0e570d

%84
%0
%85
%66

Triadic Colors of #0e570d

#0e570d #0d0e57 #570d0e

Analogous Colors of #0e570d

#0e570d #0d5731 #33570d

Monochromatic Colors of #0e570d

#0e570d

Complementary Color

#0e570d #560d57

#0e570d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e570d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e570d Color CSS Codes

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

#0e570d Text Font Color

<p style="color:#0e570d">Text here</p>

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


#0e570d Background Color

<div style="background-color:#0e570d">
Div content here</div>

This div background color is #0e570d


#0e570d Border Color

<div style="border:3px solid #0e570d">
Div here</div>

This div border color is #0e570d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,87,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e570d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e570d;
  -webkit-box-shadow: 1px 1px 3px 2px #0e570d;
  box-shadow:         1px 1px 3px 2px #0e570d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e570d


Comments

No comments written yet.

Please login to write comment.