COLOR #30415B

HEX: #30415B
RGB: (48,65,91)

Color info

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

RGB color model

#30415B color RGB value is (48,65,91).

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

RGB channels and saturation

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

48
65
91

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

Portions of RGB colors in percentages

R + G + B =
48 + 65 + 91 = 204 (100%)
R 48 of 204 ~ 23.53%
G 65 of 204 ~ 31.86%
B 91 of 204 ~ 44.61%

%23.53
%31.86
%44.61

CMYK color model

#30415B color CMYK value is (47,29,0,64).

  • cyan value is 47.25%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(47,29,0,64)
C47M29Y0K64 
(47%,29%,0%,64%)
(0.47/0.29/0.00/0.64)	

CMYK percentages

%47.25
%28.57
%0
%64.31

Codes

Color #30415B in popluar color models

30415B
RGB486591
HSL216°30.94%27.25%
HSB/HSV216°47.25%35.69%
CMYK47.25%28.57%0.00%
64.31%

Color #30415B in popluar number systems.

HEX30415B
Decimal486591
Binary11000010000011011011
Octal60101133

Shades and tints

Shades of #30415B

#30415B
(48,65,91)
#2C3C53
(44,60,83)
#28374B
(40,55,75)
#243243
(36,50,67)
#202D3B
(32,45,59)
#1C2833
(28,40,51)
#18232B
(24,35,43)
#141E23
(20,30,35)
#10191B
(16,25,27)
#0C1413
(12,20,19)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #30415B

#30415B
(48,65,91)
#425269
(66,82,105)
#546377
(84,99,119)
#667485
(102,116,133)
#788593
(120,133,147)
#8A96A1
(138,150,161)
#9CA7AF
(156,167,175)
#AEB8BD
(174,184,189)
#C0C9CB
(192,201,203)
#D2DAD9
(210,218,217)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30415B; }

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

This text font color is #30415B.


Background Color

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

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

This div background color is #30415B.


Border color

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

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

This div border color is #30415B.


Opacity

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

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

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

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

This text has shadow with #30415B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30415B on black background.


Color preview on white background

This text has color #30415B on white background.



Black color preview on #30415B background

This text has black color on #30415B background.


White color preview on #30415B background

This text has white color on #30415B background.