Color Hex Logo

#4d954d Color Hex

#4D954D
(77,149,77)
0 Favorites   0 Comments

Color spaces of #4d954d

RGB 7714977
HSL0.330.320.44
HSV120°48°58°
CMYK 0.480.000.48   0.42
XYZ15.147623.608510.7797
Yxy23.60850.30580.4766
Hunter Lab48.5886-29.382220.8581
CIE-Lab55.6937-37.939631.0877

#4d954d color RGB value is (77,149,77).

#4d954d hex color red value is 77, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4d954d hue: 0.33 , saturation: 0.32 and the lightness value of 4d954d is 0.44.

The process color (four color CMYK) of #4d954d color hex is 0.48, 0.00, 0.48, 0.42. Web safe color of #4d954d is #669966. Color #4d954d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010101 01001101
Octal 115 225 115
Decimal 77 149 77
Hex 4D 95 4D

RGB Percentages of Color #4d954d

%25.41
%49.17
%25.41

CMYK Percentages of Color #4d954d

%48
%0
%48
%42

Triadic Colors of #4d954d

#4d954d #4d4d95 #954d4d

Analogous Colors of #4d954d

#4d954d #4d9571 #71954d

Monochromatic Colors of #4d954d

#4d954d

Complementary Color

#4d954d #954d95

#4d954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d954d Color CSS Codes

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

#4d954d Text Font Color

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

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


#4d954d Background Color

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

This div background color is #4d954d


#4d954d Border Color

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

This div border color is #4d954d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,149,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d954d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d954d;
  -webkit-box-shadow: 1px 1px 3px 2px #4d954d;
  box-shadow:         1px 1px 3px 2px #4d954d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d954d


Comments

No comments written yet.

Please login to write comment.