COLOR #4F6A26

HEX: #4F6A26
RGB: (79,106,38)

Color info

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

RGB color model

#4F6A26 color RGB value is (79,106,38).

  • red value is 79;
  • green value is 106;
  • blue value is 38.
RGB:
(79,106,38)
(31%,42%,15%)

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 38 of 255 = 15%

79
106
38

R + G + B ~ 29%. #4F6A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 106 + 38 = 223 (100%)
R 79 of 223 ~ 35.43%
G 106 of 223 ~ 47.53%
B 38 of 223 ~ 17.04%

%35.43
%47.53
%17.04

CMYK color model

#4F6A26 color CMYK value is (25,0,64,58).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 64.15%
  • key color value is 58.43%
CMYK:
(25,0,64,58)
C25M0Y64K58 
(25%,0%,64%,58%)
(0.25/0.00/0.64/0.58)	

CMYK percentages

%25.47
%0
%64.15
%58.43

Codes

Color #4F6A26 in popluar color models

4F6A26
RGB7910638
HSL84°47.22%28.24%
HSB/HSV84°64.15%41.57%
CMYK25.47%0.00%64.15%
58.43%

Color #4F6A26 in popluar number systems.

HEX4F6A26
Decimal7910638
Binary10011111101010100110
Octal11715246

Shades and tints

Shades of #4F6A26

#4F6A26
(79,106,38)
#486123
(72,97,35)
#415820
(65,88,32)
#3A4F1D
(58,79,29)
#33461A
(51,70,26)
#2C3D17
(44,61,23)
#253414
(37,52,20)
#1E2B11
(30,43,17)
#17220E
(23,34,14)
#10190B
(16,25,11)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #4F6A26

#4F6A26
(79,106,38)
#5F7739
(95,119,57)
#6F844C
(111,132,76)
#7F915F
(127,145,95)
#8F9E72
(143,158,114)
#9FAB85
(159,171,133)
#AFB898
(175,184,152)
#BFC5AB
(191,197,171)
#CFD2BE
(207,210,190)
#DFDFD1
(223,223,209)
#EFECE4
(239,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6A26 color. Also use rgb(79,106,38) instead hex code.

Text Font Color

.myTextColor { color: #4F6A26; }

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

This text font color is #4F6A26.


Background Color

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

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

This div background color is #4F6A26.


Border color

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

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

This div border color is #4F6A26.


Opacity

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

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

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

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

This text has shadow with #4F6A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6A26 on black background.


Color preview on white background

This text has color #4F6A26 on white background.



Black color preview on #4F6A26 background

This text has black color on #4F6A26 background.


White color preview on #4F6A26 background

This text has white color on #4F6A26 background.