Color Hex Logo

#4e292b Color Hex

#4E292B
(78,41,43)
0 Favorites   0 Comments

Color spaces of #4e292b

RGB 784143
HSL0.990.310.23
HSV357°47°31°
CMYK 0.000.470.45   0.69
XYZ4.37093.38002.7075
Yxy3.38000.41790.3232
Hunter Lab18.384810.26424.1378
CIE-Lab21.505717.47286.2891

#4e292b color RGB value is (78,41,43).

#4e292b hex color red value is 78, green value is 41 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4e292b hue: 0.99 , saturation: 0.31 and the lightness value of 4e292b is 0.23.

The process color (four color CMYK) of #4e292b color hex is 0.00, 0.47, 0.45, 0.69. Web safe color of #4e292b is #663333. Color #4e292b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101001 00101011
Octal 116 51 53
Decimal 78 41 43
Hex 4E 29 2B

RGB Percentages of Color #4e292b

%48.15
%25.31
%26.54

CMYK Percentages of Color #4e292b

%0
%47
%45
%69

Triadic Colors of #4e292b

#4e292b #2b4e29 #292b4e

Analogous Colors of #4e292b

#4e292b #4e3a29 #4e293e

Monochromatic Colors of #4e292b

#4e292b

Complementary Color

#4e292b #294e4c

#4e292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e292b Color CSS Codes

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

#4e292b Text Font Color

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

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


#4e292b Background Color

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

This div background color is #4e292b


#4e292b Border Color

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

This div border color is #4e292b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e292b


Comments

No comments written yet.

Please login to write comment.