Color Hex Logo

#4a842a Color Hex

#4A842A
(74,132,42)
0 Favorites   0 Comments

Color spaces of #4a842a

RGB 7413242
HSL0.270.520.34
HSV99°68°52°
CMYK 0.440.000.68   0.48
XYZ11.493218.12555.0833
Yxy18.12550.33120.5223
Hunter Lab42.5741-26.317122.7227
CIE-Lab49.6480-35.714741.1708

#4a842a color RGB value is (74,132,42).

#4a842a hex color red value is 74, green value is 132 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #4a842a hue: 0.27 , saturation: 0.52 and the lightness value of 4a842a is 0.34.

The process color (four color CMYK) of #4a842a color hex is 0.44, 0.00, 0.68, 0.48. Web safe color of #4a842a is #339933. Color #4a842a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000100 00101010
Octal 112 204 52
Decimal 74 132 42
Hex 4A 84 2A

RGB Percentages of Color #4a842a

%29.84
%53.23
%16.94

CMYK Percentages of Color #4a842a

%44
%0
%68
%48

Triadic Colors of #4a842a

#4a842a #2a4a84 #842a4a

Analogous Colors of #4a842a

#4a842a #2a8437 #77842a

Monochromatic Colors of #4a842a

#4a842a

Complementary Color

#4a842a #642a84

#4a842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a842a Color CSS Codes

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

#4a842a Text Font Color

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

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


#4a842a Background Color

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

This div background color is #4a842a


#4a842a Border Color

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

This div border color is #4a842a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a842a


Comments

No comments written yet.

Please login to write comment.