COLOR #4F4C2B

HEX: #4F4C2B
RGB: (79,76,43)

Color info

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

RGB color model

#4F4C2B color RGB value is (79,76,43).

  • red value is 79;
  • green value is 76;
  • blue value is 43.
RGB:
(79,76,43)
(31%,30%,17%)

RGB channels and saturation

R 79 of 255 = 31%
G 76 of 255 = 30%
B 43 of 255 = 17%

79
76
43

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

Portions of RGB colors in percentages

R + G + B =
79 + 76 + 43 = 198 (100%)
R 79 of 198 ~ 39.9%
G 76 of 198 ~ 38.38%
B 43 of 198 ~ 21.72%

%39.9
%38.38
%21.72

CMYK color model

#4F4C2B color CMYK value is (0,4,46,69).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 45.57%
  • key color value is 69.02%
CMYK:
(0,4,46,69)
C0M4Y46K69 
(0%,4%,46%,69%)
(0.00/0.04/0.46/0.69)	

CMYK percentages

%0
%3.8
%45.57
%69.02

Codes

Color #4F4C2B in popluar color models

4F4C2B
RGB797643
HSL55°29.51%23.92%
HSB/HSV55°45.57%30.98%
CMYK0.00%3.80%45.57%
69.02%

Color #4F4C2B in popluar number systems.

HEX4F4C2B
Decimal797643
Binary10011111001100101011
Octal11711453

Shades and tints

Shades of #4F4C2B

#4F4C2B
(79,76,43)
#484628
(72,70,40)
#414025
(65,64,37)
#3A3A22
(58,58,34)
#33341F
(51,52,31)
#2C2E1C
(44,46,28)
#252819
(37,40,25)
#1E2216
(30,34,22)
#171C13
(23,28,19)
#101610
(16,22,16)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F4C2B

#4F4C2B
(79,76,43)
#5F5C3E
(95,92,62)
#6F6C51
(111,108,81)
#7F7C64
(127,124,100)
#8F8C77
(143,140,119)
#9F9C8A
(159,156,138)
#AFAC9D
(175,172,157)
#BFBCB0
(191,188,176)
#CFCCC3
(207,204,195)
#DFDCD6
(223,220,214)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4C2B color. Also use rgb(79,76,43) instead hex code.

Text Font Color

.myTextColor { color: #4F4C2B; }

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

This text font color is #4F4C2B.


Background Color

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

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

This div background color is #4F4C2B.


Border color

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

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

This div border color is #4F4C2B.


Opacity

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

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

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

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

This text has shadow with #4F4C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4C2B on black background.


Color preview on white background

This text has color #4F4C2B on white background.



Black color preview on #4F4C2B background

This text has black color on #4F4C2B background.


White color preview on #4F4C2B background

This text has white color on #4F4C2B background.