Color Hex Logo

#4d1538 Color Hex

#4D1538
(77,21,56)
0 Favorites   0 Comments

Color spaces of #4d1538

RGB 772156
HSL0.900.570.19
HSV323°73°30°
CMYK 0.000.730.27   0.70
XYZ4.04252.39963.9915
Yxy2.39960.38750.2300
Hunter Lab15.490619.4735-4.4339
CIE-Lab17.458330.3146-8.7521

#4d1538 color RGB value is (77,21,56).

#4d1538 hex color red value is 77, green value is 21 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #4d1538 hue: 0.90 , saturation: 0.57 and the lightness value of 4d1538 is 0.19.

The process color (four color CMYK) of #4d1538 color hex is 0.00, 0.73, 0.27, 0.70. Web safe color of #4d1538 is #660033. Color #4d1538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010101 00111000
Octal 115 25 70
Decimal 77 21 56
Hex 4D 15 38

RGB Percentages of Color #4d1538

%50.00
%13.64
%36.36

CMYK Percentages of Color #4d1538

%0
%73
%27
%70

Triadic Colors of #4d1538

#4d1538 #384d15 #15384d

Analogous Colors of #4d1538

#4d1538 #4d151c #46154d

Monochromatic Colors of #4d1538

#4d1538

Complementary Color

#4d1538 #154d2a

#4d1538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d1538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d1538 Color CSS Codes

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

#4d1538 Text Font Color

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

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


#4d1538 Background Color

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

This div background color is #4d1538


#4d1538 Border Color

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

This div border color is #4d1538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d1538


Comments

No comments written yet.

Please login to write comment.