COLOR #4F8277

HEX: #4F8277
RGB: (79,130,119)

Color info

#4F8277 contains red, green and blue colors in about the same proportion. Web safe color of #4F8277 is #669966 (or #696).

RGB color model

#4F8277 color RGB value is (79,130,119).

  • red value is 79;
  • green value is 130;
  • blue value is 119.
RGB:
(79,130,119)
(31%,51%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 130 of 255 = 51%
B 119 of 255 = 47%

79
130
119

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

Portions of RGB colors in percentages

R + G + B =
79 + 130 + 119 = 328 (100%)
R 79 of 328 ~ 24.09%
G 130 of 328 ~ 39.63%
B 119 of 328 ~ 36.28%

%24.09
%39.63
%36.28

CMYK color model

#4F8277 color CMYK value is (39,0,8,49).

  • cyan value is 39.23%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 49.02%
CMYK:
(39,0,8,49)
C39M0Y8K49 
(39%,0%,8%,49%)
(0.39/0.00/0.08/0.49)	

CMYK percentages

%39.23
%0
%8.46
%49.02

Codes

Color #4F8277 in popluar color models

4F8277
RGB79130119
HSL167°24.40%40.98%
HSB/HSV167°39.23%50.98%
CMYK39.23%0.00%8.46%
49.02%

Color #4F8277 in popluar number systems.

HEX4F8277
Decimal79130119
Binary1001111100000101110111
Octal117202167

Shades and tints

Shades of #4F8277

#4F8277
(79,130,119)
#48776D
(72,119,109)
#416C63
(65,108,99)
#3A6159
(58,97,89)
#33564F
(51,86,79)
#2C4B45
(44,75,69)
#25403B
(37,64,59)
#1E3531
(30,53,49)
#172A27
(23,42,39)
#101F1D
(16,31,29)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #4F8277

#4F8277
(79,130,119)
#5F8D83
(95,141,131)
#6F988F
(111,152,143)
#7FA39B
(127,163,155)
#8FAEA7
(143,174,167)
#9FB9B3
(159,185,179)
#AFC4BF
(175,196,191)
#BFCFCB
(191,207,203)
#CFDAD7
(207,218,215)
#DFE5E3
(223,229,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8277 color. Also use rgb(79,130,119) instead hex code.

Text Font Color

.myTextColor { color: #4F8277; }

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

This text font color is #4F8277.


Background Color

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

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

This div background color is #4F8277.


Border color

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

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

This div border color is #4F8277.


Opacity

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

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

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

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

This text has shadow with #4F8277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8277 on black background.


Color preview on white background

This text has color #4F8277 on white background.



Black color preview on #4F8277 background

This text has black color on #4F8277 background.


White color preview on #4F8277 background

This text has white color on #4F8277 background.