Color Hex Logo

#0e772a Color Hex

#0E772A
(14,119,42)
0 Favorites   0 Comments

Color spaces of #0e772a

RGB 1411942
HSL0.380.790.26
HSV136°88°47°
CMYK 0.880.000.65   0.53
XYZ7.195813.45424.4081
Yxy13.45420.28720.5369
Hunter Lab36.6800-29.172218.5507
CIE-Lab43.4398-44.686633.8082

#0e772a color RGB value is (14,119,42).

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

The process color (four color CMYK) of #0e772a color hex is 0.88, 0.00, 0.65, 0.53. Web safe color of #0e772a is #006633. Color #0e772a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110111 00101010
Octal 16 167 52
Decimal 14 119 42
Hex E 77 2A

RGB Percentages of Color #0e772a

%8.00
%68.00
%24.00

CMYK Percentages of Color #0e772a

%88
%0
%65
%53

Triadic Colors of #0e772a

#0e772a #2a0e77 #772a0e

Analogous Colors of #0e772a

#0e772a #0e775f #27770e

Monochromatic Colors of #0e772a

#0e772a

Complementary Color

#0e772a #770e5b

#0e772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e772a Color CSS Codes

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

#0e772a Text Font Color

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

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


#0e772a Background Color

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

This div background color is #0e772a


#0e772a Border Color

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

This div border color is #0e772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e772a


Comments

No comments written yet.

Please login to write comment.