Color Hex Logo

#4faf5f Color Hex

#4FAF5F
(79,175,95)
0 Favorites   0 Comments

Color spaces of #4faf5f

RGB 7917595
HSL0.360.380.50
HSV130°55°69°
CMYK 0.550.000.46   0.31
XYZ20.620033.148416.1380
Yxy33.14840.29500.4742
Hunter Lab57.5746-36.827023.6834
CIE-Lab64.2809-45.601332.5729

#4faf5f color RGB value is (79,175,95).

#4faf5f hex color red value is 79, green value is 175 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4faf5f hue: 0.36 , saturation: 0.38 and the lightness value of 4faf5f is 0.50.

The process color (four color CMYK) of #4faf5f color hex is 0.55, 0.00, 0.46, 0.31. Web safe color of #4faf5f is #669966. Color #4faf5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 01011111
Octal 117 257 137
Decimal 79 175 95
Hex 4F AF 5F

RGB Percentages of Color #4faf5f

%22.64
%50.14
%27.22

CMYK Percentages of Color #4faf5f

%55
%0
%46
%31

Triadic Colors of #4faf5f

#4faf5f #5f4faf #af5f4f

Analogous Colors of #4faf5f

#4faf5f #4faf8f #6faf4f

Monochromatic Colors of #4faf5f

#4faf5f

Complementary Color

#4faf5f #af4f9f

#4faf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faf5f Color CSS Codes

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

#4faf5f Text Font Color

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

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


#4faf5f Background Color

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

This div background color is #4faf5f


#4faf5f Border Color

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

This div border color is #4faf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faf5f


Comments

No comments written yet.

Please login to write comment.