COLOR #4F563F

HEX: #4F563F RGB: (79,86,63)

Color info

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

RGB color model

#4F563F color RGB value is (79,86,63).

RGB: (79,86,63) (31%, 34%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 63 of 255 = 25%

79
86
63

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

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 63 = 228 (100%)
R 79 of 228 ~ 34.65%
G 86 of 228 ~ 37.72%
B 63 of 228 ~ 27.63'%

%34.65
%37.72
%27.63

CMYK color model

#4F563F color CMYK value is (8,0,27,66).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%

CMYK: (8,0,27,66)
C8M0Y27K66 (8%, 0%, 27%, 66%)
(0.08 / 0.00 / 0.27 / 0.66)

CMYK percentages

%8.14
%0
%26.74
%66.27

Codes

Color #4F563F in popluar color models

4F 56 3F
RGB 79 86 63
HSL 78° 15.44% 29.22%
HSB/HSV 78° 26.74% 33.73%
CMYK 8.14% 0.00% 26.74%
66.27%

Color #4F563F in popluar number systems.

HEX 4F 56 3F
Decimal 79 86 63
Binary 1001111 1010110 111111
Octal 117 126 77

Shades and tints

Shades of #4F563F

#4F563F
(79,86,63)
#484F3A
(72,79,58)
#414835
(65,72,53)
#3A4130
(58,65,48)
#333A2B
(51,58,43)
#2C3326
(44,51,38)
#252C21
(37,44,33)
#1E251C
(30,37,28)
#171E17
(23,30,23)
#101712
(16,23,18)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F563F

#4F563F
(79,86,63)
#5F6550
(95,101,80)
#6F7461
(111,116,97)
#7F8372
(127,131,114)
#8F9283
(143,146,131)
#9FA194
(159,161,148)
#AFB0A5
(175,176,165)
#BFBFB6
(191,191,182)
#CFCEC7
(207,206,199)
#DFDDD8
(223,221,216)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F563F color. Also use rgb(79,86,63) instead hex code.

Text Font Color

.myTextColor { color: #4F563F; }

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

This text font color is #4F563F.

Background Color

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

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

This div background color is #4F563F.

Border color

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

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

This div border color is #4F563F.

Opacity

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

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

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

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

This text has shadow with #4F563F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F563F.

Preview

Color preview on black background

This text has color #4F563F on black background.


Color preview on white background

This text has color #4F563F on white background.


Black color preview on #4F563F background

This text has black color on #4F563F background.


White color preview on #4F563F background

This text has white color on #4F563F background.


Related colors

Complementary color

Complementary color for #hex is #B0A9C0.


I love getcolorcode.com

Triadic colors

1 #3F4F56 and #563F4F with #4F563F are triadic colors.

2 #3F564F and #564F3F with #4F563F are triadic colors.