Color Hex Logo

#4e5342 Color Hex

#4E5342
(78,83,66)
0 Favorites   0 Comments

Color spaces of #4e5342

RGB 788366
HSL0.220.110.29
HSV78°20°33°
CMYK 0.060.000.20   0.67
XYZ7.21858.19966.3565
Yxy8.19960.33150.3766
Hunter Lab28.6349-5.11366.8830
CIE-Lab34.3952-5.47899.3023

#4e5342 color RGB value is (78,83,66).

#4e5342 hex color red value is 78, green value is 83 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #4e5342 hue: 0.22 , saturation: 0.11 and the lightness value of 4e5342 is 0.29.

The process color (four color CMYK) of #4e5342 color hex is 0.06, 0.00, 0.20, 0.67. Web safe color of #4e5342 is #666633. Color #4e5342 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010011 01000010
Octal 116 123 102
Decimal 78 83 66
Hex 4E 53 42

RGB Percentages of Color #4e5342

%34.36
%36.56
%29.07

CMYK Percentages of Color #4e5342

%6
%0
%20
%67

Triadic Colors of #4e5342

#4e5342 #424e53 #53424e

Analogous Colors of #4e5342

#4e5342 #465342 #535042

Monochromatic Colors of #4e5342

#4e5342

Complementary Color

#4e5342 #474253

#4e5342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5342 Color CSS Codes

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

#4e5342 Text Font Color

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

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


#4e5342 Background Color

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

This div background color is #4e5342


#4e5342 Border Color

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

This div border color is #4e5342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5342


Comments

No comments written yet.

Please login to write comment.