COLOR #4F6E4C

HEX: #4F6E4C
RGB: (79,110,76)

Color info

#4F6E4C contains red, green and blue colors in about the same proportion. Web safe color of #4F6E4C is #666633 (or #663).

RGB color model

#4F6E4C color RGB value is (79,110,76).

  • red value is 79;
  • green value is 110;
  • blue value is 76.
RGB:
(79,110,76)
(31%,43%,30%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 76 of 255 = 30%

79
110
76

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

Portions of RGB colors in percentages

R + G + B =
79 + 110 + 76 = 265 (100%)
R 79 of 265 ~ 29.81%
G 110 of 265 ~ 41.51%
B 76 of 265 ~ 28.68%

%29.81
%41.51
%28.68

CMYK color model

#4F6E4C color CMYK value is (28,0,31,57).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(28,0,31,57)
C28M0Y31K57 
(28%,0%,31%,57%)
(0.28/0.00/0.31/0.57)	

CMYK percentages

%28.18
%0
%30.91
%56.86

Codes

Color #4F6E4C in popluar color models

4F6E4C
RGB7911076
HSL115°18.28%36.47%
HSB/HSV115°30.91%43.14%
CMYK28.18%0.00%30.91%
56.86%

Color #4F6E4C in popluar number systems.

HEX4F6E4C
Decimal7911076
Binary100111111011101001100
Octal117156114

Shades and tints

Shades of #4F6E4C

#4F6E4C
(79,110,76)
#486446
(72,100,70)
#415A40
(65,90,64)
#3A503A
(58,80,58)
#334634
(51,70,52)
#2C3C2E
(44,60,46)
#253228
(37,50,40)
#1E2822
(30,40,34)
#171E1C
(23,30,28)
#101416
(16,20,22)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F6E4C

#4F6E4C
(79,110,76)
#5F7B5C
(95,123,92)
#6F886C
(111,136,108)
#7F957C
(127,149,124)
#8FA28C
(143,162,140)
#9FAF9C
(159,175,156)
#AFBCAC
(175,188,172)
#BFC9BC
(191,201,188)
#CFD6CC
(207,214,204)
#DFE3DC
(223,227,220)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6E4C color. Also use rgb(79,110,76) instead hex code.

Text Font Color

.myTextColor { color: #4F6E4C; }

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

This text font color is #4F6E4C.


Background Color

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

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

This div background color is #4F6E4C.


Border color

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

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

This div border color is #4F6E4C.


Opacity

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

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

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

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

This text has shadow with #4F6E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6E4C on black background.


Color preview on white background

This text has color #4F6E4C on white background.



Black color preview on #4F6E4C background

This text has black color on #4F6E4C background.


White color preview on #4F6E4C background

This text has white color on #4F6E4C background.