COLOR #4F806B

HEX: #4F806B RGB: (79,128,107)

Color info

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

RGB color model

#4F806B color RGB value is (79,128,107).

RGB: (79,128,107) (31%, 50%, 42%)

RGB channels and saturation

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

79
128
107

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

Portions of RGB colors in percentages

R + G + B = 79 + 128 + 107 = 314 (100%)
R 79 of 314 ~ 25.16%
G 128 of 314 ~ 40.76%
B 107 of 314 ~ 34.08'%

%25.16
%40.76
%34.08

CMYK color model

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

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • 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
%16.41
%49.8

Codes

Color #4F806B in popluar color models

4F 80 6B
RGB 79 128 107
HSL 154° 23.67% 40.59%
HSB/HSV 154° 38.28% 50.20%
CMYK 38.28% 0.00% 16.41%
49.80%

Color #4F806B in popluar number systems.

HEX 4F 80 6B
Decimal 79 128 107
Binary 1001111 10000000 1101011
Octal 117 200 153

Shades and tints

Shades of #4F806B

#4F806B
(79,128,107)
#487562
(72,117,98)
#416A59
(65,106,89)
#3A5F50
(58,95,80)
#335447
(51,84,71)
#2C493E
(44,73,62)
#253E35
(37,62,53)
#1E332C
(30,51,44)
#172823
(23,40,35)
#101D1A
(16,29,26)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #4F806B

#4F806B
(79,128,107)
#5F8B78
(95,139,120)
#6F9685
(111,150,133)
#7FA192
(127,161,146)
#8FAC9F
(143,172,159)
#9FB7AC
(159,183,172)
#AFC2B9
(175,194,185)
#BFCDC6
(191,205,198)
#CFD8D3
(207,216,211)
#DFE3E0
(223,227,224)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F806B; }

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

This text font color is #4F806B.

Background Color

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

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

This div background color is #4F806B.

Border color

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

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

This div border color is #4F806B.

Opacity

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

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

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

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

This text has shadow with #4F806B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F806B.

Preview

Color preview on black background

This text has color #4F806B on black background.


Color preview on white background

This text has color #4F806B on white background.


Black color preview on #4F806B background

This text has black color on #4F806B background.


White color preview on #4F806B background

This text has white color on #4F806B background.


Related colors

Complementary color

Complementary color for #hex is #B07F94.


I love getcolorcode.com

Triadic colors

1 #6B4F80 and #806B4F with #4F806B are triadic colors.

2 #6B804F and #804F6B with #4F806B are triadic colors.