Color Hex Logo

#4e523c Color Hex

#4E523C
(78,82,60)
0 Favorites   0 Comments

Color spaces of #4e523c

RGB 788260
HSL0.200.150.28
HSV71°27°32°
CMYK 0.050.000.27   0.68
XYZ6.97487.98055.4478
Yxy7.98050.34190.3911
Hunter Lab28.2498-5.36598.3411
CIE-Lab33.9422-5.936812.4102

#4e523c color RGB value is (78,82,60).

#4e523c hex color red value is 78, green value is 82 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #4e523c hue: 0.20 , saturation: 0.15 and the lightness value of 4e523c is 0.28.

The process color (four color CMYK) of #4e523c color hex is 0.05, 0.00, 0.27, 0.68. Web safe color of #4e523c is #666633. Color #4e523c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010010 00111100
Octal 116 122 74
Decimal 78 82 60
Hex 4E 52 3C

RGB Percentages of Color #4e523c

%35.45
%37.27
%27.27

CMYK Percentages of Color #4e523c

%5
%0
%27
%68

Triadic Colors of #4e523c

#4e523c #3c4e52 #523c4e

Analogous Colors of #4e523c

#4e523c #43523c #524b3c

Monochromatic Colors of #4e523c

#4e523c

Complementary Color

#4e523c #403c52

#4e523c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e523c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e523c Color CSS Codes

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

#4e523c Text Font Color

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

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


#4e523c Background Color

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

This div background color is #4e523c


#4e523c Border Color

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

This div border color is #4e523c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e523c


Comments

No comments written yet.

Please login to write comment.