Color Hex Logo

#0e764a Color Hex

#0E764A
(14,118,74)
0 Favorites   0 Comments

Color spaces of #0e764a

RGB 1411874
HSL0.430.790.26
HSV155°88°46°
CMYK 0.880.000.37   0.54
XYZ7.895613.54468.6768
Yxy13.54460.26220.4497
Hunter Lab36.8030-26.110411.7837
CIE-Lab43.5726-38.613316.6458

#0e764a color RGB value is (14,118,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110110 01001010
Octal 16 166 112
Decimal 14 118 74
Hex E 76 4A

RGB Percentages of Color #0e764a

%6.80
%57.28
%35.92

CMYK Percentages of Color #0e764a

%88
%0
%37
%54

Triadic Colors of #0e764a

#0e764a #4a0e76 #764a0e

Analogous Colors of #0e764a

#0e764a #0e6e76 #0e7616

Monochromatic Colors of #0e764a

#0e764a

Complementary Color

#0e764a #760e3a

#0e764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e764a Color CSS Codes

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

#0e764a Text Font Color

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

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


#0e764a Background Color

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

This div background color is #0e764a


#0e764a Border Color

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

This div border color is #0e764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e764a


Comments

No comments written yet.

Please login to write comment.