COLOR #4F7980

HEX: #4F7980
RGB: (79,121,128)

Color info

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

RGB color model

#4F7980 color RGB value is (79,121,128).

  • red value is 79;
  • green value is 121;
  • blue value is 128.
RGB:
(79,121,128)
(31%,47%,50%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 128 of 255 = 50%

79
121
128

R + G + B ~ 43%. #4F7980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 128 = 328 (100%)
R 79 of 328 ~ 24.09%
G 121 of 328 ~ 36.89%
B 128 of 328 ~ 39.02%

%24.09
%36.89
%39.02

CMYK color model

#4F7980 color CMYK value is (38,5,0,50).

  • cyan value is 38.28%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(38,5,0,50)
C38M5Y0K50 
(38%,5%,0%,50%)
(0.38/0.05/0.00/0.50)	

CMYK percentages

%38.28
%5.47
%0
%49.8

Codes

Color #4F7980 in popluar color models

4F7980
RGB79121128
HSL189°23.67%40.59%
HSB/HSV189°38.28%50.20%
CMYK38.28%5.47%0.00%
49.80%

Color #4F7980 in popluar number systems.

HEX4F7980
Decimal79121128
Binary1001111111100110000000
Octal117171200

Shades and tints

Shades of #4F7980

#4F7980
(79,121,128)
#486E75
(72,110,117)
#41636A
(65,99,106)
#3A585F
(58,88,95)
#334D54
(51,77,84)
#2C4249
(44,66,73)
#25373E
(37,55,62)
#1E2C33
(30,44,51)
#172128
(23,33,40)
#10161D
(16,22,29)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #4F7980

#4F7980
(79,121,128)
#5F858B
(95,133,139)
#6F9196
(111,145,150)
#7F9DA1
(127,157,161)
#8FA9AC
(143,169,172)
#9FB5B7
(159,181,183)
#AFC1C2
(175,193,194)
#BFCDCD
(191,205,205)
#CFD9D8
(207,217,216)
#DFE5E3
(223,229,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7980; }

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

This text font color is #4F7980.


Background Color

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

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

This div background color is #4F7980.


Border color

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

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

This div border color is #4F7980.


Opacity

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

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

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

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

This text has shadow with #4F7980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7980 on black background.


Color preview on white background

This text has color #4F7980 on white background.



Black color preview on #4F7980 background

This text has black color on #4F7980 background.


White color preview on #4F7980 background

This text has white color on #4F7980 background.