COLOR #4F2A4A

HEX: #4F2A4A RGB: (79,42,74)

Color info

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

RGB color model

#4F2A4A color RGB value is (79,42,74).

RGB: (79,42,74) (31%, 16%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 42 of 255 = 16%
B 74 of 255 = 29%

79
42
74

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

Portions of RGB colors in percentages

R + G + B = 79 + 42 + 74 = 195 (100%)
R 79 of 195 ~ 40.51%
G 42 of 195 ~ 21.54%
B 74 of 195 ~ 37.95'%

%40.51
%21.54
%37.95

CMYK color model

#4F2A4A color CMYK value is (0,47,6,69).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 6.33%
  • key color value is 69.02%

CMYK: (0,47,6,69)
C0M47Y6K69 (0%, 47%, 6%, 69%)
(0.00 / 0.47 / 0.06 / 0.69)

CMYK percentages

%0
%46.84
%6.33
%69.02

Codes

Color #4F2A4A in popluar color models

4F 2A 4A
RGB 79 42 74
HSL 308° 30.58% 23.73%
HSB/HSV 308° 46.84% 30.98%
CMYK 0.00% 46.84% 6.33%
69.02%

Color #4F2A4A in popluar number systems.

HEX 4F 2A 4A
Decimal 79 42 74
Binary 1001111 101010 1001010
Octal 117 52 112

Shades and tints

Shades of #4F2A4A

#4F2A4A
(79,42,74)
#482744
(72,39,68)
#41243E
(65,36,62)
#3A2138
(58,33,56)
#331E32
(51,30,50)
#2C1B2C
(44,27,44)
#251826
(37,24,38)
#1E1520
(30,21,32)
#17121A
(23,18,26)
#100F14
(16,15,20)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #4F2A4A

#4F2A4A
(79,42,74)
#5F3D5A
(95,61,90)
#6F506A
(111,80,106)
#7F637A
(127,99,122)
#8F768A
(143,118,138)
#9F899A
(159,137,154)
#AF9CAA
(175,156,170)
#BFAFBA
(191,175,186)
#CFC2CA
(207,194,202)
#DFD5DA
(223,213,218)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2A4A; }

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

This text font color is #4F2A4A.

Background Color

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

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

This div background color is #4F2A4A.

Border color

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

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

This div border color is #4F2A4A.

Opacity

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

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

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

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

This text has shadow with #4F2A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2A4A.

Preview

Color preview on black background

This text has color #4F2A4A on black background.


Color preview on white background

This text has color #4F2A4A on white background.


Black color preview on #4F2A4A background

This text has black color on #4F2A4A background.


White color preview on #4F2A4A background

This text has white color on #4F2A4A background.


Related colors

Complementary color

Complementary color for #hex is #B0D5B5.


I love getcolorcode.com

Triadic colors

1 #4A4F2A and #2A4A4F with #4F2A4A are triadic colors.

2 #4A2A4F and #2A4F4A with #4F2A4A are triadic colors.