Color Hex Logo

#4a1a31 Color Hex

#4A1A31
(74,26,49)
0 Favorites   0 Comments

Color spaces of #4a1a31

RGB 742649
HSL0.920.480.20
HSV331°65°29°
CMYK 0.000.650.34   0.71
XYZ3.74782.41643.1746
Yxy2.41640.40130.2587
Hunter Lab15.544815.8325-1.2270
CIE-Lab17.536225.6302-3.7353

#4a1a31 color RGB value is (74,26,49).

#4a1a31 hex color red value is 74, green value is 26 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #4a1a31 hue: 0.92 , saturation: 0.48 and the lightness value of 4a1a31 is 0.20.

The process color (four color CMYK) of #4a1a31 color hex is 0.00, 0.65, 0.34, 0.71. Web safe color of #4a1a31 is #333333. Color #4a1a31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00011010 00110001
Octal 112 32 61
Decimal 74 26 49
Hex 4A 1A 31

RGB Percentages of Color #4a1a31

%49.66
%17.45
%32.89

CMYK Percentages of Color #4a1a31

%0
%65
%34
%71

Triadic Colors of #4a1a31

#4a1a31 #314a1a #1a314a

Analogous Colors of #4a1a31

#4a1a31 #4a1b1a #4a1a49

Monochromatic Colors of #4a1a31

#4a1a31

Complementary Color

#4a1a31 #1a4a33

#4a1a31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a1a31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a1a31 Color CSS Codes

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

#4a1a31 Text Font Color

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

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


#4a1a31 Background Color

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

This div background color is #4a1a31


#4a1a31 Border Color

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

This div border color is #4a1a31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,26,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a1a31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a1a31;
  -webkit-box-shadow: 1px 1px 3px 2px #4a1a31;
  box-shadow:         1px 1px 3px 2px #4a1a31; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,26,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a1a31


Comments

No comments written yet.

Please login to write comment.