COLOR #4F244B

HEX: #4F244B
RGB: (79,36,75)

Color info

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

RGB color model

#4F244B color RGB value is (79,36,75).

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

RGB channels and saturation

R 79 of 255 = 31%
G 36 of 255 = 14%
B 75 of 255 = 29%

79
36
75

R + G + B ~ 25%. #4F244B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 36 + 75 = 190 (100%)
R 79 of 190 ~ 41.58%
G 36 of 190 ~ 18.95%
B 75 of 190 ~ 39.47%

%41.58
%18.95
%39.47

CMYK color model

#4F244B color CMYK value is (0,54,5,69).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK:
(0,54,5,69)
C0M54Y5K69 
(0%,54%,5%,69%)
(0.00/0.54/0.05/0.69)	

CMYK percentages

%0
%54.43
%5.06
%69.02

Codes

Color #4F244B in popluar color models

4F244B
RGB793675
HSL306°37.39%22.55%
HSB/HSV306°54.43%30.98%
CMYK0.00%54.43%5.06%
69.02%

Color #4F244B in popluar number systems.

HEX4F244B
Decimal793675
Binary10011111001001001011
Octal11744113

Shades and tints

Shades of #4F244B

#4F244B
(79,36,75)
#482145
(72,33,69)
#411E3F
(65,30,63)
#3A1B39
(58,27,57)
#331833
(51,24,51)
#2C152D
(44,21,45)
#251227
(37,18,39)
#1E0F21
(30,15,33)
#170C1B
(23,12,27)
#100915
(16,9,21)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #4F244B

#4F244B
(79,36,75)
#5F375B
(95,55,91)
#6F4A6B
(111,74,107)
#7F5D7B
(127,93,123)
#8F708B
(143,112,139)
#9F839B
(159,131,155)
#AF96AB
(175,150,171)
#BFA9BB
(191,169,187)
#CFBCCB
(207,188,203)
#DFCFDB
(223,207,219)
#EFE2EB
(239,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F244B; }

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

This text font color is #4F244B.


Background Color

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

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

This div background color is #4F244B.


Border color

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

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

This div border color is #4F244B.


Opacity

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

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

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

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

This text has shadow with #4F244B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F244B on black background.


Color preview on white background

This text has color #4F244B on white background.



Black color preview on #4F244B background

This text has black color on #4F244B background.


White color preview on #4F244B background

This text has white color on #4F244B background.