COLOR #4F2852

HEX: #4F2852 RGB: (79,40,82)

Color info

#4F2852 contains red, green and blue colors in about the same proportion. Web safe color of #4F2852 is #663366 (or #636).

RGB color model

#4F2852 color RGB value is (79,40,82).

RGB: (79,40,82) (31%, 16%, 32%)

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 82 of 255 = 32%

79
40
82

R + G + B ~ 26%. #4F2852 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 40 + 82 = 201 (100%)
R 79 of 201 ~ 39.3%
G 40 of 201 ~ 19.9%
B 82 of 201 ~ 40.8'%

%39.3
%19.9
%40.8

CMYK color model

#4F2852 color CMYK value is (4,51,0,68).

  • cyan value is 3.66%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (4,51,0,68)
C4M51Y0K68 (4%, 51%, 0%, 68%)
(0.04 / 0.51 / 0.00 / 0.68)

CMYK percentages

%3.66
%51.22
%0
%67.84

Codes

Color #4F2852 in popluar color models

4F 28 52
RGB 79 40 82
HSL 296° 34.43% 23.92%
HSB/HSV 296° 51.22% 32.16%
CMYK 3.66% 51.22% 0.00%
67.84%

Color #4F2852 in popluar number systems.

HEX 4F 28 52
Decimal 79 40 82
Binary 1001111 101000 1010010
Octal 117 50 122

Shades and tints

Shades of #4F2852

#4F2852
(79,40,82)
#48254B
(72,37,75)
#412244
(65,34,68)
#3A1F3D
(58,31,61)
#331C36
(51,28,54)
#2C192F
(44,25,47)
#251628
(37,22,40)
#1E1321
(30,19,33)
#17101A
(23,16,26)
#100D13
(16,13,19)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F2852

#4F2852
(79,40,82)
#5F3B61
(95,59,97)
#6F4E70
(111,78,112)
#7F617F
(127,97,127)
#8F748E
(143,116,142)
#9F879D
(159,135,157)
#AF9AAC
(175,154,172)
#BFADBB
(191,173,187)
#CFC0CA
(207,192,202)
#DFD3D9
(223,211,217)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2852 color. Also use rgb(79,40,82) instead hex code.

Text Font Color

.myTextColor { color: #4F2852; }

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

This text font color is #4F2852.

Background Color

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

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

This div background color is #4F2852.

Border color

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

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

This div border color is #4F2852.

Opacity

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

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

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

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

This text has shadow with #4F2852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2852.

Preview

Color preview on black background

This text has color #4F2852 on black background.


Color preview on white background

This text has color #4F2852 on white background.


Black color preview on #4F2852 background

This text has black color on #4F2852 background.


White color preview on #4F2852 background

This text has white color on #4F2852 background.


Related colors

Complementary color

Complementary color for #hex is #B0D7AD.


I love getcolorcode.com

Triadic colors

1 #524F28 and #28524F with #4F2852 are triadic colors.

2 #52284F and #284F52 with #4F2852 are triadic colors.