Color Hex Logo

#4e625e Color Hex

#4E625E
(78,98,94)
0 Favorites   0 Comments

Color spaces of #4e625e

RGB 789894
HSL0.470.110.35
HSV168°20°38°
CMYK 0.200.000.04   0.62
XYZ9.529911.163212.2421
Yxy11.16320.28940.3389
Hunter Lab33.4114-7.55651.6638
CIE-Lab39.8540-8.4656-0.2299

#4e625e color RGB value is (78,98,94).

#4e625e hex color red value is 78, green value is 98 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4e625e hue: 0.47 , saturation: 0.11 and the lightness value of 4e625e is 0.35.

The process color (four color CMYK) of #4e625e color hex is 0.20, 0.00, 0.04, 0.62. Web safe color of #4e625e is #666666. Color #4e625e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100010 01011110
Octal 116 142 136
Decimal 78 98 94
Hex 4E 62 5E

RGB Percentages of Color #4e625e

%28.89
%36.30
%34.81

CMYK Percentages of Color #4e625e

%20
%0
%4
%62

Triadic Colors of #4e625e

#4e625e #5e4e62 #625e4e

Analogous Colors of #4e625e

#4e625e #4e5c62 #4e6254

Monochromatic Colors of #4e625e

#4e625e

Complementary Color

#4e625e #624e52

#4e625e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e625e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e625e Color CSS Codes

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

#4e625e Text Font Color

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

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


#4e625e Background Color

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

This div background color is #4e625e


#4e625e Border Color

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

This div border color is #4e625e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e625e


Comments

No comments written yet.

Please login to write comment.