Color Hex Logo

#4e321a Color Hex

#4E321A
(78,50,26)
0 Favorites   0 Comments

Color spaces of #4e321a

RGB 785026
HSL0.080.500.20
HSV28°67°31°
CMYK 0.000.360.67   0.69
XYZ4.46893.97551.5091
Yxy3.97550.44900.3994
Hunter Lab19.93875.11509.4696
CIE-Lab23.59039.816320.2177

#4e321a color RGB value is (78,50,26).

#4e321a hex color red value is 78, green value is 50 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #4e321a hue: 0.08 , saturation: 0.50 and the lightness value of 4e321a is 0.20.

The process color (four color CMYK) of #4e321a color hex is 0.00, 0.36, 0.67, 0.69. Web safe color of #4e321a is #663333. Color #4e321a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110010 00011010
Octal 116 62 32
Decimal 78 50 26
Hex 4E 32 1A

RGB Percentages of Color #4e321a

%50.65
%32.47
%16.88

CMYK Percentages of Color #4e321a

%0
%36
%67
%69

Triadic Colors of #4e321a

#4e321a #1a4e32 #321a4e

Analogous Colors of #4e321a

#4e321a #4e4c1a #4e1a1c

Monochromatic Colors of #4e321a

#4e321a

Complementary Color

#4e321a #1a364e

#4e321a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e321a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e321a Color CSS Codes

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

#4e321a Text Font Color

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

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


#4e321a Background Color

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

This div background color is #4e321a


#4e321a Border Color

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

This div border color is #4e321a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e321a


Comments

No comments written yet.

Please login to write comment.