COLOR #4F5641

HEX: #4F5641 RGB: (79,86,65)

Color info

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

RGB color model

#4F5641 color RGB value is (79,86,65).

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

RGB channels and saturation

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

79
86
65

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

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 65 = 230 (100%)
R 79 of 230 ~ 34.35%
G 86 of 230 ~ 37.39%
B 65 of 230 ~ 28.26'%

%34.35
%37.39
%28.26

CMYK color model

#4F5641 color CMYK value is (8,0,24,66).

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

CMYK: (8,0,24,66)
C8M0Y24K66 (8%, 0%, 24%, 66%)
(0.08 / 0.00 / 0.24 / 0.66)

CMYK percentages

%8.14
%0
%24.42
%66.27

Codes

Color #4F5641 in popluar color models

4F 56 41
RGB 79 86 65
HSL 80° 13.91% 29.61%
HSB/HSV 80° 24.42% 33.73%
CMYK 8.14% 0.00% 24.42%
66.27%

Color #4F5641 in popluar number systems.

HEX 4F 56 41
Decimal 79 86 65
Binary 1001111 1010110 1000001
Octal 117 126 101

Shades and tints

Shades of #4F5641

#4F5641
(79,86,65)
#484F3C
(72,79,60)
#414837
(65,72,55)
#3A4132
(58,65,50)
#333A2D
(51,58,45)
#2C3328
(44,51,40)
#252C23
(37,44,35)
#1E251E
(30,37,30)
#171E19
(23,30,25)
#101714
(16,23,20)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F5641

#4F5641
(79,86,65)
#5F6552
(95,101,82)
#6F7463
(111,116,99)
#7F8374
(127,131,116)
#8F9285
(143,146,133)
#9FA196
(159,161,150)
#AFB0A7
(175,176,167)
#BFBFB8
(191,191,184)
#CFCEC9
(207,206,201)
#DFDDDA
(223,221,218)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5641; }

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

This text font color is #4F5641.

Background Color

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

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

This div background color is #4F5641.

Border color

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

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

This div border color is #4F5641.

Opacity

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

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

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

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

This text has shadow with #4F5641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5641.

Preview

Color preview on black background

This text has color #4F5641 on black background.


Color preview on white background

This text has color #4F5641 on white background.


Black color preview on #4F5641 background

This text has black color on #4F5641 background.


White color preview on #4F5641 background

This text has white color on #4F5641 background.


Related colors

Complementary color

Complementary color for #hex is #B0A9BE.


I love getcolorcode.com

Triadic colors

1 #414F56 and #56414F with #4F5641 are triadic colors.

2 #41564F and #564F41 with #4F5641 are triadic colors.