COLOR #30447C

HEX: #30447C
RGB: (48,68,124)

Color info

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

RGB color model

#30447C color RGB value is (48,68,124).

  • red value is 48;
  • green value is 68;
  • blue value is 124.
RGB:
(48,68,124)
(19%,27%,49%)

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 124 of 255 = 49%

48
68
124

R + G + B ~ 32%. #30447C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 124 = 240 (100%)
R 48 of 240 ~ 20%
G 68 of 240 ~ 28.33%
B 124 of 240 ~ 51.67%

%20
%28.33
%51.67

CMYK color model

#30447C color CMYK value is (61,45,0,51).

  • cyan value is 61.29%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(61,45,0,51)
C61M45Y0K51 
(61%,45%,0%,51%)
(0.61/0.45/0.00/0.51)	

CMYK percentages

%61.29
%45.16
%0
%51.37

Codes

Color #30447C in popluar color models

30447C
RGB4868124
HSL224°44.19%33.73%
HSB/HSV224°61.29%48.63%
CMYK61.29%45.16%0.00%
51.37%

Color #30447C in popluar number systems.

HEX30447C
Decimal4868124
Binary11000010001001111100
Octal60104174

Shades and tints

Shades of #30447C

#30447C
(48,68,124)
#2C3E71
(44,62,113)
#283866
(40,56,102)
#24325B
(36,50,91)
#202C50
(32,44,80)
#1C2645
(28,38,69)
#18203A
(24,32,58)
#141A2F
(20,26,47)
#101424
(16,20,36)
#0C0E19
(12,14,25)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #30447C

#30447C
(48,68,124)
#425587
(66,85,135)
#546692
(84,102,146)
#66779D
(102,119,157)
#7888A8
(120,136,168)
#8A99B3
(138,153,179)
#9CAABE
(156,170,190)
#AEBBC9
(174,187,201)
#C0CCD4
(192,204,212)
#D2DDDF
(210,221,223)
#E4EEEA
(228,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30447C color. Also use rgb(48,68,124) instead hex code.

Text Font Color

.myTextColor { color: #30447C; }

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

This text font color is #30447C.


Background Color

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

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

This div background color is #30447C.


Border color

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

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

This div border color is #30447C.


Opacity

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

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

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

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

This text has shadow with #30447C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30447C on black background.


Color preview on white background

This text has color #30447C on white background.



Black color preview on #30447C background

This text has black color on #30447C background.


White color preview on #30447C background

This text has white color on #30447C background.