COLOR #4F5246

HEX: #4F5246 RGB: (79,82,70)

Color info

#4F5246 contains red, green and blue colors in about the same proportion. Web safe color of #4F5246 is #666633 (or #663).

RGB color model

#4F5246 color RGB value is (79,82,70).

RGB: (79,82,70) (31%, 32%, 27%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 70 of 255 = 27%

79
82
70

R + G + B ~ 30%. #4F5246 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 82 + 70 = 231 (100%)
R 79 of 231 ~ 34.2%
G 82 of 231 ~ 35.5%
B 70 of 231 ~ 30.3'%

%34.2
%35.5
%30.3

CMYK color model

#4F5246 color CMYK value is (4,0,15,68).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 67.84%

CMYK: (4,0,15,68)
C4M0Y15K68 (4%, 0%, 15%, 68%)
(0.04 / 0.00 / 0.15 / 0.68)

CMYK percentages

%3.66
%0
%14.63
%67.84

Codes

Color #4F5246 in popluar color models

4F 52 46
RGB 79 82 70
HSL 75° 7.89% 29.80%
HSB/HSV 75° 14.63% 32.16%
CMYK 3.66% 0.00% 14.63%
67.84%

Color #4F5246 in popluar number systems.

HEX 4F 52 46
Decimal 79 82 70
Binary 1001111 1010010 1000110
Octal 117 122 106

Shades and tints

Shades of #4F5246

#4F5246
(79,82,70)
#484B40
(72,75,64)
#41443A
(65,68,58)
#3A3D34
(58,61,52)
#33362E
(51,54,46)
#2C2F28
(44,47,40)
#252822
(37,40,34)
#1E211C
(30,33,28)
#171A16
(23,26,22)
#101310
(16,19,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #4F5246

#4F5246
(79,82,70)
#5F6156
(95,97,86)
#6F7066
(111,112,102)
#7F7F76
(127,127,118)
#8F8E86
(143,142,134)
#9F9D96
(159,157,150)
#AFACA6
(175,172,166)
#BFBBB6
(191,187,182)
#CFCAC6
(207,202,198)
#DFD9D6
(223,217,214)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5246 color. Also use rgb(79,82,70) instead hex code.

Text Font Color

.myTextColor { color: #4F5246; }

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

This text font color is #4F5246.

Background Color

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

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

This div background color is #4F5246.

Border color

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

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

This div border color is #4F5246.

Opacity

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

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

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

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

This text has shadow with #4F5246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5246.

Preview

Color preview on black background

This text has color #4F5246 on black background.


Color preview on white background

This text has color #4F5246 on white background.


Black color preview on #4F5246 background

This text has black color on #4F5246 background.


White color preview on #4F5246 background

This text has white color on #4F5246 background.


Related colors

Complementary color

Complementary color for #hex is #B0ADB9.


I love getcolorcode.com

Triadic colors

1 #464F52 and #52464F with #4F5246 are triadic colors.

2 #46524F and #524F46 with #4F5246 are triadic colors.