Color Hex Logo

#4e483d Color Hex

#4E483D
(78,72,61)
0 Favorites   0 Comments

Color spaces of #4e483d

RGB 787261
HSL0.110.120.27
HSV39°22°31°
CMYK 0.000.080.22   0.69
XYZ6.30166.59145.3550
Yxy6.59140.34530.3612
Hunter Lab25.6737-1.11635.6050
CIE-Lab30.85800.39337.5134

#4e483d color RGB value is (78,72,61).

#4e483d hex color red value is 78, green value is 72 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #4e483d hue: 0.11 , saturation: 0.12 and the lightness value of 4e483d is 0.27.

The process color (four color CMYK) of #4e483d color hex is 0.00, 0.08, 0.22, 0.69. Web safe color of #4e483d is #663333. Color #4e483d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001000 00111101
Octal 116 110 75
Decimal 78 72 61
Hex 4E 48 3D

RGB Percentages of Color #4e483d

%36.97
%34.12
%28.91

CMYK Percentages of Color #4e483d

%0
%8
%22
%69

Triadic Colors of #4e483d

#4e483d #3d4e48 #483d4e

Analogous Colors of #4e483d

#4e483d #4c4e3d #4e403d

Monochromatic Colors of #4e483d

#4e483d

Complementary Color

#4e483d #3d434e

#4e483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e483d Color CSS Codes

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

#4e483d Text Font Color

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

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


#4e483d Background Color

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

This div background color is #4e483d


#4e483d Border Color

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

This div border color is #4e483d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e483d

#4e483d Color Palettes


Comments

No comments written yet.

Please login to write comment.