Color Hex Logo

#4e120b Color Hex

#4E120B
(78,18,11)
0 Favorites   0 Comments

Color spaces of #4e120b

RGB 781811
HSL0.020.750.17
HSV86°31°
CMYK 0.000.770.86   0.69
XYZ3.41862.07650.5372
Yxy2.07650.56670.3442
Hunter Lab14.410117.12927.8767
CIE-Lab15.883727.616919.7019

#4e120b color RGB value is (78,18,11).

#4e120b hex color red value is 78, green value is 18 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #4e120b hue: 0.02 , saturation: 0.75 and the lightness value of 4e120b is 0.17.

The process color (four color CMYK) of #4e120b color hex is 0.00, 0.77, 0.86, 0.69. Web safe color of #4e120b is #660000. Color #4e120b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010010 00001011
Octal 116 22 13
Decimal 78 18 11
Hex 4E 12 B

RGB Percentages of Color #4e120b

%72.90
%16.82
%10.28

CMYK Percentages of Color #4e120b

%0
%77
%86
%69

Triadic Colors of #4e120b

#4e120b #0b4e12 #120b4e

Analogous Colors of #4e120b

#4e120b #4e340b #4e0b26

Monochromatic Colors of #4e120b

#4e120b

Complementary Color

#4e120b #0b474e

#4e120b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e120b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e120b Color CSS Codes

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

#4e120b Text Font Color

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

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


#4e120b Background Color

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

This div background color is #4e120b


#4e120b Border Color

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

This div border color is #4e120b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e120b


Comments

No comments written yet.

Please login to write comment.