COLOR #4F6D6B

HEX: #4F6D6B RGB: (79,109,107)

Color info

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

RGB color model

#4F6D6B color RGB value is (79,109,107).

RGB: (79,109,107) (31%, 43%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 107 of 255 = 42%

79
109
107

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

Portions of RGB colors in percentages

R + G + B = 79 + 109 + 107 = 295 (100%)
R 79 of 295 ~ 26.78%
G 109 of 295 ~ 36.95%
B 107 of 295 ~ 36.27'%

%26.78
%36.95
%36.27

CMYK color model

#4F6D6B color CMYK value is (28,0,2,57).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%

CMYK: (28,0,2,57)
C28M0Y2K57 (28%, 0%, 2%, 57%)
(0.28 / 0.00 / 0.02 / 0.57)

CMYK percentages

%27.52
%0
%1.83
%57.25

Codes

Color #4F6D6B in popluar color models

4F 6D 6B
RGB 79 109 107
HSL 176° 15.96% 36.86%
HSB/HSV 176° 27.52% 42.75%
CMYK 27.52% 0.00% 1.83%
57.25%

Color #4F6D6B in popluar number systems.

HEX 4F 6D 6B
Decimal 79 109 107
Binary 1001111 1101101 1101011
Octal 117 155 153

Shades and tints

Shades of #4F6D6B

#4F6D6B
(79,109,107)
#486462
(72,100,98)
#415B59
(65,91,89)
#3A5250
(58,82,80)
#334947
(51,73,71)
#2C403E
(44,64,62)
#253735
(37,55,53)
#1E2E2C
(30,46,44)
#172523
(23,37,35)
#101C1A
(16,28,26)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #4F6D6B

#4F6D6B
(79,109,107)
#5F7A78
(95,122,120)
#6F8785
(111,135,133)
#7F9492
(127,148,146)
#8FA19F
(143,161,159)
#9FAEAC
(159,174,172)
#AFBBB9
(175,187,185)
#BFC8C6
(191,200,198)
#CFD5D3
(207,213,211)
#DFE2E0
(223,226,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6D6B; }

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

This text font color is #4F6D6B.

Background Color

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

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

This div background color is #4F6D6B.

Border color

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

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

This div border color is #4F6D6B.

Opacity

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

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

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

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

This text has shadow with #4F6D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6D6B.

Preview

Color preview on black background

This text has color #4F6D6B on black background.


Color preview on white background

This text has color #4F6D6B on white background.


Black color preview on #4F6D6B background

This text has black color on #4F6D6B background.


White color preview on #4F6D6B background

This text has white color on #4F6D6B background.


Related colors

Complementary color

Complementary color for #hex is #B09294.


I love getcolorcode.com

Triadic colors

1 #6B4F6D and #6D6B4F with #4F6D6B are triadic colors.

2 #6B6D4F and #6D4F6B with #4F6D6B are triadic colors.