Color Hex Logo

#4e917e Color Hex

#4E917E
(78,145,126)
0 Favorites   0 Comments

Color spaces of #4e917e

RGB 78145126
HSL0.450.300.44
HSV163°46°57°
CMYK 0.460.000.13   0.43
XYZ17.033223.376923.3531
Yxy23.37690.26710.3666
Hunter Lab48.3497-21.72785.2074
CIE-Lab55.4585-26.11433.4866

#4e917e color RGB value is (78,145,126).

#4e917e hex color red value is 78, green value is 145 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4e917e hue: 0.45 , saturation: 0.30 and the lightness value of 4e917e is 0.44.

The process color (four color CMYK) of #4e917e color hex is 0.46, 0.00, 0.13, 0.43. Web safe color of #4e917e is #669966. Color #4e917e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10010001 01111110
Octal 116 221 176
Decimal 78 145 126
Hex 4E 91 7E

RGB Percentages of Color #4e917e

%22.35
%41.55
%36.10

CMYK Percentages of Color #4e917e

%46
%0
%13
%43

Triadic Colors of #4e917e

#4e917e #7e4e91 #917e4e

Analogous Colors of #4e917e

#4e917e #4e8391 #4e915d

Monochromatic Colors of #4e917e

#4e917e

Complementary Color

#4e917e #914e61

#4e917e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e917e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e917e Color CSS Codes

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

#4e917e Text Font Color

<p style="color:#4e917e">Text here</p>

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


#4e917e Background Color

<div style="background-color:#4e917e">
Div content here</div>

This div background color is #4e917e


#4e917e Border Color

<div style="border:3px solid #4e917e">
Div here</div>

This div border color is #4e917e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,145,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e917e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e917e;
  -webkit-box-shadow: 1px 1px 3px 2px #4e917e;
  box-shadow:         1px 1px 3px 2px #4e917e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,145,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e917e


Comments

No comments written yet.

Please login to write comment.