COLOR #4F4A3D

HEX: #4F4A3D RGB: (79,74,61)

Color info

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

RGB color model

#4F4A3D color RGB value is (79,74,61).

RGB: (79,74,61) (31%, 29%, 24%)

RGB channels and saturation

R 79 of 255 = 31%
G 74 of 255 = 29%
B 61 of 255 = 24%

79
74
61

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

Portions of RGB colors in percentages

R + G + B = 79 + 74 + 61 = 214 (100%)
R 79 of 214 ~ 36.92%
G 74 of 214 ~ 34.58%
B 61 of 214 ~ 28.5'%

%36.92
%34.58
%28.5

CMYK color model

#4F4A3D color CMYK value is (0,6,23,69).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 22.78%
  • key color value is 69.02%

CMYK: (0,6,23,69)
C0M6Y23K69 (0%, 6%, 23%, 69%)
(0.00 / 0.06 / 0.23 / 0.69)

CMYK percentages

%0
%6.33
%22.78
%69.02

Codes

Color #4F4A3D in popluar color models

4F 4A 3D
RGB 79 74 61
HSL 43° 12.86% 27.45%
HSB/HSV 43° 22.78% 30.98%
CMYK 0.00% 6.33% 22.78%
69.02%

Color #4F4A3D in popluar number systems.

HEX 4F 4A 3D
Decimal 79 74 61
Binary 1001111 1001010 111101
Octal 117 112 75

Shades and tints

Shades of #4F4A3D

#4F4A3D
(79,74,61)
#484438
(72,68,56)
#413E33
(65,62,51)
#3A382E
(58,56,46)
#333229
(51,50,41)
#2C2C24
(44,44,36)
#25261F
(37,38,31)
#1E201A
(30,32,26)
#171A15
(23,26,21)
#101410
(16,20,16)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F4A3D

#4F4A3D
(79,74,61)
#5F5A4E
(95,90,78)
#6F6A5F
(111,106,95)
#7F7A70
(127,122,112)
#8F8A81
(143,138,129)
#9F9A92
(159,154,146)
#AFAAA3
(175,170,163)
#BFBAB4
(191,186,180)
#CFCAC5
(207,202,197)
#DFDAD6
(223,218,214)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4A3D; }

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

This text font color is #4F4A3D.

Background Color

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

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

This div background color is #4F4A3D.

Border color

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

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

This div border color is #4F4A3D.

Opacity

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

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

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

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

This text has shadow with #4F4A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4A3D.

Preview

Color preview on black background

This text has color #4F4A3D on black background.


Color preview on white background

This text has color #4F4A3D on white background.


Black color preview on #4F4A3D background

This text has black color on #4F4A3D background.


White color preview on #4F4A3D background

This text has white color on #4F4A3D background.


Related colors

Complementary color

Complementary color for #hex is #B0B5C2.


I love getcolorcode.com

Triadic colors

1 #3D4F4A and #4A3D4F with #4F4A3D are triadic colors.

2 #3D4A4F and #4A4F3D with #4F4A3D are triadic colors.