COLOR #4F7063

HEX: #4F7063
RGB: (79,112,99)

Color info

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

RGB color model

#4F7063 color RGB value is (79,112,99).

  • red value is 79;
  • green value is 112;
  • blue value is 99.
RGB:
(79,112,99)
(31%,44%,39%)

RGB channels and saturation

R 79 of 255 = 31%
G 112 of 255 = 44%
B 99 of 255 = 39%

79
112
99

R + G + B ~ 38%. #4F7063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 112 + 99 = 290 (100%)
R 79 of 290 ~ 27.24%
G 112 of 290 ~ 38.62%
B 99 of 290 ~ 34.14%

%27.24
%38.62
%34.14

CMYK color model

#4F7063 color CMYK value is (29,0,12,56).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(29,0,12,56)
C29M0Y12K56 
(29%,0%,12%,56%)
(0.29/0.00/0.12/0.56)	

CMYK percentages

%29.46
%0
%11.61
%56.08

Codes

Color #4F7063 in popluar color models

4F7063
RGB7911299
HSL156°17.28%37.45%
HSB/HSV156°29.46%43.92%
CMYK29.46%0.00%11.61%
56.08%

Color #4F7063 in popluar number systems.

HEX4F7063
Decimal7911299
Binary100111111100001100011
Octal117160143

Shades and tints

Shades of #4F7063

#4F7063
(79,112,99)
#48665A
(72,102,90)
#415C51
(65,92,81)
#3A5248
(58,82,72)
#33483F
(51,72,63)
#2C3E36
(44,62,54)
#25342D
(37,52,45)
#1E2A24
(30,42,36)
#17201B
(23,32,27)
#101612
(16,22,18)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F7063

#4F7063
(79,112,99)
#5F7D71
(95,125,113)
#6F8A7F
(111,138,127)
#7F978D
(127,151,141)
#8FA49B
(143,164,155)
#9FB1A9
(159,177,169)
#AFBEB7
(175,190,183)
#BFCBC5
(191,203,197)
#CFD8D3
(207,216,211)
#DFE5E1
(223,229,225)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7063; }

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

This text font color is #4F7063.


Background Color

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

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

This div background color is #4F7063.


Border color

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

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

This div border color is #4F7063.


Opacity

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

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

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

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

This text has shadow with #4F7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7063 on black background.


Color preview on white background

This text has color #4F7063 on white background.



Black color preview on #4F7063 background

This text has black color on #4F7063 background.


White color preview on #4F7063 background

This text has white color on #4F7063 background.