COLOR #4F6949

HEX: #4F6949
RGB: (79,105,73)

Color info

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

RGB color model

#4F6949 color RGB value is (79,105,73).

  • red value is 79;
  • green value is 105;
  • blue value is 73.
RGB:
(79,105,73)
(31%,41%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 73 of 255 = 29%

79
105
73

R + G + B ~ 34%. #4F6949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 105 + 73 = 257 (100%)
R 79 of 257 ~ 30.74%
G 105 of 257 ~ 40.86%
B 73 of 257 ~ 28.4%

%30.74
%40.86
%28.4

CMYK color model

#4F6949 color CMYK value is (25,0,30,59).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 58.82%
CMYK:
(25,0,30,59)
C25M0Y30K59 
(25%,0%,30%,59%)
(0.25/0.00/0.30/0.59)	

CMYK percentages

%24.76
%0
%30.48
%58.82

Codes

Color #4F6949 in popluar color models

4F6949
RGB7910573
HSL109°17.98%34.90%
HSB/HSV109°30.48%41.18%
CMYK24.76%0.00%30.48%
58.82%

Color #4F6949 in popluar number systems.

HEX4F6949
Decimal7910573
Binary100111111010011001001
Octal117151111

Shades and tints

Shades of #4F6949

#4F6949
(79,105,73)
#486043
(72,96,67)
#41573D
(65,87,61)
#3A4E37
(58,78,55)
#334531
(51,69,49)
#2C3C2B
(44,60,43)
#253325
(37,51,37)
#1E2A1F
(30,42,31)
#172119
(23,33,25)
#101813
(16,24,19)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #4F6949

#4F6949
(79,105,73)
#5F7659
(95,118,89)
#6F8369
(111,131,105)
#7F9079
(127,144,121)
#8F9D89
(143,157,137)
#9FAA99
(159,170,153)
#AFB7A9
(175,183,169)
#BFC4B9
(191,196,185)
#CFD1C9
(207,209,201)
#DFDED9
(223,222,217)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6949 color. Also use rgb(79,105,73) instead hex code.

Text Font Color

.myTextColor { color: #4F6949; }

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

This text font color is #4F6949.


Background Color

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

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

This div background color is #4F6949.


Border color

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

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

This div border color is #4F6949.


Opacity

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

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

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

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

This text has shadow with #4F6949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6949 on black background.


Color preview on white background

This text has color #4F6949 on white background.



Black color preview on #4F6949 background

This text has black color on #4F6949 background.


White color preview on #4F6949 background

This text has white color on #4F6949 background.