COLOR #4F4B3E

HEX: #4F4B3E
RGB: (79,75,62)

Color info

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

RGB color model

#4F4B3E color RGB value is (79,75,62).

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

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 62 of 255 = 24%

79
75
62

R + G + B ~ 28%. #4F4B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 75 + 62 = 216 (100%)
R 79 of 216 ~ 36.57%
G 75 of 216 ~ 34.72%
B 62 of 216 ~ 28.7%

%36.57
%34.72
%28.7

CMYK color model

#4F4B3E color CMYK value is (0,5,22,69).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 21.52%
  • key color value is 69.02%
CMYK:
(0,5,22,69)
C0M5Y22K69 
(0%,5%,22%,69%)
(0.00/0.05/0.22/0.69)	

CMYK percentages

%0
%5.06
%21.52
%69.02

Codes

Color #4F4B3E in popluar color models

4F4B3E
RGB797562
HSL46°12.06%27.65%
HSB/HSV46°21.52%30.98%
CMYK0.00%5.06%21.52%
69.02%

Color #4F4B3E in popluar number systems.

HEX4F4B3E
Decimal797562
Binary10011111001011111110
Octal11711376

Shades and tints

Shades of #4F4B3E

#4F4B3E
(79,75,62)
#484539
(72,69,57)
#413F34
(65,63,52)
#3A392F
(58,57,47)
#33332A
(51,51,42)
#2C2D25
(44,45,37)
#252720
(37,39,32)
#1E211B
(30,33,27)
#171B16
(23,27,22)
#101511
(16,21,17)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #4F4B3E

#4F4B3E
(79,75,62)
#5F5B4F
(95,91,79)
#6F6B60
(111,107,96)
#7F7B71
(127,123,113)
#8F8B82
(143,139,130)
#9F9B93
(159,155,147)
#AFABA4
(175,171,164)
#BFBBB5
(191,187,181)
#CFCBC6
(207,203,198)
#DFDBD7
(223,219,215)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B3E; }

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

This text font color is #4F4B3E.


Background Color

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

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

This div background color is #4F4B3E.


Border color

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

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

This div border color is #4F4B3E.


Opacity

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

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

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

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

This text has shadow with #4F4B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B3E on black background.


Color preview on white background

This text has color #4F4B3E on white background.



Black color preview on #4F4B3E background

This text has black color on #4F4B3E background.


White color preview on #4F4B3E background

This text has white color on #4F4B3E background.