COLOR #4F6641

HEX: #4F6641
RGB: (79,102,65)

Color info

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

RGB color model

#4F6641 color RGB value is (79,102,65).

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

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 65 of 255 = 25%

79
102
65

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

Portions of RGB colors in percentages

R + G + B =
79 + 102 + 65 = 246 (100%)
R 79 of 246 ~ 32.11%
G 102 of 246 ~ 41.46%
B 65 of 246 ~ 26.42%

%32.11
%41.46
%26.42

CMYK color model

#4F6641 color CMYK value is (23,0,36,60).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 36.27%
  • key color value is 60.00%
CMYK:
(23,0,36,60)
C23M0Y36K60 
(23%,0%,36%,60%)
(0.23/0.00/0.36/0.60)	

CMYK percentages

%22.55
%0
%36.27
%60

Codes

Color #4F6641 in popluar color models

4F6641
RGB7910265
HSL97°22.16%32.75%
HSB/HSV97°36.27%40.00%
CMYK22.55%0.00%36.27%
60.00%

Color #4F6641 in popluar number systems.

HEX4F6641
Decimal7910265
Binary100111111001101000001
Octal117146101

Shades and tints

Shades of #4F6641

#4F6641
(79,102,65)
#485D3C
(72,93,60)
#415437
(65,84,55)
#3A4B32
(58,75,50)
#33422D
(51,66,45)
#2C3928
(44,57,40)
#253023
(37,48,35)
#1E271E
(30,39,30)
#171E19
(23,30,25)
#101514
(16,21,20)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #4F6641

#4F6641
(79,102,65)
#5F7352
(95,115,82)
#6F8063
(111,128,99)
#7F8D74
(127,141,116)
#8F9A85
(143,154,133)
#9FA796
(159,167,150)
#AFB4A7
(175,180,167)
#BFC1B8
(191,193,184)
#CFCEC9
(207,206,201)
#DFDBDA
(223,219,218)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6641; }

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

This text font color is #4F6641.


Background Color

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

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

This div background color is #4F6641.


Border color

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

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

This div border color is #4F6641.


Opacity

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

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

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

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

This text has shadow with #4F6641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6641 on black background.


Color preview on white background

This text has color #4F6641 on white background.



Black color preview on #4F6641 background

This text has black color on #4F6641 background.


White color preview on #4F6641 background

This text has white color on #4F6641 background.