COLOR #30415C

HEX: #30415C
RGB: (48,65,92)

Color info

#30415C contains red, green and blue colors in about the same proportion. Web safe color of #30415C is #333366 (or #336).

RGB color model

#30415C color RGB value is (48,65,92).

  • red value is 48;
  • green value is 65;
  • blue value is 92.
RGB:
(48,65,92)
(19%,25%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 65 of 255 = 25%
B 92 of 255 = 36%

48
65
92

R + G + B ~ 27%. #30415C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 65 + 92 = 205 (100%)
R 48 of 205 ~ 23.41%
G 65 of 205 ~ 31.71%
B 92 of 205 ~ 44.88%

%23.41
%31.71
%44.88

CMYK color model

#30415C color CMYK value is (48,29,0,64).

  • cyan value is 47.83%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(48,29,0,64)
C48M29Y0K64 
(48%,29%,0%,64%)
(0.48/0.29/0.00/0.64)	

CMYK percentages

%47.83
%29.35
%0
%63.92

Codes

Color #30415C in popluar color models

30415C
RGB486592
HSL217°31.43%27.45%
HSB/HSV217°47.83%36.08%
CMYK47.83%29.35%0.00%
63.92%

Color #30415C in popluar number systems.

HEX30415C
Decimal486592
Binary11000010000011011100
Octal60101134

Shades and tints

Shades of #30415C

#30415C
(48,65,92)
#2C3C54
(44,60,84)
#28374C
(40,55,76)
#243244
(36,50,68)
#202D3C
(32,45,60)
#1C2834
(28,40,52)
#18232C
(24,35,44)
#141E24
(20,30,36)
#10191C
(16,25,28)
#0C1414
(12,20,20)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #30415C

#30415C
(48,65,92)
#42526A
(66,82,106)
#546378
(84,99,120)
#667486
(102,116,134)
#788594
(120,133,148)
#8A96A2
(138,150,162)
#9CA7B0
(156,167,176)
#AEB8BE
(174,184,190)
#C0C9CC
(192,201,204)
#D2DADA
(210,218,218)
#E4EBE8
(228,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30415C color. Also use rgb(48,65,92) instead hex code.

Text Font Color

.myTextColor { color: #30415C; }

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

This text font color is #30415C.


Background Color

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

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

This div background color is #30415C.


Border color

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

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

This div border color is #30415C.


Opacity

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

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

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

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

This text has shadow with #30415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30415C on black background.


Color preview on white background

This text has color #30415C on white background.



Black color preview on #30415C background

This text has black color on #30415C background.


White color preview on #30415C background

This text has white color on #30415C background.