Color Hex Logo

#4a002f Color Hex

#4A002F
(74,0,47)
0 Favorites   0 Comments

Color spaces of #4a002f

RGB 74047
HSL0.891.000.15
HSV322°100°29°
CMYK 0.001.000.36   0.71
XYZ3.33711.66112.8341
Yxy1.66110.42610.2121
Hunter Lab12.888423.6632-4.0158
CIE-Lab13.597636.1486-8.2415

#4a002f color RGB value is (74,0,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000000 00101111
Octal 112 0 57
Decimal 74 0 47
Hex 4A 0 2F

RGB Percentages of Color #4a002f

%61.16
%0.00
%38.84

CMYK Percentages of Color #4a002f

%0
%100
%36
%71

Triadic Colors of #4a002f

#4a002f #2f4a00 #002f4a

Analogous Colors of #4a002f

#4a002f #4a000a #40004a

Monochromatic Colors of #4a002f

#4a002f

Complementary Color

#4a002f #004a1b

#4a002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a002f Color CSS Codes

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

#4a002f Text Font Color

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

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


#4a002f Background Color

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

This div background color is #4a002f


#4a002f Border Color

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

This div border color is #4a002f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a002f


Comments

No comments written yet.

Please login to write comment.