COLOR #48306C

HEX: #48306C
RGB: (72,48,108)

Color info

#48306C contains mainly red and blue colors. Web safe color of #48306C is #333366 (or #336).

RGB color model

#48306C color RGB value is (72,48,108).

  • red value is 72;
  • green value is 48;
  • blue value is 108.
RGB:
(72,48,108)
(28%,19%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 108 of 255 = 42%

72
48
108

R + G + B ~ 30%. #48306C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 108 = 228 (100%)
R 72 of 228 ~ 31.58%
G 48 of 228 ~ 21.05%
B 108 of 228 ~ 47.37%

%31.58
%21.05
%47.37

CMYK color model

#48306C color CMYK value is (33,56,0,58).

  • cyan value is 33.33%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(33,56,0,58)
C33M56Y0K58 
(33%,56%,0%,58%)
(0.33/0.56/0.00/0.58)	

CMYK percentages

%33.33
%55.56
%0
%57.65

Codes

Color #48306C in popluar color models

48306C
RGB7248108
HSL264°38.46%30.59%
HSB/HSV264°55.56%42.35%
CMYK33.33%55.56%0.00%
57.65%

Color #48306C in popluar number systems.

HEX48306C
Decimal7248108
Binary10010001100001101100
Octal11060154

Shades and tints

Shades of #48306C

#48306C
(72,48,108)
#422C63
(66,44,99)
#3C285A
(60,40,90)
#362451
(54,36,81)
#302048
(48,32,72)
#2A1C3F
(42,28,63)
#241836
(36,24,54)
#1E142D
(30,20,45)
#181024
(24,16,36)
#120C1B
(18,12,27)
#0C0812
(12,8,18)
#000000
(0,0,0)

Tints of #48306C

#48306C
(72,48,108)
#584279
(88,66,121)
#685486
(104,84,134)
#786693
(120,102,147)
#8878A0
(136,120,160)
#988AAD
(152,138,173)
#A89CBA
(168,156,186)
#B8AEC7
(184,174,199)
#C8C0D4
(200,192,212)
#D8D2E1
(216,210,225)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48306C color. Also use rgb(72,48,108) instead hex code.

Text Font Color

.myTextColor { color: #48306C; }

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

This text font color is #48306C.


Background Color

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

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

This div background color is #48306C.


Border color

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

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

This div border color is #48306C.


Opacity

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

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

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

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

This text has shadow with #48306C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48306C on black background.


Color preview on white background

This text has color #48306C on white background.



Black color preview on #48306C background

This text has black color on #48306C background.


White color preview on #48306C background

This text has white color on #48306C background.