COLOR #4F7963

HEX: #4F7963 RGB: (79,121,99)

Color info

#4F7963 contains red, green and blue colors in about the same proportion. Web safe color of #4F7963 is #666666 (or #666).

RGB color model

#4F7963 color RGB value is (79,121,99).

RGB: (79,121,99) (31%, 47%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 99 of 255 = 39%

79
121
99

R + G + B ~ 39%. #4F7963 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 121 + 99 = 299 (100%)
R 79 of 299 ~ 26.42%
G 121 of 299 ~ 40.47%
B 99 of 299 ~ 33.11'%

%26.42
%40.47
%33.11

CMYK color model

#4F7963 color CMYK value is (35,0,18,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 52.55%

CMYK: (35,0,18,53)
C35M0Y18K53 (35%, 0%, 18%, 53%)
(0.35 / 0.00 / 0.18 / 0.53)

CMYK percentages

%34.71
%0
%18.18
%52.55

Codes

Color #4F7963 in popluar color models

4F 79 63
RGB 79 121 99
HSL 149° 21.00% 39.22%
HSB/HSV 149° 34.71% 47.45%
CMYK 34.71% 0.00% 18.18%
52.55%

Color #4F7963 in popluar number systems.

HEX 4F 79 63
Decimal 79 121 99
Binary 1001111 1111001 1100011
Octal 117 171 143

Shades and tints

Shades of #4F7963

#4F7963
(79,121,99)
#486E5A
(72,110,90)
#416351
(65,99,81)
#3A5848
(58,88,72)
#334D3F
(51,77,63)
#2C4236
(44,66,54)
#25372D
(37,55,45)
#1E2C24
(30,44,36)
#17211B
(23,33,27)
#101612
(16,22,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #4F7963

#4F7963
(79,121,99)
#5F8571
(95,133,113)
#6F917F
(111,145,127)
#7F9D8D
(127,157,141)
#8FA99B
(143,169,155)
#9FB5A9
(159,181,169)
#AFC1B7
(175,193,183)
#BFCDC5
(191,205,197)
#CFD9D3
(207,217,211)
#DFE5E1
(223,229,225)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7963 color. Also use rgb(79,121,99) instead hex code.

Text Font Color

.myTextColor { color: #4F7963; }

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

This text font color is #4F7963.

Background Color

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

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

This div background color is #4F7963.

Border color

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

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

This div border color is #4F7963.

Opacity

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

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

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

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

This text has shadow with #4F7963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7963.

Preview

Color preview on black background

This text has color #4F7963 on black background.


Color preview on white background

This text has color #4F7963 on white background.


Black color preview on #4F7963 background

This text has black color on #4F7963 background.


White color preview on #4F7963 background

This text has white color on #4F7963 background.


Related colors

Complementary color

Complementary color for #hex is #B0869C.


I love getcolorcode.com

Triadic colors

1 #634F79 and #79634F with #4F7963 are triadic colors.

2 #63794F and #794F63 with #4F7963 are triadic colors.