COLOR #4F334E

HEX: #4F334E
RGB: (79,51,78)

Color info

#4F334E contains red, green and blue colors in about the same proportion. Web safe color of #4F334E is #663366 (or #636).

RGB color model

#4F334E color RGB value is (79,51,78).

  • red value is 79;
  • green value is 51;
  • blue value is 78.
RGB:
(79,51,78)
(31%,20%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 51 of 255 = 20%
B 78 of 255 = 31%

79
51
78

R + G + B ~ 27%. #4F334E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 51 + 78 = 208 (100%)
R 79 of 208 ~ 37.98%
G 51 of 208 ~ 24.52%
B 78 of 208 ~ 37.5%

%37.98
%24.52
%37.5

CMYK color model

#4F334E color CMYK value is (0,35,1,69).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 1.27%
  • key color value is 69.02%
CMYK:
(0,35,1,69)
C0M35Y1K69 
(0%,35%,1%,69%)
(0.00/0.35/0.01/0.69)	

CMYK percentages

%0
%35.44
%1.27
%69.02

Codes

Color #4F334E in popluar color models

4F334E
RGB795178
HSL302°21.54%25.49%
HSB/HSV302°35.44%30.98%
CMYK0.00%35.44%1.27%
69.02%

Color #4F334E in popluar number systems.

HEX4F334E
Decimal795178
Binary10011111100111001110
Octal11763116

Shades and tints

Shades of #4F334E

#4F334E
(79,51,78)
#482F47
(72,47,71)
#412B40
(65,43,64)
#3A2739
(58,39,57)
#332332
(51,35,50)
#2C1F2B
(44,31,43)
#251B24
(37,27,36)
#1E171D
(30,23,29)
#171316
(23,19,22)
#100F0F
(16,15,15)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #4F334E

#4F334E
(79,51,78)
#5F455E
(95,69,94)
#6F576E
(111,87,110)
#7F697E
(127,105,126)
#8F7B8E
(143,123,142)
#9F8D9E
(159,141,158)
#AF9FAE
(175,159,174)
#BFB1BE
(191,177,190)
#CFC3CE
(207,195,206)
#DFD5DE
(223,213,222)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F334E; }

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

This text font color is #4F334E.


Background Color

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

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

This div background color is #4F334E.


Border color

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

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

This div border color is #4F334E.


Opacity

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

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

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

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

This text has shadow with #4F334E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F334E on black background.


Color preview on white background

This text has color #4F334E on white background.



Black color preview on #4F334E background

This text has black color on #4F334E background.


White color preview on #4F334E background

This text has white color on #4F334E background.