COLOR #4F244A

HEX: #4F244A
RGB: (79,36,74)

Color info

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

RGB color model

#4F244A color RGB value is (79,36,74).

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

RGB channels and saturation

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

79
36
74

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

Portions of RGB colors in percentages

R + G + B =
79 + 36 + 74 = 189 (100%)
R 79 of 189 ~ 41.8%
G 36 of 189 ~ 19.05%
B 74 of 189 ~ 39.15%

%41.8
%19.05
%39.15

CMYK color model

#4F244A color CMYK value is (0,54,6,69).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(0,54,6,69)
C0M54Y6K69 
(0%,54%,6%,69%)
(0.00/0.54/0.06/0.69)	

CMYK percentages

%0
%54.43
%6.33
%69.02

Codes

Color #4F244A in popluar color models

4F244A
RGB793674
HSL307°37.39%22.55%
HSB/HSV307°54.43%30.98%
CMYK0.00%54.43%6.33%
69.02%

Color #4F244A in popluar number systems.

HEX4F244A
Decimal793674
Binary10011111001001001010
Octal11744112

Shades and tints

Shades of #4F244A

#4F244A
(79,36,74)
#482144
(72,33,68)
#411E3E
(65,30,62)
#3A1B38
(58,27,56)
#331832
(51,24,50)
#2C152C
(44,21,44)
#251226
(37,18,38)
#1E0F20
(30,15,32)
#170C1A
(23,12,26)
#100914
(16,9,20)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #4F244A

#4F244A
(79,36,74)
#5F375A
(95,55,90)
#6F4A6A
(111,74,106)
#7F5D7A
(127,93,122)
#8F708A
(143,112,138)
#9F839A
(159,131,154)
#AF96AA
(175,150,170)
#BFA9BA
(191,169,186)
#CFBCCA
(207,188,202)
#DFCFDA
(223,207,218)
#EFE2EA
(239,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F244A; }

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

This text font color is #4F244A.


Background Color

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

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

This div background color is #4F244A.


Border color

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

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

This div border color is #4F244A.


Opacity

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

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

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

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

This text has shadow with #4F244A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F244A on black background.


Color preview on white background

This text has color #4F244A on white background.



Black color preview on #4F244A background

This text has black color on #4F244A background.


White color preview on #4F244A background

This text has white color on #4F244A background.