COLOR #4F3B4B

HEX: #4F3B4B
RGB: (79,59,75)

Color info

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

RGB color model

#4F3B4B color RGB value is (79,59,75).

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

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 75 of 255 = 29%

79
59
75

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

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 75 = 213 (100%)
R 79 of 213 ~ 37.09%
G 59 of 213 ~ 27.7%
B 75 of 213 ~ 35.21%

%37.09
%27.7
%35.21

CMYK color model

#4F3B4B color CMYK value is (0,25,5,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK:
(0,25,5,69)
C0M25Y5K69 
(0%,25%,5%,69%)
(0.00/0.25/0.05/0.69)	

CMYK percentages

%0
%25.32
%5.06
%69.02

Codes

Color #4F3B4B in popluar color models

4F3B4B
RGB795975
HSL312°14.49%27.06%
HSB/HSV312°25.32%30.98%
CMYK0.00%25.32%5.06%
69.02%

Color #4F3B4B in popluar number systems.

HEX4F3B4B
Decimal795975
Binary10011111110111001011
Octal11773113

Shades and tints

Shades of #4F3B4B

#4F3B4B
(79,59,75)
#483645
(72,54,69)
#41313F
(65,49,63)
#3A2C39
(58,44,57)
#332733
(51,39,51)
#2C222D
(44,34,45)
#251D27
(37,29,39)
#1E1821
(30,24,33)
#17131B
(23,19,27)
#100E15
(16,14,21)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F3B4B

#4F3B4B
(79,59,75)
#5F4C5B
(95,76,91)
#6F5D6B
(111,93,107)
#7F6E7B
(127,110,123)
#8F7F8B
(143,127,139)
#9F909B
(159,144,155)
#AFA1AB
(175,161,171)
#BFB2BB
(191,178,187)
#CFC3CB
(207,195,203)
#DFD4DB
(223,212,219)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B4B; }

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

This text font color is #4F3B4B.


Background Color

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

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

This div background color is #4F3B4B.


Border color

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

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

This div border color is #4F3B4B.


Opacity

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

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

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

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

This text has shadow with #4F3B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B4B on black background.


Color preview on white background

This text has color #4F3B4B on white background.



Black color preview on #4F3B4B background

This text has black color on #4F3B4B background.


White color preview on #4F3B4B background

This text has white color on #4F3B4B background.