Color Hex Logo

#4d944a Color Hex

#4D944A
(77,148,74)
0 Favorites   0 Comments

Color spaces of #4d944a

RGB 7714874
HSL0.330.330.44
HSV118°50°58°
CMYK 0.480.000.50   0.42
XYZ14.886523.252010.1821
Yxy23.25200.30810.4812
Hunter Lab48.2203-29.279321.2347
CIE-Lab55.3310-37.942932.2046

#4d944a color RGB value is (77,148,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010100 01001010
Octal 115 224 112
Decimal 77 148 74
Hex 4D 94 4A

RGB Percentages of Color #4d944a

%25.75
%49.50
%24.75

CMYK Percentages of Color #4d944a

%48
%0
%50
%42

Triadic Colors of #4d944a

#4d944a #4a4d94 #944a4d

Analogous Colors of #4d944a

#4d944a #4a946c #72944a

Monochromatic Colors of #4d944a

#4d944a

Complementary Color

#4d944a #914a94

#4d944a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d944a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d944a Color CSS Codes

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

#4d944a Text Font Color

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

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


#4d944a Background Color

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

This div background color is #4d944a


#4d944a Border Color

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

This div border color is #4d944a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d944a


Comments

No comments written yet.

Please login to write comment.