COLOR #4F6841

HEX: #4F6841 RGB: (79,104,65)

Color info

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

RGB color model

#4F6841 color RGB value is (79,104,65).

RGB: (79,104,65) (31%, 41%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 65 of 255 = 25%

79
104
65

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

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 65 = 248 (100%)
R 79 of 248 ~ 31.85%
G 104 of 248 ~ 41.94%
B 65 of 248 ~ 26.21'%

%31.85
%41.94
%26.21

CMYK color model

#4F6841 color CMYK value is (24,0,38,59).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 59.22%

CMYK: (24,0,38,59)
C24M0Y38K59 (24%, 0%, 38%, 59%)
(0.24 / 0.00 / 0.38 / 0.59)

CMYK percentages

%24.04
%0
%37.5
%59.22

Codes

Color #4F6841 in popluar color models

4F 68 41
RGB 79 104 65
HSL 98° 23.08% 33.14%
HSB/HSV 98° 37.50% 40.78%
CMYK 24.04% 0.00% 37.50%
59.22%

Color #4F6841 in popluar number systems.

HEX 4F 68 41
Decimal 79 104 65
Binary 1001111 1101000 1000001
Octal 117 150 101

Shades and tints

Shades of #4F6841

#4F6841
(79,104,65)
#485F3C
(72,95,60)
#415637
(65,86,55)
#3A4D32
(58,77,50)
#33442D
(51,68,45)
#2C3B28
(44,59,40)
#253223
(37,50,35)
#1E291E
(30,41,30)
#172019
(23,32,25)
#101714
(16,23,20)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F6841

#4F6841
(79,104,65)
#5F7552
(95,117,82)
#6F8263
(111,130,99)
#7F8F74
(127,143,116)
#8F9C85
(143,156,133)
#9FA996
(159,169,150)
#AFB6A7
(175,182,167)
#BFC3B8
(191,195,184)
#CFD0C9
(207,208,201)
#DFDDDA
(223,221,218)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6841; }

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

This text font color is #4F6841.

Background Color

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

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

This div background color is #4F6841.

Border color

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

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

This div border color is #4F6841.

Opacity

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

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

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

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

This text has shadow with #4F6841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6841.

Preview

Color preview on black background

This text has color #4F6841 on black background.


Color preview on white background

This text has color #4F6841 on white background.


Black color preview on #4F6841 background

This text has black color on #4F6841 background.


White color preview on #4F6841 background

This text has white color on #4F6841 background.


Related colors

Complementary color

Complementary color for #hex is #B097BE.


I love getcolorcode.com

Triadic colors

1 #414F68 and #68414F with #4F6841 are triadic colors.

2 #41684F and #684F41 with #4F6841 are triadic colors.