COLOR #4F6662

HEX: #4F6662 RGB: (79,102,98)

Color info

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

RGB color model

#4F6662 color RGB value is (79,102,98).

RGB: (79,102,98) (31%, 40%, 38%)

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 98 of 255 = 38%

79
102
98

R + G + B ~ 36%. #4F6662 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 102 + 98 = 279 (100%)
R 79 of 279 ~ 28.32%
G 102 of 279 ~ 36.56%
B 98 of 279 ~ 35.13'%

%28.32
%36.56
%35.13

CMYK color model

#4F6662 color CMYK value is (23,0,4,60).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK: (23,0,4,60) C23M0Y4K60 (23%,0%,4%,60%) (0.23/0.00/0.04/0.60) 

CMYK percentages

%22.55
%0
%3.92
%60

Codes

Color #4F6662 in popluar color models

4F 66 62
RGB 79 102 98
HSL 170° 12.71% 35.49%
HSB/HSV 170° 22.55% 40.00%
CMYK 22.55% 0.00% 3.92%
60.00%

Color #4F6662 in popluar number systems.

HEX 4F 66 62
Decimal 79 102 98
Binary 1001111 1100110 1100010
Octal 117 146 142

Shades and tints

Shades of #4F6662

#4F6662
(79,102,98)
#485D5A
(72,93,90)
#415452
(65,84,82)
#3A4B4A
(58,75,74)
#334242
(51,66,66)
#2C393A
(44,57,58)
#253032
(37,48,50)
#1E272A
(30,39,42)
#171E22
(23,30,34)
#10151A
(16,21,26)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #4F6662

#4F6662
(79,102,98)
#5F7370
(95,115,112)
#6F807E
(111,128,126)
#7F8D8C
(127,141,140)
#8F9A9A
(143,154,154)
#9FA7A8
(159,167,168)
#AFB4B6
(175,180,182)
#BFC1C4
(191,193,196)
#CFCED2
(207,206,210)
#DFDBE0
(223,219,224)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6662 color. Also use rgb(79,102,98) instead hex code.

Text Font Color

.myTextColor { color: #4F6662; }

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

This text font color is #4F6662.

Background Color

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

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

This div background color is #4F6662.

Border color

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

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

This div border color is #4F6662.

Opacity

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

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

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

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

This text has shadow with #4F6662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6662.

Preview

Color preview on black background

This text has color #4F6662 on black background.


Color preview on white background

This text has color #4F6662 on white background.


Black color preview on #4F6662 background

This text has black color on #4F6662 background.


White color preview on #4F6662 background

This text has white color on #4F6662 background.


Related colors

Complementary color

Complementary color for #hex is #B0999D.


I love getcolorcode.com

Triadic colors

1 #624F66 and #66624F with #4F6662 are triadic colors.

2 #62664F and #664F62 with #4F6662 are triadic colors.