COLOR #4F4632

HEX: #4F4632 RGB: (79,70,50)

Color info

#4F4632 contains red, green and blue colors in about the same proportion. Web safe color of #4F4632 is #663333 (or #633).

RGB color model

#4F4632 color RGB value is (79,70,50).

RGB: (79,70,50) (31%, 27%, 20%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 50 of 255 = 20%

79
70
50

R + G + B ~ 26%. #4F4632 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 70 + 50 = 199 (100%)
R 79 of 199 ~ 39.7%
G 70 of 199 ~ 35.18%
B 50 of 199 ~ 25.13'%

%39.7
%35.18
%25.13

CMYK color model

#4F4632 color CMYK value is (0,11,37,69).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 36.71%
  • key color value is 69.02%

CMYK: (0,11,37,69)
C0M11Y37K69 (0%, 11%, 37%, 69%)
(0.00 / 0.11 / 0.37 / 0.69)

CMYK percentages

%0
%11.39
%36.71
%69.02

Codes

Color #4F4632 in popluar color models

4F 46 32
RGB 79 70 50
HSL 41° 22.48% 25.29%
HSB/HSV 41° 36.71% 30.98%
CMYK 0.00% 11.39% 36.71%
69.02%

Color #4F4632 in popluar number systems.

HEX 4F 46 32
Decimal 79 70 50
Binary 1001111 1000110 110010
Octal 117 106 62

Shades and tints

Shades of #4F4632

#4F4632
(79,70,50)
#48402E
(72,64,46)
#413A2A
(65,58,42)
#3A3426
(58,52,38)
#332E22
(51,46,34)
#2C281E
(44,40,30)
#25221A
(37,34,26)
#1E1C16
(30,28,22)
#171612
(23,22,18)
#10100E
(16,16,14)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #4F4632

#4F4632
(79,70,50)
#5F5644
(95,86,68)
#6F6656
(111,102,86)
#7F7668
(127,118,104)
#8F867A
(143,134,122)
#9F968C
(159,150,140)
#AFA69E
(175,166,158)
#BFB6B0
(191,182,176)
#CFC6C2
(207,198,194)
#DFD6D4
(223,214,212)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4632; }

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

This text font color is #4F4632.

Background Color

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

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

This div background color is #4F4632.

Border color

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

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

This div border color is #4F4632.

Opacity

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

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

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

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

This text has shadow with #4F4632 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4632.

Preview

Color preview on black background

This text has color #4F4632 on black background.


Color preview on white background

This text has color #4F4632 on white background.


Black color preview on #4F4632 background

This text has black color on #4F4632 background.


White color preview on #4F4632 background

This text has white color on #4F4632 background.


Related colors

Complementary color

Complementary color for #hex is #B0B9CD.


I love getcolorcode.com

Triadic colors

1 #324F46 and #46324F with #4F4632 are triadic colors.

2 #32464F and #464F32 with #4F4632 are triadic colors.