Color Hex Logo

#4d141f Color Hex

#4D141F
(77,20,31)
0 Favorites   0 Comments

Color spaces of #4d141f

RGB 772031
HSL0.970.590.19
HSV348°74°30°
CMYK 0.000.740.60   0.70
XYZ3.55802.17701.5290
Yxy2.17700.48980.2997
Hunter Lab14.754717.22364.1841
CIE-Lab16.390027.64817.5931

#4d141f color RGB value is (77,20,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010100 00011111
Octal 115 24 37
Decimal 77 20 31
Hex 4D 14 1F

RGB Percentages of Color #4d141f

%60.16
%15.63
%24.22

CMYK Percentages of Color #4d141f

%0
%74
%60
%70

Triadic Colors of #4d141f

#4d141f #1f4d14 #141f4d

Analogous Colors of #4d141f

#4d141f #4d2614 #4d143b

Monochromatic Colors of #4d141f

#4d141f

Complementary Color

#4d141f #144d42

#4d141f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d141f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d141f Color CSS Codes

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

#4d141f Text Font Color

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

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


#4d141f Background Color

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

This div background color is #4d141f


#4d141f Border Color

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

This div border color is #4d141f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d141f


Comments

No comments written yet.

Please login to write comment.