COLOR #4F3D4D

HEX: #4F3D4D RGB: (79,61,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
61
77

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

Portions of RGB colors in percentages

R + G + B = 79 + 61 + 77 = 217 (100%)
R 79 of 217 ~ 36.41%
G 61 of 217 ~ 28.11%
B 77 of 217 ~ 35.48'%

%36.41
%28.11
%35.48

CMYK color model

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

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

CMYK: (0,23,3,69)
C0M23Y3K69 (0%, 23%, 3%, 69%)
(0.00 / 0.23 / 0.03 / 0.69)

CMYK percentages

%0
%22.78
%2.53
%69.02

Codes

Color #4F3D4D in popluar color models

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

Color #4F3D4D in popluar number systems.

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

Shades and tints

Shades of #4F3D4D

#4F3D4D
(79,61,77)
#483846
(72,56,70)
#41333F
(65,51,63)
#3A2E38
(58,46,56)
#332931
(51,41,49)
#2C242A
(44,36,42)
#251F23
(37,31,35)
#1E1A1C
(30,26,28)
#171515
(23,21,21)
#10100E
(16,16,14)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #4F3D4D

#4F3D4D
(79,61,77)
#5F4E5D
(95,78,93)
#6F5F6D
(111,95,109)
#7F707D
(127,112,125)
#8F818D
(143,129,141)
#9F929D
(159,146,157)
#AFA3AD
(175,163,173)
#BFB4BD
(191,180,189)
#CFC5CD
(207,197,205)
#DFD6DD
(223,214,221)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3D4D; }

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

This text font color is #4F3D4D.

Background Color

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

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

This div background color is #4F3D4D.

Border color

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

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

This div border color is #4F3D4D.

Opacity

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

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

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

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

This text has shadow with #4F3D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3D4D.

Preview

Color preview on black background

This text has color #4F3D4D on black background.


Color preview on white background

This text has color #4F3D4D on white background.


Black color preview on #4F3D4D background

This text has black color on #4F3D4D background.


White color preview on #4F3D4D background

This text has white color on #4F3D4D background.


Related colors

Complementary color

Complementary color for #hex is #B0C2B2.


I love getcolorcode.com

Triadic colors

1 #4D4F3D and #3D4D4F with #4F3D4D are triadic colors.

2 #4D3D4F and #3D4F4D with #4F3D4D are triadic colors.