Color Hex Logo

#4e062d Color Hex

#4E062D
(78,6,45)
0 Favorites   0 Comments

Color spaces of #4e062d

RGB 78645
HSL0.910.860.16
HSV328°92°31°
CMYK 0.000.920.42   0.69
XYZ3.68071.93942.6630
Yxy1.93940.44440.2341
Hunter Lab13.926222.8066-1.5892
CIE-Lab15.166034.8252-4.3198

#4e062d color RGB value is (78,6,45).

#4e062d hex color red value is 78, green value is 6 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #4e062d hue: 0.91 , saturation: 0.86 and the lightness value of 4e062d is 0.16.

The process color (four color CMYK) of #4e062d color hex is 0.00, 0.92, 0.42, 0.69. Web safe color of #4e062d is #660033. Color #4e062d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000110 00101101
Octal 116 6 55
Decimal 78 6 45
Hex 4E 6 2D

RGB Percentages of Color #4e062d

%60.47
%4.65
%34.88

CMYK Percentages of Color #4e062d

%0
%92
%42
%69

Triadic Colors of #4e062d

#4e062d #2d4e06 #062d4e

Analogous Colors of #4e062d

#4e062d #4e0609 #4b064e

Monochromatic Colors of #4e062d

#4e062d

Complementary Color

#4e062d #064e27

#4e062d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e062d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e062d Color CSS Codes

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

#4e062d Text Font Color

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

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


#4e062d Background Color

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

This div background color is #4e062d


#4e062d Border Color

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

This div border color is #4e062d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e062d


Comments

No comments written yet.

Please login to write comment.