COLOR #4F4F3D

HEX: #4F4F3D RGB: (79,79,61)

Color info

#4F4F3D contains red, green and blue colors in about the same proportion. Web safe color of #4F4F3D is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

79
79
61

R + G + B ~ 29%. #4F4F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 79 + 61 = 219 (100%)
R 79 of 219 ~ 36.07%
G 79 of 219 ~ 36.07%
B 61 of 219 ~ 27.85'%

%36.07
%36.07
%27.85

CMYK color model

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

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

CMYK: (0,0,23,69)
C0M0Y23K69 (0%, 0%, 23%, 69%)
(0.00 / 0.00 / 0.23 / 0.69)

CMYK percentages

%0
%0
%22.78
%69.02

Codes

Color #4F4F3D in popluar color models

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

Color #4F4F3D in popluar number systems.

HEX 4F 4F 3D
Decimal 79 79 61
Binary 1001111 1001111 111101
Octal 117 117 75

Shades and tints

Shades of #4F4F3D

#4F4F3D
(79,79,61)
#484838
(72,72,56)
#414133
(65,65,51)
#3A3A2E
(58,58,46)
#333329
(51,51,41)
#2C2C24
(44,44,36)
#25251F
(37,37,31)
#1E1E1A
(30,30,26)
#171715
(23,23,21)
#101010
(16,16,16)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F4F3D

#4F4F3D
(79,79,61)
#5F5F4E
(95,95,78)
#6F6F5F
(111,111,95)
#7F7F70
(127,127,112)
#8F8F81
(143,143,129)
#9F9F92
(159,159,146)
#AFAFA3
(175,175,163)
#BFBFB4
(191,191,180)
#CFCFC5
(207,207,197)
#DFDFD6
(223,223,214)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F3D; }

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

This text font color is #4F4F3D.

Background Color

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

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

This div background color is #4F4F3D.

Border color

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

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

This div border color is #4F4F3D.

Opacity

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

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

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

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

This text has shadow with #4F4F3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4F3D.

Preview

Color preview on black background

This text has color #4F4F3D on black background.


Color preview on white background

This text has color #4F4F3D on white background.


Black color preview on #4F4F3D background

This text has black color on #4F4F3D background.


White color preview on #4F4F3D background

This text has white color on #4F4F3D background.


Related colors

Complementary color

Complementary color for #hex is #B0B0C2.


I love getcolorcode.com