COLOR #4F6F29

HEX: #4F6F29
RGB: (79,111,41)

Color info

#4F6F29 contains mainly red and green colors. Web safe color of #4F6F29 is #666633 (or #663).

RGB color model

#4F6F29 color RGB value is (79,111,41).

  • red value is 79;
  • green value is 111;
  • blue value is 41.
RGB:
(79,111,41)
(31%,44%,16%)

RGB channels and saturation

R 79 of 255 = 31%
G 111 of 255 = 44%
B 41 of 255 = 16%

79
111
41

R + G + B ~ 30%. #4F6F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 111 + 41 = 231 (100%)
R 79 of 231 ~ 34.2%
G 111 of 231 ~ 48.05%
B 41 of 231 ~ 17.75%

%34.2
%48.05
%17.75

CMYK color model

#4F6F29 color CMYK value is (29,0,63,56).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 63.06%
  • key color value is 56.47%
CMYK:
(29,0,63,56)
C29M0Y63K56 
(29%,0%,63%,56%)
(0.29/0.00/0.63/0.56)	

CMYK percentages

%28.83
%0
%63.06
%56.47

Codes

Color #4F6F29 in popluar color models

4F6F29
RGB7911141
HSL87°46.05%29.80%
HSB/HSV87°63.06%43.53%
CMYK28.83%0.00%63.06%
56.47%

Color #4F6F29 in popluar number systems.

HEX4F6F29
Decimal7911141
Binary10011111101111101001
Octal11715751

Shades and tints

Shades of #4F6F29

#4F6F29
(79,111,41)
#486526
(72,101,38)
#415B23
(65,91,35)
#3A5120
(58,81,32)
#33471D
(51,71,29)
#2C3D1A
(44,61,26)
#253317
(37,51,23)
#1E2914
(30,41,20)
#171F11
(23,31,17)
#10150E
(16,21,14)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #4F6F29

#4F6F29
(79,111,41)
#5F7C3C
(95,124,60)
#6F894F
(111,137,79)
#7F9662
(127,150,98)
#8FA375
(143,163,117)
#9FB088
(159,176,136)
#AFBD9B
(175,189,155)
#BFCAAE
(191,202,174)
#CFD7C1
(207,215,193)
#DFE4D4
(223,228,212)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6F29 color. Also use rgb(79,111,41) instead hex code.

Text Font Color

.myTextColor { color: #4F6F29; }

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

This text font color is #4F6F29.


Background Color

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

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

This div background color is #4F6F29.


Border color

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

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

This div border color is #4F6F29.


Opacity

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

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

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

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

This text has shadow with #4F6F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6F29 on black background.


Color preview on white background

This text has color #4F6F29 on white background.



Black color preview on #4F6F29 background

This text has black color on #4F6F29 background.


White color preview on #4F6F29 background

This text has white color on #4F6F29 background.