COLOR #4F6B6A

HEX: #4F6B6A RGB: (79,107,106)

Color info

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

RGB color model

#4F6B6A color RGB value is (79,107,106).

RGB: (79,107,106) (31%, 42%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 107 of 255 = 42%
B 106 of 255 = 42%

79
107
106

R + G + B ~ 38%. #4F6B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 107 + 106 = 292 (100%)
R 79 of 292 ~ 27.05%
G 107 of 292 ~ 36.64%
B 106 of 292 ~ 36.3'%

%27.05
%36.64
%36.3

CMYK color model

#4F6B6A color CMYK value is (26,0,1,58).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%

CMYK: (26,0,1,58)
C26M0Y1K58 (26%, 0%, 1%, 58%)
(0.26 / 0.00 / 0.01 / 0.58)

CMYK percentages

%26.17
%0
%0.93
%58.04

Codes

Color #4F6B6A in popluar color models

4F 6B 6A
RGB 79 107 106
HSL 178° 15.05% 36.47%
HSB/HSV 178° 26.17% 41.96%
CMYK 26.17% 0.00% 0.93%
58.04%

Color #4F6B6A in popluar number systems.

HEX 4F 6B 6A
Decimal 79 107 106
Binary 1001111 1101011 1101010
Octal 117 153 152

Shades and tints

Shades of #4F6B6A

#4F6B6A
(79,107,106)
#486261
(72,98,97)
#415958
(65,89,88)
#3A504F
(58,80,79)
#334746
(51,71,70)
#2C3E3D
(44,62,61)
#253534
(37,53,52)
#1E2C2B
(30,44,43)
#172322
(23,35,34)
#101A19
(16,26,25)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #4F6B6A

#4F6B6A
(79,107,106)
#5F7877
(95,120,119)
#6F8584
(111,133,132)
#7F9291
(127,146,145)
#8F9F9E
(143,159,158)
#9FACAB
(159,172,171)
#AFB9B8
(175,185,184)
#BFC6C5
(191,198,197)
#CFD3D2
(207,211,210)
#DFE0DF
(223,224,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6B6A; }

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

This text font color is #4F6B6A.

Background Color

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

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

This div background color is #4F6B6A.

Border color

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

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

This div border color is #4F6B6A.

Opacity

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

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

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

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

This text has shadow with #4F6B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6B6A.

Preview

Color preview on black background

This text has color #4F6B6A on black background.


Color preview on white background

This text has color #4F6B6A on white background.


Black color preview on #4F6B6A background

This text has black color on #4F6B6A background.


White color preview on #4F6B6A background

This text has white color on #4F6B6A background.


Related colors

Complementary color

Complementary color for #hex is #B09495.


I love getcolorcode.com

Triadic colors

1 #6A4F6B and #6B6A4F with #4F6B6A are triadic colors.

2 #6A6B4F and #6B4F6A with #4F6B6A are triadic colors.