COLOR #4F6D41

HEX: #4F6D41
RGB: (79,109,65)

Color info

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

RGB color model

#4F6D41 color RGB value is (79,109,65).

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

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 65 of 255 = 25%

79
109
65

R + G + B ~ 33%. #4F6D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 109 + 65 = 253 (100%)
R 79 of 253 ~ 31.23%
G 109 of 253 ~ 43.08%
B 65 of 253 ~ 25.69%

%31.23
%43.08
%25.69

CMYK color model

#4F6D41 color CMYK value is (28,0,40,57).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 40.37%
  • key color value is 57.25%
CMYK:
(28,0,40,57)
C28M0Y40K57 
(28%,0%,40%,57%)
(0.28/0.00/0.40/0.57)	

CMYK percentages

%27.52
%0
%40.37
%57.25

Codes

Color #4F6D41 in popluar color models

4F6D41
RGB7910965
HSL101°25.29%34.12%
HSB/HSV101°40.37%42.75%
CMYK27.52%0.00%40.37%
57.25%

Color #4F6D41 in popluar number systems.

HEX4F6D41
Decimal7910965
Binary100111111011011000001
Octal117155101

Shades and tints

Shades of #4F6D41

#4F6D41
(79,109,65)
#48643C
(72,100,60)
#415B37
(65,91,55)
#3A5232
(58,82,50)
#33492D
(51,73,45)
#2C4028
(44,64,40)
#253723
(37,55,35)
#1E2E1E
(30,46,30)
#172519
(23,37,25)
#101C14
(16,28,20)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #4F6D41

#4F6D41
(79,109,65)
#5F7A52
(95,122,82)
#6F8763
(111,135,99)
#7F9474
(127,148,116)
#8FA185
(143,161,133)
#9FAE96
(159,174,150)
#AFBBA7
(175,187,167)
#BFC8B8
(191,200,184)
#CFD5C9
(207,213,201)
#DFE2DA
(223,226,218)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6D41; }

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

This text font color is #4F6D41.


Background Color

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

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

This div background color is #4F6D41.


Border color

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

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

This div border color is #4F6D41.


Opacity

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

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

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

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

This text has shadow with #4F6D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6D41 on black background.


Color preview on white background

This text has color #4F6D41 on white background.



Black color preview on #4F6D41 background

This text has black color on #4F6D41 background.


White color preview on #4F6D41 background

This text has white color on #4F6D41 background.