COLOR #4F4636

HEX: #4F4636
RGB: (79,70,54)

Color info

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

RGB color model

#4F4636 color RGB value is (79,70,54).

  • red value is 79;
  • green value is 70;
  • blue value is 54.
RGB:
(79,70,54)
(31%,27%,21%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 54 of 255 = 21%

79
70
54

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

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 54 = 203 (100%)
R 79 of 203 ~ 38.92%
G 70 of 203 ~ 34.48%
B 54 of 203 ~ 26.6%

%38.92
%34.48
%26.6

CMYK color model

#4F4636 color CMYK value is (0,11,32,69).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 31.65%
  • key color value is 69.02%
CMYK:
(0,11,32,69)
C0M11Y32K69 
(0%,11%,32%,69%)
(0.00/0.11/0.32/0.69)	

CMYK percentages

%0
%11.39
%31.65
%69.02

Codes

Color #4F4636 in popluar color models

4F4636
RGB797054
HSL38°18.80%26.08%
HSB/HSV38°31.65%30.98%
CMYK0.00%11.39%31.65%
69.02%

Color #4F4636 in popluar number systems.

HEX4F4636
Decimal797054
Binary10011111000110110110
Octal11710666

Shades and tints

Shades of #4F4636

#4F4636
(79,70,54)
#484032
(72,64,50)
#413A2E
(65,58,46)
#3A342A
(58,52,42)
#332E26
(51,46,38)
#2C2822
(44,40,34)
#25221E
(37,34,30)
#1E1C1A
(30,28,26)
#171616
(23,22,22)
#101012
(16,16,18)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #4F4636

#4F4636
(79,70,54)
#5F5648
(95,86,72)
#6F665A
(111,102,90)
#7F766C
(127,118,108)
#8F867E
(143,134,126)
#9F9690
(159,150,144)
#AFA6A2
(175,166,162)
#BFB6B4
(191,182,180)
#CFC6C6
(207,198,198)
#DFD6D8
(223,214,216)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4636; }

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

This text font color is #4F4636.


Background Color

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

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

This div background color is #4F4636.


Border color

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

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

This div border color is #4F4636.


Opacity

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

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

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

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

This text has shadow with #4F4636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4636 on black background.


Color preview on white background

This text has color #4F4636 on white background.



Black color preview on #4F4636 background

This text has black color on #4F4636 background.


White color preview on #4F4636 background

This text has white color on #4F4636 background.