COLOR #4F7663

HEX: #4F7663
RGB: (79,118,99)

Color info

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

RGB color model

#4F7663 color RGB value is (79,118,99).

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

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 99 of 255 = 39%

79
118
99

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

Portions of RGB colors in percentages

R + G + B =
79 + 118 + 99 = 296 (100%)
R 79 of 296 ~ 26.69%
G 118 of 296 ~ 39.86%
B 99 of 296 ~ 33.45%

%26.69
%39.86
%33.45

CMYK color model

#4F7663 color CMYK value is (33,0,16,54).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(33,0,16,54)
C33M0Y16K54 
(33%,0%,16%,54%)
(0.33/0.00/0.16/0.54)	

CMYK percentages

%33.05
%0
%16.1
%53.73

Codes

Color #4F7663 in popluar color models

4F7663
RGB7911899
HSL151°19.80%38.63%
HSB/HSV151°33.05%46.27%
CMYK33.05%0.00%16.10%
53.73%

Color #4F7663 in popluar number systems.

HEX4F7663
Decimal7911899
Binary100111111101101100011
Octal117166143

Shades and tints

Shades of #4F7663

#4F7663
(79,118,99)
#486C5A
(72,108,90)
#416251
(65,98,81)
#3A5848
(58,88,72)
#334E3F
(51,78,63)
#2C4436
(44,68,54)
#253A2D
(37,58,45)
#1E3024
(30,48,36)
#17261B
(23,38,27)
#101C12
(16,28,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #4F7663

#4F7663
(79,118,99)
#5F8271
(95,130,113)
#6F8E7F
(111,142,127)
#7F9A8D
(127,154,141)
#8FA69B
(143,166,155)
#9FB2A9
(159,178,169)
#AFBEB7
(175,190,183)
#BFCAC5
(191,202,197)
#CFD6D3
(207,214,211)
#DFE2E1
(223,226,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7663; }

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

This text font color is #4F7663.


Background Color

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

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

This div background color is #4F7663.


Border color

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

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

This div border color is #4F7663.


Opacity

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

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

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

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

This text has shadow with #4F7663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7663 on black background.


Color preview on white background

This text has color #4F7663 on white background.



Black color preview on #4F7663 background

This text has black color on #4F7663 background.


White color preview on #4F7663 background

This text has white color on #4F7663 background.