Color Hex Logo

#4e141d Color Hex

#4E141D
(78,20,29)
0 Favorites   0 Comments

Color spaces of #4e141d

RGB 782029
HSL0.970.590.19
HSV351°74°31°
CMYK 0.000.740.63   0.69
XYZ3.61382.20871.3983
Yxy2.20870.50050.3059
Hunter Lab14.861717.39654.8247
CIE-Lab16.546427.84369.2789

#4e141d color RGB value is (78,20,29).

#4e141d hex color red value is 78, green value is 20 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #4e141d hue: 0.97 , saturation: 0.59 and the lightness value of 4e141d is 0.19.

The process color (four color CMYK) of #4e141d color hex is 0.00, 0.74, 0.63, 0.69. Web safe color of #4e141d is #660033. Color #4e141d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010100 00011101
Octal 116 24 35
Decimal 78 20 29
Hex 4E 14 1D

RGB Percentages of Color #4e141d

%61.42
%15.75
%22.83

CMYK Percentages of Color #4e141d

%0
%74
%63
%69

Triadic Colors of #4e141d

#4e141d #1d4e14 #141d4e

Analogous Colors of #4e141d

#4e141d #4e2814 #4e143a

Monochromatic Colors of #4e141d

#4e141d

Complementary Color

#4e141d #144e45

#4e141d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e141d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e141d Color CSS Codes

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

#4e141d Text Font Color

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

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


#4e141d Background Color

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

This div background color is #4e141d


#4e141d Border Color

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

This div border color is #4e141d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e141d


Comments

No comments written yet.

Please login to write comment.