COLOR #4F6E3C

HEX: #4F6E3C RGB: (79,110,60)

Color info

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

RGB color model

#4F6E3C color RGB value is (79,110,60).

RGB: (79,110,60) (31%, 43%, 24%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 60 of 255 = 24%

79
110
60

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

Portions of RGB colors in percentages

R + G + B = 79 + 110 + 60 = 249 (100%)
R 79 of 249 ~ 31.73%
G 110 of 249 ~ 44.18%
B 60 of 249 ~ 24.1'%

%31.73
%44.18
%24.1

CMYK color model

#4F6E3C color CMYK value is (28,0,45,57).

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

CMYK: (28,0,45,57)
C28M0Y45K57 (28%, 0%, 45%, 57%)
(0.28 / 0.00 / 0.45 / 0.57)

CMYK percentages

%28.18
%0
%45.45
%56.86

Codes

Color #4F6E3C in popluar color models

4F 6E 3C
RGB 79 110 60
HSL 97° 29.41% 33.33%
HSB/HSV 97° 45.45% 43.14%
CMYK 28.18% 0.00% 45.45%
56.86%

Color #4F6E3C in popluar number systems.

HEX 4F 6E 3C
Decimal 79 110 60
Binary 1001111 1101110 111100
Octal 117 156 74

Shades and tints

Shades of #4F6E3C

#4F6E3C
(79,110,60)
#486437
(72,100,55)
#415A32
(65,90,50)
#3A502D
(58,80,45)
#334628
(51,70,40)
#2C3C23
(44,60,35)
#25321E
(37,50,30)
#1E2819
(30,40,25)
#171E14
(23,30,20)
#10140F
(16,20,15)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #4F6E3C

#4F6E3C
(79,110,60)
#5F7B4D
(95,123,77)
#6F885E
(111,136,94)
#7F956F
(127,149,111)
#8FA280
(143,162,128)
#9FAF91
(159,175,145)
#AFBCA2
(175,188,162)
#BFC9B3
(191,201,179)
#CFD6C4
(207,214,196)
#DFE3D5
(223,227,213)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6E3C; }

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

This text font color is #4F6E3C.

Background Color

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

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

This div background color is #4F6E3C.

Border color

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

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

This div border color is #4F6E3C.

Opacity

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

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

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

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

This text has shadow with #4F6E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6E3C.

Preview

Color preview on black background

This text has color #4F6E3C on black background.


Color preview on white background

This text has color #4F6E3C on white background.


Black color preview on #4F6E3C background

This text has black color on #4F6E3C background.


White color preview on #4F6E3C background

This text has white color on #4F6E3C background.


Related colors

Complementary color

Complementary color for #hex is #B091C3.


I love getcolorcode.com

Triadic colors

1 #3C4F6E and #6E3C4F with #4F6E3C are triadic colors.

2 #3C6E4F and #6E4F3C with #4F6E3C are triadic colors.