COLOR #4F324C

HEX: #4F324C
RGB: (79,50,76)

Color info

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

RGB color model

#4F324C color RGB value is (79,50,76).

  • red value is 79;
  • green value is 50;
  • blue value is 76.
RGB:
(79,50,76)
(31%,20%,30%)

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 76 of 255 = 30%

79
50
76

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

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 76 = 205 (100%)
R 79 of 205 ~ 38.54%
G 50 of 205 ~ 24.39%
B 76 of 205 ~ 37.07%

%38.54
%24.39
%37.07

CMYK color model

#4F324C color CMYK value is (0,37,4,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 3.80%
  • key color value is 69.02%
CMYK:
(0,37,4,69)
C0M37Y4K69 
(0%,37%,4%,69%)
(0.00/0.37/0.04/0.69)	

CMYK percentages

%0
%36.71
%3.8
%69.02

Codes

Color #4F324C in popluar color models

4F324C
RGB795076
HSL306°22.48%25.29%
HSB/HSV306°36.71%30.98%
CMYK0.00%36.71%3.80%
69.02%

Color #4F324C in popluar number systems.

HEX4F324C
Decimal795076
Binary10011111100101001100
Octal11762114

Shades and tints

Shades of #4F324C

#4F324C
(79,50,76)
#482E46
(72,46,70)
#412A40
(65,42,64)
#3A263A
(58,38,58)
#332234
(51,34,52)
#2C1E2E
(44,30,46)
#251A28
(37,26,40)
#1E1622
(30,22,34)
#17121C
(23,18,28)
#100E16
(16,14,22)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F324C

#4F324C
(79,50,76)
#5F445C
(95,68,92)
#6F566C
(111,86,108)
#7F687C
(127,104,124)
#8F7A8C
(143,122,140)
#9F8C9C
(159,140,156)
#AF9EAC
(175,158,172)
#BFB0BC
(191,176,188)
#CFC2CC
(207,194,204)
#DFD4DC
(223,212,220)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F324C; }

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

This text font color is #4F324C.


Background Color

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

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

This div background color is #4F324C.


Border color

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

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

This div border color is #4F324C.


Opacity

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

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

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

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

This text has shadow with #4F324C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F324C on black background.


Color preview on white background

This text has color #4F324C on white background.



Black color preview on #4F324C background

This text has black color on #4F324C background.


White color preview on #4F324C background

This text has white color on #4F324C background.