COLOR #4F4B2E

HEX: #4F4B2E
RGB: (79,75,46)

Color info

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

RGB color model

#4F4B2E color RGB value is (79,75,46).

  • red value is 79;
  • green value is 75;
  • blue value is 46.
RGB:
(79,75,46)
(31%,29%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 46 of 255 = 18%

79
75
46

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

Portions of RGB colors in percentages

R + G + B =
79 + 75 + 46 = 200 (100%)
R 79 of 200 ~ 39.5%
G 75 of 200 ~ 37.5%
B 46 of 200 ~ 23%

%39.5
%37.5
%23

CMYK color model

#4F4B2E color CMYK value is (0,5,42,69).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 41.77%
  • key color value is 69.02%
CMYK:
(0,5,42,69)
C0M5Y42K69 
(0%,5%,42%,69%)
(0.00/0.05/0.42/0.69)	

CMYK percentages

%0
%5.06
%41.77
%69.02

Codes

Color #4F4B2E in popluar color models

4F4B2E
RGB797546
HSL53°26.40%24.51%
HSB/HSV53°41.77%30.98%
CMYK0.00%5.06%41.77%
69.02%

Color #4F4B2E in popluar number systems.

HEX4F4B2E
Decimal797546
Binary10011111001011101110
Octal11711356

Shades and tints

Shades of #4F4B2E

#4F4B2E
(79,75,46)
#48452A
(72,69,42)
#413F26
(65,63,38)
#3A3922
(58,57,34)
#33331E
(51,51,30)
#2C2D1A
(44,45,26)
#252716
(37,39,22)
#1E2112
(30,33,18)
#171B0E
(23,27,14)
#10150A
(16,21,10)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #4F4B2E

#4F4B2E
(79,75,46)
#5F5B41
(95,91,65)
#6F6B54
(111,107,84)
#7F7B67
(127,123,103)
#8F8B7A
(143,139,122)
#9F9B8D
(159,155,141)
#AFABA0
(175,171,160)
#BFBBB3
(191,187,179)
#CFCBC6
(207,203,198)
#DFDBD9
(223,219,217)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4B2E color. Also use rgb(79,75,46) instead hex code.

Text Font Color

.myTextColor { color: #4F4B2E; }

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

This text font color is #4F4B2E.


Background Color

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

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

This div background color is #4F4B2E.


Border color

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

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

This div border color is #4F4B2E.


Opacity

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

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

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

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

This text has shadow with #4F4B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B2E on black background.


Color preview on white background

This text has color #4F4B2E on white background.



Black color preview on #4F4B2E background

This text has black color on #4F4B2E background.


White color preview on #4F4B2E background

This text has white color on #4F4B2E background.