Color Hex Logo

#4d143e Color Hex

#4D143E
(77,20,62)
0 Favorites   0 Comments

Color spaces of #4d143e

RGB 772062
HSL0.880.590.19
HSV316°74°30°
CMYK 0.000.740.19   0.70
XYZ4.18022.42594.8053
Yxy2.42590.36630.2126
Hunter Lab15.575320.6502-7.3895
CIE-Lab17.580131.7492-12.7811

#4d143e color RGB value is (77,20,62).

#4d143e hex color red value is 77, green value is 20 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4d143e hue: 0.88 , saturation: 0.59 and the lightness value of 4d143e is 0.19.

The process color (four color CMYK) of #4d143e color hex is 0.00, 0.74, 0.19, 0.70. Web safe color of #4d143e is #660033. Color #4d143e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010100 00111110
Octal 115 24 76
Decimal 77 20 62
Hex 4D 14 3E

RGB Percentages of Color #4d143e

%48.43
%12.58
%38.99

CMYK Percentages of Color #4d143e

%0
%74
%19
%70

Triadic Colors of #4d143e

#4d143e #3e4d14 #143e4d

Analogous Colors of #4d143e

#4d143e #4d1422 #40144d

Monochromatic Colors of #4d143e

#4d143e

Complementary Color

#4d143e #144d23

#4d143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d143e Color CSS Codes

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

#4d143e Text Font Color

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

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


#4d143e Background Color

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

This div background color is #4d143e


#4d143e Border Color

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

This div border color is #4d143e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,20,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d143e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d143e;
  -webkit-box-shadow: 1px 1px 3px 2px #4d143e;
  box-shadow:         1px 1px 3px 2px #4d143e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,20,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d143e


Comments

No comments written yet.

Please login to write comment.