COLOR #30467A

HEX: #30467A
RGB: (48,70,122)

Color info

#30467A contains mainly green and blue colors. Web safe color of #30467A is #333366 (or #336).

RGB color model

#30467A color RGB value is (48,70,122).

  • red value is 48;
  • green value is 70;
  • blue value is 122.
RGB:
(48,70,122)
(19%,27%,48%)

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 122 of 255 = 48%

48
70
122

R + G + B ~ 31%. #30467A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 70 + 122 = 240 (100%)
R 48 of 240 ~ 20%
G 70 of 240 ~ 29.17%
B 122 of 240 ~ 50.83%

%20
%29.17
%50.83

CMYK color model

#30467A color CMYK value is (61,43,0,52).

  • cyan value is 60.66%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(61,43,0,52)
C61M43Y0K52 
(61%,43%,0%,52%)
(0.61/0.43/0.00/0.52)	

CMYK percentages

%60.66
%42.62
%0
%52.16

Codes

Color #30467A in popluar color models

30467A
RGB4870122
HSL222°43.53%33.33%
HSB/HSV222°60.66%47.84%
CMYK60.66%42.62%0.00%
52.16%

Color #30467A in popluar number systems.

HEX30467A
Decimal4870122
Binary11000010001101111010
Octal60106172

Shades and tints

Shades of #30467A

#30467A
(48,70,122)
#2C406F
(44,64,111)
#283A64
(40,58,100)
#243459
(36,52,89)
#202E4E
(32,46,78)
#1C2843
(28,40,67)
#182238
(24,34,56)
#141C2D
(20,28,45)
#101622
(16,22,34)
#0C1017
(12,16,23)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #30467A

#30467A
(48,70,122)
#425686
(66,86,134)
#546692
(84,102,146)
#66769E
(102,118,158)
#7886AA
(120,134,170)
#8A96B6
(138,150,182)
#9CA6C2
(156,166,194)
#AEB6CE
(174,182,206)
#C0C6DA
(192,198,218)
#D2D6E6
(210,214,230)
#E4E6F2
(228,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30467A color. Also use rgb(48,70,122) instead hex code.

Text Font Color

.myTextColor { color: #30467A; }

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

This text font color is #30467A.


Background Color

.myBgColor { background-color: #30467A; }

<div style="background-color:#30467A">Inner text</div>

This div background color is #30467A.


Border color

.myBorderColor { border: 1px solid #30467A; }

<div style="border:3px solid #30467A">Div</div>

This div border color is #30467A.


Opacity

.myOpacity80 { color: #30467A; opacity: 0.8; }

<p style="color:#30467A;opacity:0.8;">80%</p>

Text with #30467A 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 #30467A;}

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

This text has shadow with #30467A color.

.textShadow {text-shadow: 3px 3px 1px #30467A, 3px 3px 1px red;}

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

This text has shadow with #30467A primary color and red secondary color.


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

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

This text has shadow with #30467A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30467A on black background.


Color preview on white background

This text has color #30467A on white background.



Black color preview on #30467A background

This text has black color on #30467A background.


White color preview on #30467A background

This text has white color on #30467A background.