COLOR #4F4A2D

HEX: #4F4A2D
RGB: (79,74,45)

Color info

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

RGB color model

#4F4A2D color RGB value is (79,74,45).

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

RGB channels and saturation

R 79 of 255 = 31%
G 74 of 255 = 29%
B 45 of 255 = 18%

79
74
45

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

Portions of RGB colors in percentages

R + G + B =
79 + 74 + 45 = 198 (100%)
R 79 of 198 ~ 39.9%
G 74 of 198 ~ 37.37%
B 45 of 198 ~ 22.73%

%39.9
%37.37
%22.73

CMYK color model

#4F4A2D color CMYK value is (0,6,43,69).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 43.04%
  • key color value is 69.02%
CMYK:
(0,6,43,69)
C0M6Y43K69 
(0%,6%,43%,69%)
(0.00/0.06/0.43/0.69)	

CMYK percentages

%0
%6.33
%43.04
%69.02

Codes

Color #4F4A2D in popluar color models

4F4A2D
RGB797445
HSL51°27.42%24.31%
HSB/HSV51°43.04%30.98%
CMYK0.00%6.33%43.04%
69.02%

Color #4F4A2D in popluar number systems.

HEX4F4A2D
Decimal797445
Binary10011111001010101101
Octal11711255

Shades and tints

Shades of #4F4A2D

#4F4A2D
(79,74,45)
#484429
(72,68,41)
#413E25
(65,62,37)
#3A3821
(58,56,33)
#33321D
(51,50,29)
#2C2C19
(44,44,25)
#252615
(37,38,21)
#1E2011
(30,32,17)
#171A0D
(23,26,13)
#101409
(16,20,9)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #4F4A2D

#4F4A2D
(79,74,45)
#5F5A40
(95,90,64)
#6F6A53
(111,106,83)
#7F7A66
(127,122,102)
#8F8A79
(143,138,121)
#9F9A8C
(159,154,140)
#AFAA9F
(175,170,159)
#BFBAB2
(191,186,178)
#CFCAC5
(207,202,197)
#DFDAD8
(223,218,216)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4A2D color. Also use rgb(79,74,45) instead hex code.

Text Font Color

.myTextColor { color: #4F4A2D; }

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

This text font color is #4F4A2D.


Background Color

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

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

This div background color is #4F4A2D.


Border color

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

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

This div border color is #4F4A2D.


Opacity

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

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

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

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

This text has shadow with #4F4A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4A2D on black background.


Color preview on white background

This text has color #4F4A2D on white background.



Black color preview on #4F4A2D background

This text has black color on #4F4A2D background.


White color preview on #4F4A2D background

This text has white color on #4F4A2D background.