COLOR #4F6B50

HEX: #4F6B50
RGB: (79,107,80)

Color info

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

RGB color model

#4F6B50 color RGB value is (79,107,80).

  • red value is 79;
  • green value is 107;
  • blue value is 80.
RGB:
(79,107,80)
(31%,42%,31%)

RGB channels and saturation

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

79
107
80

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

Portions of RGB colors in percentages

R + G + B =
79 + 107 + 80 = 266 (100%)
R 79 of 266 ~ 29.7%
G 107 of 266 ~ 40.23%
B 80 of 266 ~ 30.08%

%29.7
%40.23
%30.08

CMYK color model

#4F6B50 color CMYK value is (26,0,25,58).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 58.04%
CMYK:
(26,0,25,58)
C26M0Y25K58 
(26%,0%,25%,58%)
(0.26/0.00/0.25/0.58)	

CMYK percentages

%26.17
%0
%25.23
%58.04

Codes

Color #4F6B50 in popluar color models

4F6B50
RGB7910780
HSL122°15.05%36.47%
HSB/HSV122°26.17%41.96%
CMYK26.17%0.00%25.23%
58.04%

Color #4F6B50 in popluar number systems.

HEX4F6B50
Decimal7910780
Binary100111111010111010000
Octal117153120

Shades and tints

Shades of #4F6B50

#4F6B50
(79,107,80)
#486249
(72,98,73)
#415942
(65,89,66)
#3A503B
(58,80,59)
#334734
(51,71,52)
#2C3E2D
(44,62,45)
#253526
(37,53,38)
#1E2C1F
(30,44,31)
#172318
(23,35,24)
#101A11
(16,26,17)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #4F6B50

#4F6B50
(79,107,80)
#5F785F
(95,120,95)
#6F856E
(111,133,110)
#7F927D
(127,146,125)
#8F9F8C
(143,159,140)
#9FAC9B
(159,172,155)
#AFB9AA
(175,185,170)
#BFC6B9
(191,198,185)
#CFD3C8
(207,211,200)
#DFE0D7
(223,224,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6B50; }

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

This text font color is #4F6B50.


Background Color

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

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

This div background color is #4F6B50.


Border color

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

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

This div border color is #4F6B50.


Opacity

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

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

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

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

This text has shadow with #4F6B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6B50 on black background.


Color preview on white background

This text has color #4F6B50 on white background.



Black color preview on #4F6B50 background

This text has black color on #4F6B50 background.


White color preview on #4F6B50 background

This text has white color on #4F6B50 background.