Color Hex Logo

#4e192e Color Hex

#4E192E
(78,25,46)
0 Favorites   0 Comments

Color spaces of #4e192e

RGB 782546
HSL0.930.510.20
HSV336°68°31°
CMYK 0.000.680.41   0.69
XYZ3.98272.51222.8598
Yxy2.51220.42570.2685
Hunter Lab15.849917.11540.3973
CIE-Lab17.973727.2283-0.8751

#4e192e color RGB value is (78,25,46).

#4e192e hex color red value is 78, green value is 25 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #4e192e hue: 0.93 , saturation: 0.51 and the lightness value of 4e192e is 0.20.

The process color (four color CMYK) of #4e192e color hex is 0.00, 0.68, 0.41, 0.69. Web safe color of #4e192e is #660033. Color #4e192e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00011001 00101110
Octal 116 31 56
Decimal 78 25 46
Hex 4E 19 2E

RGB Percentages of Color #4e192e

%52.35
%16.78
%30.87

CMYK Percentages of Color #4e192e

%0
%68
%41
%69

Triadic Colors of #4e192e

#4e192e #2e4e19 #192e4e

Analogous Colors of #4e192e

#4e192e #4e1f19 #4e1949

Monochromatic Colors of #4e192e

#4e192e

Complementary Color

#4e192e #194e39

#4e192e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e192e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e192e Color CSS Codes

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

#4e192e Text Font Color

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

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


#4e192e Background Color

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

This div background color is #4e192e


#4e192e Border Color

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

This div border color is #4e192e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e192e


Comments

No comments written yet.

Please login to write comment.