Color Hex Logo

#4c8a40 Color Hex

#4C8A40
(76,138,64)
0 Favorites   0 Comments

Color spaces of #4c8a40

RGB 7613864
HSL0.310.370.40
HSV110°54°54°
CMYK 0.450.000.54   0.46
XYZ12.994420.08368.0421
Yxy20.08360.31600.4884
Hunter Lab44.8147-26.668220.7306
CIE-Lab51.9316-35.230333.2097

#4c8a40 color RGB value is (76,138,64).

#4c8a40 hex color red value is 76, green value is 138 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #4c8a40 hue: 0.31 , saturation: 0.37 and the lightness value of 4c8a40 is 0.40.

The process color (four color CMYK) of #4c8a40 color hex is 0.45, 0.00, 0.54, 0.46. Web safe color of #4c8a40 is #339933. Color #4c8a40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10001010 01000000
Octal 114 212 100
Decimal 76 138 64
Hex 4C 8A 40

RGB Percentages of Color #4c8a40

%27.34
%49.64
%23.02

CMYK Percentages of Color #4c8a40

%45
%0
%54
%46

Triadic Colors of #4c8a40

#4c8a40 #404c8a #8a404c

Analogous Colors of #4c8a40

#4c8a40 #408a59 #718a40

Monochromatic Colors of #4c8a40

#4c8a40

Complementary Color

#4c8a40 #7e408a

#4c8a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c8a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c8a40 Color CSS Codes

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

#4c8a40 Text Font Color

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

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


#4c8a40 Background Color

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

This div background color is #4c8a40


#4c8a40 Border Color

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

This div border color is #4c8a40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,138,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c8a40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c8a40;
  -webkit-box-shadow: 1px 1px 3px 2px #4c8a40;
  box-shadow:         1px 1px 3px 2px #4c8a40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,138,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c8a40


Comments

No comments written yet.

Please login to write comment.