Color Hex Logo

#4a501f Color Hex

#4A501F
(74,80,31)
0 Favorites   0 Comments

Color spaces of #4a501f

RGB 748031
HSL0.190.440.22
HSV67°61°31°
CMYK 0.070.000.61   0.69
XYZ5.94007.29212.3908
Yxy7.29210.38020.4668
Hunter Lab27.0039-7.992513.6535
CIE-Lab32.4628-10.471327.5519

#4a501f color RGB value is (74,80,31).

#4a501f hex color red value is 74, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4a501f hue: 0.19 , saturation: 0.44 and the lightness value of 4a501f is 0.22.

The process color (four color CMYK) of #4a501f color hex is 0.07, 0.00, 0.61, 0.69. Web safe color of #4a501f is #336633. Color #4a501f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010000 00011111
Octal 112 120 37
Decimal 74 80 31
Hex 4A 50 1F

RGB Percentages of Color #4a501f

%40.00
%43.24
%16.76

CMYK Percentages of Color #4a501f

%7
%0
%61
%69

Triadic Colors of #4a501f

#4a501f #1f4a50 #501f4a

Analogous Colors of #4a501f

#4a501f #32501f #503e1f

Monochromatic Colors of #4a501f

#4a501f

Complementary Color

#4a501f #251f50

#4a501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a501f Color CSS Codes

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

#4a501f Text Font Color

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

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


#4a501f Background Color

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

This div background color is #4a501f


#4a501f Border Color

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

This div border color is #4a501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a501f


Comments

No comments written yet.

Please login to write comment.