COLOR #30405E

HEX: #30405E
RGB: (48,64,94)

Color info

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

RGB color model

#30405E color RGB value is (48,64,94).

  • red value is 48;
  • green value is 64;
  • blue value is 94.
RGB:
(48,64,94)
(19%,25%,37%)

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 94 of 255 = 37%

48
64
94

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

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 94 = 206 (100%)
R 48 of 206 ~ 23.3%
G 64 of 206 ~ 31.07%
B 94 of 206 ~ 45.63%

%23.3
%31.07
%45.63

CMYK color model

#30405E color CMYK value is (49,32,0,63).

  • cyan value is 48.94%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(49,32,0,63)
C49M32Y0K63 
(49%,32%,0%,63%)
(0.49/0.32/0.00/0.63)	

CMYK percentages

%48.94
%31.91
%0
%63.14

Codes

Color #30405E in popluar color models

30405E
RGB486494
HSL219°32.39%27.84%
HSB/HSV219°48.94%36.86%
CMYK48.94%31.91%0.00%
63.14%

Color #30405E in popluar number systems.

HEX30405E
Decimal486494
Binary11000010000001011110
Octal60100136

Shades and tints

Shades of #30405E

#30405E
(48,64,94)
#2C3B56
(44,59,86)
#28364E
(40,54,78)
#243146
(36,49,70)
#202C3E
(32,44,62)
#1C2736
(28,39,54)
#18222E
(24,34,46)
#141D26
(20,29,38)
#10181E
(16,24,30)
#0C1316
(12,19,22)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #30405E

#30405E
(48,64,94)
#42516C
(66,81,108)
#54627A
(84,98,122)
#667388
(102,115,136)
#788496
(120,132,150)
#8A95A4
(138,149,164)
#9CA6B2
(156,166,178)
#AEB7C0
(174,183,192)
#C0C8CE
(192,200,206)
#D2D9DC
(210,217,220)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30405E color. Also use rgb(48,64,94) instead hex code.

Text Font Color

.myTextColor { color: #30405E; }

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

This text font color is #30405E.


Background Color

.myBgColor { background-color: #30405E; }

<div style="background-color:#30405E">Inner text</div>

This div background color is #30405E.


Border color

.myBorderColor { border: 1px solid #30405E; }

<div style="border:3px solid #30405E">Div</div>

This div border color is #30405E.


Opacity

.myOpacity80 { color: #30405E; opacity: 0.8; }

<p style="color:#30405E;opacity:0.8;">80%</p>

Text with #30405E 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 #30405E;}

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

This text has shadow with #30405E color.

.textShadow {text-shadow: 3px 3px 1px #30405E, 3px 3px 1px red;}

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

This text has shadow with #30405E primary color and red secondary color.


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

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

This text has shadow with #30405E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30405E on black background.


Color preview on white background

This text has color #30405E on white background.



Black color preview on #30405E background

This text has black color on #30405E background.


White color preview on #30405E background

This text has white color on #30405E background.