COLOR #4F6D48

HEX: #4F6D48
RGB: (79,109,72)

Color info

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

RGB color model

#4F6D48 color RGB value is (79,109,72).

  • red value is 79;
  • green value is 109;
  • blue value is 72.
RGB:
(79,109,72)
(31%,43%,28%)

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 72 of 255 = 28%

79
109
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 109 + 72 = 260 (100%)
R 79 of 260 ~ 30.38%
G 109 of 260 ~ 41.92%
B 72 of 260 ~ 27.69%

%30.38
%41.92
%27.69

CMYK color model

#4F6D48 color CMYK value is (28,0,34,57).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(28,0,34,57)
C28M0Y34K57 
(28%,0%,34%,57%)
(0.28/0.00/0.34/0.57)	

CMYK percentages

%27.52
%0
%33.94
%57.25

Codes

Color #4F6D48 in popluar color models

4F6D48
RGB7910972
HSL109°20.44%35.49%
HSB/HSV109°33.94%42.75%
CMYK27.52%0.00%33.94%
57.25%

Color #4F6D48 in popluar number systems.

HEX4F6D48
Decimal7910972
Binary100111111011011001000
Octal117155110

Shades and tints

Shades of #4F6D48

#4F6D48
(79,109,72)
#486442
(72,100,66)
#415B3C
(65,91,60)
#3A5236
(58,82,54)
#334930
(51,73,48)
#2C402A
(44,64,42)
#253724
(37,55,36)
#1E2E1E
(30,46,30)
#172518
(23,37,24)
#101C12
(16,28,18)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #4F6D48

#4F6D48
(79,109,72)
#5F7A58
(95,122,88)
#6F8768
(111,135,104)
#7F9478
(127,148,120)
#8FA188
(143,161,136)
#9FAE98
(159,174,152)
#AFBBA8
(175,187,168)
#BFC8B8
(191,200,184)
#CFD5C8
(207,213,200)
#DFE2D8
(223,226,216)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6D48 color. Also use rgb(79,109,72) instead hex code.

Text Font Color

.myTextColor { color: #4F6D48; }

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

This text font color is #4F6D48.


Background Color

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

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

This div background color is #4F6D48.


Border color

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

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

This div border color is #4F6D48.


Opacity

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

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

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

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

This text has shadow with #4F6D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6D48 on black background.


Color preview on white background

This text has color #4F6D48 on white background.



Black color preview on #4F6D48 background

This text has black color on #4F6D48 background.


White color preview on #4F6D48 background

This text has white color on #4F6D48 background.