Color Hex Logo

#4e312c Color Hex

#4E312C
(78,49,44)
0 Favorites   0 Comments

Color spaces of #4e312c

RGB 784944
HSL0.020.280.24
HSV44°31°
CMYK 0.000.370.44   0.69
XYZ4.69483.99822.9072
Yxy3.99820.40470.3447
Hunter Lab19.99556.91845.3765
CIE-Lab23.665512.48318.6117

#4e312c color RGB value is (78,49,44).

#4e312c hex color red value is 78, green value is 49 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #4e312c hue: 0.02 , saturation: 0.28 and the lightness value of 4e312c is 0.24.

The process color (four color CMYK) of #4e312c color hex is 0.00, 0.37, 0.44, 0.69. Web safe color of #4e312c is #663333. Color #4e312c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110001 00101100
Octal 116 61 54
Decimal 78 49 44
Hex 4E 31 2C

RGB Percentages of Color #4e312c

%45.61
%28.65
%25.73

CMYK Percentages of Color #4e312c

%0
%37
%44
%69

Triadic Colors of #4e312c

#4e312c #2c4e31 #312c4e

Analogous Colors of #4e312c

#4e312c #4e422c #4e2c38

Monochromatic Colors of #4e312c

#4e312c

Complementary Color

#4e312c #2c494e

#4e312c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e312c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e312c Color CSS Codes

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

#4e312c Text Font Color

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

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


#4e312c Background Color

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

This div background color is #4e312c


#4e312c Border Color

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

This div border color is #4e312c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e312c


Comments

No comments written yet.

Please login to write comment.