COLOR #4F896D

HEX: #4F896D RGB: (79,137,109)

Color info

#4F896D contains red, green and blue colors in about the same proportion. Web safe color of #4F896D is #669966 (or #696).

RGB color model

#4F896D color RGB value is (79,137,109).

RGB: (79,137,109) (31%, 54%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 137 of 255 = 54%
B 109 of 255 = 43%

79
137
109

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

Portions of RGB colors in percentages

R + G + B = 79 + 137 + 109 = 325 (100%)
R 79 of 325 ~ 24.31%
G 137 of 325 ~ 42.15%
B 109 of 325 ~ 33.54'%

%24.31
%42.15
%33.54

CMYK color model

#4F896D color CMYK value is (42,0,20,46).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 46.27%

CMYK: (42,0,20,46)
C42M0Y20K46 (42%, 0%, 20%, 46%)
(0.42 / 0.00 / 0.20 / 0.46)

CMYK percentages

%42.34
%0
%20.44
%46.27

Codes

Color #4F896D in popluar color models

4F 89 6D
RGB 79 137 109
HSL 151° 26.85% 42.35%
HSB/HSV 151° 42.34% 53.73%
CMYK 42.34% 0.00% 20.44%
46.27%

Color #4F896D in popluar number systems.

HEX 4F 89 6D
Decimal 79 137 109
Binary 1001111 10001001 1101101
Octal 117 211 155

Shades and tints

Shades of #4F896D

#4F896D
(79,137,109)
#487D64
(72,125,100)
#41715B
(65,113,91)
#3A6552
(58,101,82)
#335949
(51,89,73)
#2C4D40
(44,77,64)
#254137
(37,65,55)
#1E352E
(30,53,46)
#172925
(23,41,37)
#101D1C
(16,29,28)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #4F896D

#4F896D
(79,137,109)
#5F937A
(95,147,122)
#6F9D87
(111,157,135)
#7FA794
(127,167,148)
#8FB1A1
(143,177,161)
#9FBBAE
(159,187,174)
#AFC5BB
(175,197,187)
#BFCFC8
(191,207,200)
#CFD9D5
(207,217,213)
#DFE3E2
(223,227,226)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F896D color. Also use rgb(79,137,109) instead hex code.

Text Font Color

.myTextColor { color: #4F896D; }

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

This text font color is #4F896D.

Background Color

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

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

This div background color is #4F896D.

Border color

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

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

This div border color is #4F896D.

Opacity

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

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

Text with #4F896D 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 #4F896D;}

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

This text has shadow with #4F896D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F896D.

Preview

Color preview on black background

This text has color #4F896D on black background.


Color preview on white background

This text has color #4F896D on white background.


Black color preview on #4F896D background

This text has black color on #4F896D background.


White color preview on #4F896D background

This text has white color on #4F896D background.


Related colors

Complementary color

Complementary color for #hex is #B07692.


I love getcolorcode.com

Triadic colors

1 #6D4F89 and #896D4F with #4F896D are triadic colors.

2 #6D894F and #894F6D with #4F896D are triadic colors.