COLOR #4F6646

HEX: #4F6646
RGB: (79,102,70)

Color info

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

RGB color model

#4F6646 color RGB value is (79,102,70).

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

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 70 of 255 = 27%

79
102
70

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

Portions of RGB colors in percentages

R + G + B =
79 + 102 + 70 = 251 (100%)
R 79 of 251 ~ 31.47%
G 102 of 251 ~ 40.64%
B 70 of 251 ~ 27.89%

%31.47
%40.64
%27.89

CMYK color model

#4F6646 color CMYK value is (23,0,31,60).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 60.00%
CMYK:
(23,0,31,60)
C23M0Y31K60 
(23%,0%,31%,60%)
(0.23/0.00/0.31/0.60)	

CMYK percentages

%22.55
%0
%31.37
%60

Codes

Color #4F6646 in popluar color models

4F6646
RGB7910270
HSL103°18.60%33.73%
HSB/HSV103°31.37%40.00%
CMYK22.55%0.00%31.37%
60.00%

Color #4F6646 in popluar number systems.

HEX4F6646
Decimal7910270
Binary100111111001101000110
Octal117146106

Shades and tints

Shades of #4F6646

#4F6646
(79,102,70)
#485D40
(72,93,64)
#41543A
(65,84,58)
#3A4B34
(58,75,52)
#33422E
(51,66,46)
#2C3928
(44,57,40)
#253022
(37,48,34)
#1E271C
(30,39,28)
#171E16
(23,30,22)
#101510
(16,21,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F6646

#4F6646
(79,102,70)
#5F7356
(95,115,86)
#6F8066
(111,128,102)
#7F8D76
(127,141,118)
#8F9A86
(143,154,134)
#9FA796
(159,167,150)
#AFB4A6
(175,180,166)
#BFC1B6
(191,193,182)
#CFCEC6
(207,206,198)
#DFDBD6
(223,219,214)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6646; }

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

This text font color is #4F6646.


Background Color

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

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

This div background color is #4F6646.


Border color

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

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

This div border color is #4F6646.


Opacity

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

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

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

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

This text has shadow with #4F6646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6646 on black background.


Color preview on white background

This text has color #4F6646 on white background.



Black color preview on #4F6646 background

This text has black color on #4F6646 background.


White color preview on #4F6646 background

This text has white color on #4F6646 background.