Color Hex Logo

#4f9e70 Color Hex

#4F9E70
(79,158,112)
0 Favorites   0 Comments

Color spaces of #4f9e70

RGB 79158112
HSL0.400.330.46
HSV145°50°62°
CMYK 0.500.000.29   0.38
XYZ18.375927.285819.6274
Yxy27.28580.28150.4179
Hunter Lab52.2358-28.618614.2871
CIE-Lab59.2379-35.184616.7416

#4f9e70 color RGB value is (79,158,112).

#4f9e70 hex color red value is 79, green value is 158 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4f9e70 hue: 0.40 , saturation: 0.33 and the lightness value of 4f9e70 is 0.46.

The process color (four color CMYK) of #4f9e70 color hex is 0.50, 0.00, 0.29, 0.38. Web safe color of #4f9e70 is #669966. Color #4f9e70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10011110 01110000
Octal 117 236 160
Decimal 79 158 112
Hex 4F 9E 70

RGB Percentages of Color #4f9e70

%22.64
%45.27
%32.09

CMYK Percentages of Color #4f9e70

%50
%0
%29
%38

Triadic Colors of #4f9e70

#4f9e70 #704f9e #9e704f

Analogous Colors of #4f9e70

#4f9e70 #4f9e98 #569e4f

Monochromatic Colors of #4f9e70

#4f9e70

Complementary Color

#4f9e70 #9e4f7d

#4f9e70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f9e70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f9e70 Color CSS Codes

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

#4f9e70 Text Font Color

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

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


#4f9e70 Background Color

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

This div background color is #4f9e70


#4f9e70 Border Color

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

This div border color is #4f9e70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,158,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f9e70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f9e70;
  -webkit-box-shadow: 1px 1px 3px 2px #4f9e70;
  box-shadow:         1px 1px 3px 2px #4f9e70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,158,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f9e70


Comments

No comments written yet.

Please login to write comment.