COLOR #4F6E4A

HEX: #4F6E4A RGB: (79,110,74)

Color info

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

RGB color model

#4F6E4A color RGB value is (79,110,74).

RGB: (79,110,74) (31%, 43%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 74 of 255 = 29%

79
110
74

R + G + B ~ 34%. #4F6E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 110 + 74 = 263 (100%)
R 79 of 263 ~ 30.04%
G 110 of 263 ~ 41.83%
B 74 of 263 ~ 28.14'%

%30.04
%41.83
%28.14

CMYK color model

#4F6E4A color CMYK value is (28,0,33,57).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 56.86%

CMYK: (28,0,33,57)
C28M0Y33K57 (28%, 0%, 33%, 57%)
(0.28 / 0.00 / 0.33 / 0.57)

CMYK percentages

%28.18
%0
%32.73
%56.86

Codes

Color #4F6E4A in popluar color models

4F 6E 4A
RGB 79 110 74
HSL 112° 19.57% 36.08%
HSB/HSV 112° 32.73% 43.14%
CMYK 28.18% 0.00% 32.73%
56.86%

Color #4F6E4A in popluar number systems.

HEX 4F 6E 4A
Decimal 79 110 74
Binary 1001111 1101110 1001010
Octal 117 156 112

Shades and tints

Shades of #4F6E4A

#4F6E4A
(79,110,74)
#486444
(72,100,68)
#415A3E
(65,90,62)
#3A5038
(58,80,56)
#334632
(51,70,50)
#2C3C2C
(44,60,44)
#253226
(37,50,38)
#1E2820
(30,40,32)
#171E1A
(23,30,26)
#101414
(16,20,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #4F6E4A

#4F6E4A
(79,110,74)
#5F7B5A
(95,123,90)
#6F886A
(111,136,106)
#7F957A
(127,149,122)
#8FA28A
(143,162,138)
#9FAF9A
(159,175,154)
#AFBCAA
(175,188,170)
#BFC9BA
(191,201,186)
#CFD6CA
(207,214,202)
#DFE3DA
(223,227,218)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6E4A color. Also use rgb(79,110,74) instead hex code.

Text Font Color

.myTextColor { color: #4F6E4A; }

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

This text font color is #4F6E4A.

Background Color

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

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

This div background color is #4F6E4A.

Border color

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

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

This div border color is #4F6E4A.

Opacity

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

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

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

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

This text has shadow with #4F6E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6E4A.

Preview

Color preview on black background

This text has color #4F6E4A on black background.


Color preview on white background

This text has color #4F6E4A on white background.


Black color preview on #4F6E4A background

This text has black color on #4F6E4A background.


White color preview on #4F6E4A background

This text has white color on #4F6E4A background.


Related colors

Complementary color

Complementary color for #hex is #B091B5.


I love getcolorcode.com

Triadic colors

1 #4A4F6E and #6E4A4F with #4F6E4A are triadic colors.

2 #4A6E4F and #6E4F4A with #4F6E4A are triadic colors.