Color Hex Logo

#4a410f Color Hex

#4A410F
(74,65,15)
0 Favorites   0 Comments

Color spaces of #4a410f

RGB 746515
HSL0.140.660.17
HSV51°80°29°
CMYK 0.000.120.80   0.71
XYZ4.80065.27091.2163
Yxy5.27090.42530.4670
Hunter Lab22.9584-2.853012.9298
CIE-Lab27.4930-2.647130.2795

#4a410f color RGB value is (74,65,15).

#4a410f hex color red value is 74, green value is 65 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #4a410f hue: 0.14 , saturation: 0.66 and the lightness value of 4a410f is 0.17.

The process color (four color CMYK) of #4a410f color hex is 0.00, 0.12, 0.80, 0.71. Web safe color of #4a410f is #333300. Color #4a410f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000001 00001111
Octal 112 101 17
Decimal 74 65 15
Hex 4A 41 F

RGB Percentages of Color #4a410f

%48.05
%42.21
%9.74

CMYK Percentages of Color #4a410f

%0
%12
%80
%71

Triadic Colors of #4a410f

#4a410f #0f4a41 #410f4a

Analogous Colors of #4a410f

#4a410f #364a0f #4a240f

Monochromatic Colors of #4a410f

#4a410f

Complementary Color

#4a410f #0f184a

#4a410f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a410f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a410f Color CSS Codes

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

#4a410f Text Font Color

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

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


#4a410f Background Color

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

This div background color is #4a410f


#4a410f Border Color

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

This div border color is #4a410f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a410f


Comments

No comments written yet.

Please login to write comment.