COLOR #4F6047

HEX: #4F6047
RGB: (79,96,71)

Color info

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

RGB color model

#4F6047 color RGB value is (79,96,71).

  • red value is 79;
  • green value is 96;
  • blue value is 71.
RGB:
(79,96,71)
(31%,38%,28%)

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 71 of 255 = 28%

79
96
71

R + G + B ~ 32%. #4F6047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 71 = 246 (100%)
R 79 of 246 ~ 32.11%
G 96 of 246 ~ 39.02%
B 71 of 246 ~ 28.86%

%32.11
%39.02
%28.86

CMYK color model

#4F6047 color CMYK value is (18,0,26,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(18,0,26,62)
C18M0Y26K62 
(18%,0%,26%,62%)
(0.18/0.00/0.26/0.62)	

CMYK percentages

%17.71
%0
%26.04
%62.35

Codes

Color #4F6047 in popluar color models

4F6047
RGB799671
HSL101°14.97%32.75%
HSB/HSV101°26.04%37.65%
CMYK17.71%0.00%26.04%
62.35%

Color #4F6047 in popluar number systems.

HEX4F6047
Decimal799671
Binary100111111000001000111
Octal117140107

Shades and tints

Shades of #4F6047

#4F6047
(79,96,71)
#485841
(72,88,65)
#41503B
(65,80,59)
#3A4835
(58,72,53)
#33402F
(51,64,47)
#2C3829
(44,56,41)
#253023
(37,48,35)
#1E281D
(30,40,29)
#172017
(23,32,23)
#101811
(16,24,17)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #4F6047

#4F6047
(79,96,71)
#5F6E57
(95,110,87)
#6F7C67
(111,124,103)
#7F8A77
(127,138,119)
#8F9887
(143,152,135)
#9FA697
(159,166,151)
#AFB4A7
(175,180,167)
#BFC2B7
(191,194,183)
#CFD0C7
(207,208,199)
#DFDED7
(223,222,215)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6047 color. Also use rgb(79,96,71) instead hex code.

Text Font Color

.myTextColor { color: #4F6047; }

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

This text font color is #4F6047.


Background Color

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

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

This div background color is #4F6047.


Border color

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

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

This div border color is #4F6047.


Opacity

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

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

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

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

This text has shadow with #4F6047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6047 on black background.


Color preview on white background

This text has color #4F6047 on white background.



Black color preview on #4F6047 background

This text has black color on #4F6047 background.


White color preview on #4F6047 background

This text has white color on #4F6047 background.