Color Hex Logo

#4a001f Color Hex

#4A001F
(74,0,31)
0 Favorites   0 Comments

Color spaces of #4a001f

RGB 74031
HSL0.931.000.15
HSV335°100°29°
CMYK 0.001.000.58   0.71
XYZ3.07141.55481.4345
Yxy1.55480.50680.2565
Hunter Lab12.469222.14701.9075
CIE-Lab12.952334.46422.6813

#4a001f color RGB value is (74,0,31).

#4a001f hex color red value is 74, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4a001f hue: 0.93 , saturation: 1.00 and the lightness value of 4a001f is 0.15.

The process color (four color CMYK) of #4a001f color hex is 0.00, 1.00, 0.58, 0.71. Web safe color of #4a001f is #330033. Color #4a001f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000000 00011111
Octal 112 0 37
Decimal 74 0 31
Hex 4A 0 1F

RGB Percentages of Color #4a001f

%70.48
%0.00
%29.52

CMYK Percentages of Color #4a001f

%0
%100
%58
%71

Triadic Colors of #4a001f

#4a001f #1f4a00 #001f4a

Analogous Colors of #4a001f

#4a001f #4a0600 #4a0044

Monochromatic Colors of #4a001f

#4a001f

Complementary Color

#4a001f #004a2b

#4a001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a001f Color CSS Codes

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

#4a001f Text Font Color

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

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


#4a001f Background Color

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

This div background color is #4a001f


#4a001f Border Color

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

This div border color is #4a001f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,0,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 #4a001f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a001f


Comments

No comments written yet.

Please login to write comment.