Color Hex Logo

#4a4319 Color Hex

#4A4319
(74,67,25)
0 Favorites   0 Comments

Color spaces of #4a4319

RGB 746725
HSL0.140.490.19
HSV51°66°29°
CMYK 0.000.090.66   0.71
XYZ5.00675.54031.7252
Yxy5.54030.40800.4515
Hunter Lab23.5378-3.222712.1308
CIE-Lab28.2217-3.180126.0113

#4a4319 color RGB value is (74,67,25).

#4a4319 hex color red value is 74, green value is 67 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #4a4319 hue: 0.14 , saturation: 0.49 and the lightness value of 4a4319 is 0.19.

The process color (four color CMYK) of #4a4319 color hex is 0.00, 0.09, 0.66, 0.71. Web safe color of #4a4319 is #333300. Color #4a4319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000011 00011001
Octal 112 103 31
Decimal 74 67 25
Hex 4A 43 19

RGB Percentages of Color #4a4319

%44.58
%40.36
%15.06

CMYK Percentages of Color #4a4319

%0
%9
%66
%71

Triadic Colors of #4a4319

#4a4319 #194a43 #43194a

Analogous Colors of #4a4319

#4a4319 #394a19 #4a2b19

Monochromatic Colors of #4a4319

#4a4319

Complementary Color

#4a4319 #19204a

#4a4319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4319 Color CSS Codes

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

#4a4319 Text Font Color

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

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


#4a4319 Background Color

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

This div background color is #4a4319


#4a4319 Border Color

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

This div border color is #4a4319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4319


Comments

No comments written yet.

Please login to write comment.