COLOR #4F764C

HEX: #4F764C
RGB: (79,118,76)

Color info

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

RGB color model

#4F764C color RGB value is (79,118,76).

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

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 76 of 255 = 30%

79
118
76

R + G + B ~ 36%. #4F764C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 118 + 76 = 273 (100%)
R 79 of 273 ~ 28.94%
G 118 of 273 ~ 43.22%
B 76 of 273 ~ 27.84%

%28.94
%43.22
%27.84

CMYK color model

#4F764C color CMYK value is (33,0,36,54).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(33,0,36,54)
C33M0Y36K54 
(33%,0%,36%,54%)
(0.33/0.00/0.36/0.54)	

CMYK percentages

%33.05
%0
%35.59
%53.73

Codes

Color #4F764C in popluar color models

4F764C
RGB7911876
HSL116°21.65%38.04%
HSB/HSV116°35.59%46.27%
CMYK33.05%0.00%35.59%
53.73%

Color #4F764C in popluar number systems.

HEX4F764C
Decimal7911876
Binary100111111101101001100
Octal117166114

Shades and tints

Shades of #4F764C

#4F764C
(79,118,76)
#486C46
(72,108,70)
#416240
(65,98,64)
#3A583A
(58,88,58)
#334E34
(51,78,52)
#2C442E
(44,68,46)
#253A28
(37,58,40)
#1E3022
(30,48,34)
#17261C
(23,38,28)
#101C16
(16,28,22)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #4F764C

#4F764C
(79,118,76)
#5F825C
(95,130,92)
#6F8E6C
(111,142,108)
#7F9A7C
(127,154,124)
#8FA68C
(143,166,140)
#9FB29C
(159,178,156)
#AFBEAC
(175,190,172)
#BFCABC
(191,202,188)
#CFD6CC
(207,214,204)
#DFE2DC
(223,226,220)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F764C; }

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

This text font color is #4F764C.


Background Color

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

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

This div background color is #4F764C.


Border color

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

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

This div border color is #4F764C.


Opacity

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

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

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

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

This text has shadow with #4F764C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F764C on black background.


Color preview on white background

This text has color #4F764C on white background.



Black color preview on #4F764C background

This text has black color on #4F764C background.


White color preview on #4F764C background

This text has white color on #4F764C background.