COLOR #4F7864

HEX: #4F7864
RGB: (79,120,100)

Color info

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

RGB color model

#4F7864 color RGB value is (79,120,100).

  • red value is 79;
  • green value is 120;
  • blue value is 100.
RGB:
(79,120,100)
(31%,47%,39%)

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 100 of 255 = 39%

79
120
100

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

Portions of RGB colors in percentages

R + G + B =
79 + 120 + 100 = 299 (100%)
R 79 of 299 ~ 26.42%
G 120 of 299 ~ 40.13%
B 100 of 299 ~ 33.44%

%26.42
%40.13
%33.44

CMYK color model

#4F7864 color CMYK value is (34,0,17,53).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(34,0,17,53)
C34M0Y17K53 
(34%,0%,17%,53%)
(0.34/0.00/0.17/0.53)	

CMYK percentages

%34.17
%0
%16.67
%52.94

Codes

Color #4F7864 in popluar color models

4F7864
RGB79120100
HSL151°20.60%39.02%
HSB/HSV151°34.17%47.06%
CMYK34.17%0.00%16.67%
52.94%

Color #4F7864 in popluar number systems.

HEX4F7864
Decimal79120100
Binary100111111110001100100
Octal117170144

Shades and tints

Shades of #4F7864

#4F7864
(79,120,100)
#486E5B
(72,110,91)
#416452
(65,100,82)
#3A5A49
(58,90,73)
#335040
(51,80,64)
#2C4637
(44,70,55)
#253C2E
(37,60,46)
#1E3225
(30,50,37)
#17281C
(23,40,28)
#101E13
(16,30,19)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #4F7864

#4F7864
(79,120,100)
#5F8472
(95,132,114)
#6F9080
(111,144,128)
#7F9C8E
(127,156,142)
#8FA89C
(143,168,156)
#9FB4AA
(159,180,170)
#AFC0B8
(175,192,184)
#BFCCC6
(191,204,198)
#CFD8D4
(207,216,212)
#DFE4E2
(223,228,226)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7864 color. Also use rgb(79,120,100) instead hex code.

Text Font Color

.myTextColor { color: #4F7864; }

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

This text font color is #4F7864.


Background Color

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

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

This div background color is #4F7864.


Border color

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

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

This div border color is #4F7864.


Opacity

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

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

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

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

This text has shadow with #4F7864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7864 on black background.


Color preview on white background

This text has color #4F7864 on white background.



Black color preview on #4F7864 background

This text has black color on #4F7864 background.


White color preview on #4F7864 background

This text has white color on #4F7864 background.