COLOR #4F6B4E

HEX: #4F6B4E RGB: (79,107,78)

Color info

#4F6B4E contains red, green and blue colors in about the same proportion. Web safe color of #4F6B4E is #666666 (or #666).

RGB color model

#4F6B4E color RGB value is (79,107,78).

RGB: (79,107,78) (31%, 42%, 31%)

RGB channels and saturation

R 79 of 255 = 31%
G 107 of 255 = 42%
B 78 of 255 = 31%

79
107
78

R + G + B ~ 35%. #4F6B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 107 + 78 = 264 (100%)
R 79 of 264 ~ 29.92%
G 107 of 264 ~ 40.53%
B 78 of 264 ~ 29.55'%

%29.92
%40.53
%29.55

CMYK color model

#4F6B4E color CMYK value is (26,0,27,58).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 58.04%

CMYK: (26,0,27,58)
C26M0Y27K58 (26%, 0%, 27%, 58%)
(0.26 / 0.00 / 0.27 / 0.58)

CMYK percentages

%26.17
%0
%27.1
%58.04

Codes

Color #4F6B4E in popluar color models

4F 6B 4E
RGB 79 107 78
HSL 118° 15.68% 36.27%
HSB/HSV 118° 27.10% 41.96%
CMYK 26.17% 0.00% 27.10%
58.04%

Color #4F6B4E in popluar number systems.

HEX 4F 6B 4E
Decimal 79 107 78
Binary 1001111 1101011 1001110
Octal 117 153 116

Shades and tints

Shades of #4F6B4E

#4F6B4E
(79,107,78)
#486247
(72,98,71)
#415940
(65,89,64)
#3A5039
(58,80,57)
#334732
(51,71,50)
#2C3E2B
(44,62,43)
#253524
(37,53,36)
#1E2C1D
(30,44,29)
#172316
(23,35,22)
#101A0F
(16,26,15)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #4F6B4E

#4F6B4E
(79,107,78)
#5F785E
(95,120,94)
#6F856E
(111,133,110)
#7F927E
(127,146,126)
#8F9F8E
(143,159,142)
#9FAC9E
(159,172,158)
#AFB9AE
(175,185,174)
#BFC6BE
(191,198,190)
#CFD3CE
(207,211,206)
#DFE0DE
(223,224,222)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6B4E color. Also use rgb(79,107,78) instead hex code.

Text Font Color

.myTextColor { color: #4F6B4E; }

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

This text font color is #4F6B4E.

Background Color

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

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

This div background color is #4F6B4E.

Border color

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

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

This div border color is #4F6B4E.

Opacity

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

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

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

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

This text has shadow with #4F6B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6B4E.

Preview

Color preview on black background

This text has color #4F6B4E on black background.


Color preview on white background

This text has color #4F6B4E on white background.


Black color preview on #4F6B4E background

This text has black color on #4F6B4E background.


White color preview on #4F6B4E background

This text has white color on #4F6B4E background.


Related colors

Complementary color

Complementary color for #hex is #B094B1.


I love getcolorcode.com

Triadic colors

1 #4E4F6B and #6B4E4F with #4F6B4E are triadic colors.

2 #4E6B4F and #6B4F4E with #4F6B4E are triadic colors.