Color Hex Logo

#4a791d Color Hex

#4A791D
(74,121,29)
0 Favorites   0 Comments

Color spaces of #4a791d

RGB 7412129
HSL0.250.610.29
HSV91°76°47°
CMYK 0.390.000.76   0.53
XYZ9.883215.21933.5791
Yxy15.21930.34460.5306
Hunter Lab39.0119-23.050021.8689
CIE-Lab45.9331-31.833042.7142

#4a791d color RGB value is (74,121,29).

#4a791d hex color red value is 74, green value is 121 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #4a791d hue: 0.25 , saturation: 0.61 and the lightness value of 4a791d is 0.29.

The process color (four color CMYK) of #4a791d color hex is 0.39, 0.00, 0.76, 0.53. Web safe color of #4a791d is #336633. Color #4a791d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111001 00011101
Octal 112 171 35
Decimal 74 121 29
Hex 4A 79 1D

RGB Percentages of Color #4a791d

%33.04
%54.02
%12.95

CMYK Percentages of Color #4a791d

%39
%0
%76
%53

Triadic Colors of #4a791d

#4a791d #1d4a79 #791d4a

Analogous Colors of #4a791d

#4a791d #1d791e #78791d

Monochromatic Colors of #4a791d

#4a791d

Complementary Color

#4a791d #4c1d79

#4a791d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a791d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a791d Color CSS Codes

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

#4a791d Text Font Color

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

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


#4a791d Background Color

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

This div background color is #4a791d


#4a791d Border Color

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

This div border color is #4a791d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a791d


Comments

No comments written yet.

Please login to write comment.