COLOR #4F2548

HEX: #4F2548 RGB: (79,37,72)

Color info

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

RGB color model

#4F2548 color RGB value is (79,37,72).

RGB: (79,37,72) (31%, 15%, 28%)

RGB channels and saturation

R 79 of 255 = 31%
G 37 of 255 = 15%
B 72 of 255 = 28%

79
37
72

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

Portions of RGB colors in percentages

R + G + B = 79 + 37 + 72 = 188 (100%)
R 79 of 188 ~ 42.02%
G 37 of 188 ~ 19.68%
B 72 of 188 ~ 38.3'%

%42.02
%19.68
%38.3

CMYK color model

#4F2548 color CMYK value is (0,53,9,69).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 8.86%
  • key color value is 69.02%

CMYK: (0,53,9,69)
C0M53Y9K69 (0%, 53%, 9%, 69%)
(0.00 / 0.53 / 0.09 / 0.69)

CMYK percentages

%0
%53.16
%8.86
%69.02

Codes

Color #4F2548 in popluar color models

4F 25 48
RGB 79 37 72
HSL 310° 36.21% 22.75%
HSB/HSV 310° 53.16% 30.98%
CMYK 0.00% 53.16% 8.86%
69.02%

Color #4F2548 in popluar number systems.

HEX 4F 25 48
Decimal 79 37 72
Binary 1001111 100101 1001000
Octal 117 45 110

Shades and tints

Shades of #4F2548

#4F2548
(79,37,72)
#482242
(72,34,66)
#411F3C
(65,31,60)
#3A1C36
(58,28,54)
#331930
(51,25,48)
#2C162A
(44,22,42)
#251324
(37,19,36)
#1E101E
(30,16,30)
#170D18
(23,13,24)
#100A12
(16,10,18)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #4F2548

#4F2548
(79,37,72)
#5F3858
(95,56,88)
#6F4B68
(111,75,104)
#7F5E78
(127,94,120)
#8F7188
(143,113,136)
#9F8498
(159,132,152)
#AF97A8
(175,151,168)
#BFAAB8
(191,170,184)
#CFBDC8
(207,189,200)
#DFD0D8
(223,208,216)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2548 color. Also use rgb(79,37,72) instead hex code.

Text Font Color

.myTextColor { color: #4F2548; }

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

This text font color is #4F2548.

Background Color

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

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

This div background color is #4F2548.

Border color

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

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

This div border color is #4F2548.

Opacity

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

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

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

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

This text has shadow with #4F2548 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2548.

Preview

Color preview on black background

This text has color #4F2548 on black background.


Color preview on white background

This text has color #4F2548 on white background.


Black color preview on #4F2548 background

This text has black color on #4F2548 background.


White color preview on #4F2548 background

This text has white color on #4F2548 background.


Related colors

Complementary color

Complementary color for #hex is #B0DAB7.


I love getcolorcode.com

Triadic colors

1 #484F25 and #25484F with #4F2548 are triadic colors.

2 #48254F and #254F48 with #4F2548 are triadic colors.