Color Hex Logo

#0e764b Color Hex

#0E764B
(14,118,75)
0 Favorites   0 Comments

Color spaces of #0e764b

RGB 1411875
HSL0.430.790.26
HSV155°88°46°
CMYK 0.880.000.36   0.54
XYZ7.929513.55828.8557
Yxy13.55820.26130.4468
Hunter Lab36.8215-25.997611.5156
CIE-Lab43.5926-38.387416.0927

#0e764b color RGB value is (14,118,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110110 01001011
Octal 16 166 113
Decimal 14 118 75
Hex E 76 4B

RGB Percentages of Color #0e764b

%6.76
%57.00
%36.23

CMYK Percentages of Color #0e764b

%88
%0
%36
%54

Triadic Colors of #0e764b

#0e764b #4b0e76 #764b0e

Analogous Colors of #0e764b

#0e764b #0e6d76 #0e7617

Monochromatic Colors of #0e764b

#0e764b

Complementary Color

#0e764b #760e39

#0e764b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e764b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e764b Color CSS Codes

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

#0e764b Text Font Color

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

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


#0e764b Background Color

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

This div background color is #0e764b


#0e764b Border Color

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

This div border color is #0e764b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e764b


Comments

No comments written yet.

Please login to write comment.