COLOR #48264C

HEX: #48264C RGB: (72,38,76)

Color info

#48264C contains red, green and blue colors in about the same proportion. Web safe color of #48264C is #333333 (or #333).

RGB color model

#48264C color RGB value is (72,38,76).

RGB: (72,38,76) (28%, 15%, 30%)

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 76 of 255 = 30%

72
38
76

R + G + B ~ 24%. #48264C is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 38 + 76 = 186 (100%)
R 72 of 186 ~ 38.71%
G 38 of 186 ~ 20.43%
B 76 of 186 ~ 40.86'%

%38.71
%20.43
%40.86

CMYK color model

#48264C color CMYK value is (5,50,0,70).

  • cyan value is 5.26%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (5,50,0,70)
C5M50Y0K70 (5%, 50%, 0%, 70%)
(0.05 / 0.50 / 0.00 / 0.70)

CMYK percentages

%5.26
%50
%0
%70.2

Codes

Color #48264C in popluar color models

48 26 4C
RGB 72 38 76
HSL 294° 33.33% 22.35%
HSB/HSV 294° 50.00% 29.80%
CMYK 5.26% 50.00% 0.00%
70.20%

Color #48264C in popluar number systems.

HEX 48 26 4C
Decimal 72 38 76
Binary 1001000 100110 1001100
Octal 110 46 114

Shades and tints

Shades of #48264C

#48264C
(72,38,76)
#422346
(66,35,70)
#3C2040
(60,32,64)
#361D3A
(54,29,58)
#301A34
(48,26,52)
#2A172E
(42,23,46)
#241428
(36,20,40)
#1E1122
(30,17,34)
#180E1C
(24,14,28)
#120B16
(18,11,22)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #48264C

#48264C
(72,38,76)
#58395C
(88,57,92)
#684C6C
(104,76,108)
#785F7C
(120,95,124)
#88728C
(136,114,140)
#98859C
(152,133,156)
#A898AC
(168,152,172)
#B8ABBC
(184,171,188)
#C8BECC
(200,190,204)
#D8D1DC
(216,209,220)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48264C color. Also use rgb(72,38,76) instead hex code.

Text Font Color

.myTextColor { color: #48264C; }

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

This text font color is #48264C.

Background Color

.myBgColor { background-color: #48264C; }

<div style="background-color:#48264C">Inner text</div>

This div background color is #48264C.

Border color

.myBorderColor { border: 1px solid #48264C; }

<div style="border:3px solid #48264C">Div</div>

This div border color is #48264C.

Opacity

.myOpacity80 { color: #48264C; opacity: 0.8; }

<p style="color:#48264C;opacity:0.8;">80%</p>

Text with #48264C 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 #48264C;}

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

This text has shadow with #48264C color.


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

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

This text has shadow with #48264C primary color and red secondary color.


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

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

This text has shadow with #48264C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48264C.

Preview

Color preview on black background

This text has color #48264C on black background.


Color preview on white background

This text has color #48264C on white background.


Black color preview on #48264C background

This text has black color on #48264C background.


White color preview on #48264C background

This text has white color on #48264C background.


Related colors

Complementary color

Complementary color for #hex is #B7D9B3.


I love getcolorcode.com

Triadic colors

1 #4C4826 and #264C48 with #48264C are triadic colors.

2 #4C2648 and #26484C with #48264C are triadic colors.