Color Hex Logo

#0e752f Color Hex

#0E752F
(14,117,47)
0 Favorites   0 Comments

Color spaces of #0e752f

RGB 1411747
HSL0.390.790.26
HSV139°88°46°
CMYK 0.880.000.60   0.54
XYZ7.055513.02124.8308
Yxy13.02120.28330.5228
Hunter Lab36.0849-28.247417.3221
CIE-Lab42.7952-43.291830.5683

#0e752f color RGB value is (14,117,47).

#0e752f hex color red value is 14, green value is 117 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0e752f hue: 0.39 , saturation: 0.79 and the lightness value of 0e752f is 0.26.

The process color (four color CMYK) of #0e752f color hex is 0.88, 0.00, 0.60, 0.54. Web safe color of #0e752f is #006633. Color #0e752f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110101 00101111
Octal 16 165 57
Decimal 14 117 47
Hex E 75 2F

RGB Percentages of Color #0e752f

%7.87
%65.73
%26.40

CMYK Percentages of Color #0e752f

%88
%0
%60
%54

Triadic Colors of #0e752f

#0e752f #2f0e75 #752f0e

Analogous Colors of #0e752f

#0e752f #0e7563 #21750e

Monochromatic Colors of #0e752f

#0e752f

Complementary Color

#0e752f #750e54

#0e752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e752f Color CSS Codes

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

#0e752f Text Font Color

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

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


#0e752f Background Color

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

This div background color is #0e752f


#0e752f Border Color

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

This div border color is #0e752f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,117,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 #0e752f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e752f


Comments

No comments written yet.

Please login to write comment.