COLOR #4F806C

HEX: #4F806C
RGB: (79,128,108)

Color info

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

RGB color model

#4F806C color RGB value is (79,128,108).

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

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 108 of 255 = 42%

79
128
108

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

Portions of RGB colors in percentages

R + G + B =
79 + 128 + 108 = 315 (100%)
R 79 of 315 ~ 25.08%
G 128 of 315 ~ 40.63%
B 108 of 315 ~ 34.29%

%25.08
%40.63
%34.29

CMYK color model

#4F806C color CMYK value is (38,0,16,50).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(38,0,16,50)
C38M0Y16K50 
(38%,0%,16%,50%)
(0.38/0.00/0.16/0.50)	

CMYK percentages

%38.28
%0
%15.63
%49.8

Codes

Color #4F806C in popluar color models

4F806C
RGB79128108
HSL156°23.67%40.59%
HSB/HSV156°38.28%50.20%
CMYK38.28%0.00%15.63%
49.80%

Color #4F806C in popluar number systems.

HEX4F806C
Decimal79128108
Binary1001111100000001101100
Octal117200154

Shades and tints

Shades of #4F806C

#4F806C
(79,128,108)
#487563
(72,117,99)
#416A5A
(65,106,90)
#3A5F51
(58,95,81)
#335448
(51,84,72)
#2C493F
(44,73,63)
#253E36
(37,62,54)
#1E332D
(30,51,45)
#172824
(23,40,36)
#101D1B
(16,29,27)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #4F806C

#4F806C
(79,128,108)
#5F8B79
(95,139,121)
#6F9686
(111,150,134)
#7FA193
(127,161,147)
#8FACA0
(143,172,160)
#9FB7AD
(159,183,173)
#AFC2BA
(175,194,186)
#BFCDC7
(191,205,199)
#CFD8D4
(207,216,212)
#DFE3E1
(223,227,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F806C; }

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

This text font color is #4F806C.


Background Color

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

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

This div background color is #4F806C.


Border color

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

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

This div border color is #4F806C.


Opacity

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

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

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

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

This text has shadow with #4F806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F806C on black background.


Color preview on white background

This text has color #4F806C on white background.



Black color preview on #4F806C background

This text has black color on #4F806C background.


White color preview on #4F806C background

This text has white color on #4F806C background.