COLOR #4F094A

HEX: #4F094A
RGB: (79,9,74)

Color info

#4F094A contains mainly red and blue colors. Web safe color of #4F094A is #660033 (or #603).

RGB color model

#4F094A color RGB value is (79,9,74).

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

RGB channels and saturation

R 79 of 255 = 31%
G 9 of 255 = 4%
B 74 of 255 = 29%

79
9
74

R + G + B ~ 21%. #4F094A is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 9 + 74 = 162 (100%)
R 79 of 162 ~ 48.77%
G 9 of 162 ~ 5.56%
B 74 of 162 ~ 45.68%

%48.77
%45.68

CMYK color model

#4F094A color CMYK value is (0,89,6,69).

  • cyan value is 0.00%
  • magenta value is 88.61%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(0,89,6,69)
C0M89Y6K69 
(0%,89%,6%,69%)
(0.00/0.89/0.06/0.69)	

CMYK percentages

%0
%88.61
%6.33
%69.02

Codes

Color #4F094A in popluar color models

4F094A
RGB79974
HSL304°79.55%17.25%
HSB/HSV304°88.61%30.98%
CMYK0.00%88.61%6.33%
69.02%

Color #4F094A in popluar number systems.

HEX4F094A
Decimal79974
Binary100111110011001010
Octal11711112

Shades and tints

Shades of #4F094A

#4F094A
(79,9,74)
#480944
(72,9,68)
#41093E
(65,9,62)
#3A0938
(58,9,56)
#330932
(51,9,50)
#2C092C
(44,9,44)
#250926
(37,9,38)
#1E0920
(30,9,32)
#17091A
(23,9,26)
#100914
(16,9,20)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #4F094A

#4F094A
(79,9,74)
#5F1F5A
(95,31,90)
#6F356A
(111,53,106)
#7F4B7A
(127,75,122)
#8F618A
(143,97,138)
#9F779A
(159,119,154)
#AF8DAA
(175,141,170)
#BFA3BA
(191,163,186)
#CFB9CA
(207,185,202)
#DFCFDA
(223,207,218)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F094A; }

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

This text font color is #4F094A.


Background Color

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

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

This div background color is #4F094A.


Border color

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

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

This div border color is #4F094A.


Opacity

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

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

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

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

This text has shadow with #4F094A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F094A on black background.


Color preview on white background

This text has color #4F094A on white background.



Black color preview on #4F094A background

This text has black color on #4F094A background.


White color preview on #4F094A background

This text has white color on #4F094A background.