COLOR #4D9F67

HEX: #4D9F67
RGB: (77,159,103)

Color info

#4D9F67 contains mainly green and blue colors. Web safe color of #4D9F67 is #339966 (or #396).

RGB color model

#4D9F67 color RGB value is (77,159,103).

  • red value is 77;
  • green value is 159;
  • blue value is 103.
RGB:
(77,159,103)
(30%,62%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 159 of 255 = 62%
B 103 of 255 = 40%

77
159
103

R + G + B ~ 44%. #4D9F67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 159 + 103 = 339 (100%)
R 77 of 339 ~ 22.71%
G 159 of 339 ~ 46.9%
B 103 of 339 ~ 30.38%

%22.71
%46.9
%30.38

CMYK color model

#4D9F67 color CMYK value is (52,0,35,38).

  • cyan value is 51.57%
  • magenta value is 0.00%
  • yellow value is 35.22%
  • key color value is 37.65%
CMYK:
(52,0,35,38)
C52M0Y35K38 
(52%,0%,35%,38%)
(0.52/0.00/0.35/0.38)	

CMYK percentages

%51.57
%0
%35.22
%37.65

Codes

Color #4D9F67 in popluar color models

4D9F67
RGB77159103
HSL139°34.75%46.27%
HSB/HSV139°51.57%62.35%
CMYK51.57%0.00%35.22%
37.65%

Color #4D9F67 in popluar number systems.

HEX4D9F67
Decimal77159103
Binary1001101100111111100111
Octal115237147

Shades and tints

Shades of #4D9F67

#4D9F67
(77,159,103)
#46915E
(70,145,94)
#3F8355
(63,131,85)
#38754C
(56,117,76)
#316743
(49,103,67)
#2A593A
(42,89,58)
#234B31
(35,75,49)
#1C3D28
(28,61,40)
#152F1F
(21,47,31)
#0E2116
(14,33,22)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #4D9F67

#4D9F67
(77,159,103)
#5DA774
(93,167,116)
#6DAF81
(109,175,129)
#7DB78E
(125,183,142)
#8DBF9B
(141,191,155)
#9DC7A8
(157,199,168)
#ADCFB5
(173,207,181)
#BDD7C2
(189,215,194)
#CDDFCF
(205,223,207)
#DDE7DC
(221,231,220)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9F67 color. Also use rgb(77,159,103) instead hex code.

Text Font Color

.myTextColor { color: #4D9F67; }

<p style="color:#4D9F67">This sample text font color is #4D9F67.</p>

This text font color is #4D9F67.


Background Color

.myBgColor { background-color: #4D9F67; }

<div style="background-color:#4D9F67">Inner text</div>

This div background color is #4D9F67.


Border color

.myBorderColor { border: 1px solid #4D9F67; }

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

This div border color is #4D9F67.


Opacity

.myOpacity80 { color: #4D9F67; opacity: 0.8; }

<p style="color:#4D9F67;opacity:0.8;">80%</p>

Text with #4D9F67 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4D9F67;}

<p style="text-shadow: 3px 3px 1px #4D9F67">Text here.</p>

This text has shadow with #4D9F67 color.

.textShadow {text-shadow: 3px 3px 1px #4D9F67, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4D9F67, 5px 5px 20px red">Text here.</p>

This text has shadow with #4D9F67 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D9F67, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4D9F67, Direction=45, Strength=4)">Text</p>

This text has shadow with #4D9F67 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4D9F67;
  -webkit-box-shadow:	1px 1px 3px 2px #4D9F67;
  box-shadow:		1px 1px 3px 2px #4D9F67;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D9F67;
-webkit-box-shadow: 1px 1px 3px 2px #4D9F67;
box-shadow:1px 1px 3px 2px #4D9F67;">
Div content here</div>
This div box has shadow with color #4D9F67.

Preview

Color preview on black background

This text has color #4D9F67 on black background.


Color preview on white background

This text has color #4D9F67 on white background.



Black color preview on #4D9F67 background

This text has black color on #4D9F67 background.


White color preview on #4D9F67 background

This text has white color on #4D9F67 background.