COLOR #30477D

HEX: #30477D
RGB: (48,71,125)

Color info

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

RGB color model

#30477D color RGB value is (48,71,125).

  • red value is 48;
  • green value is 71;
  • blue value is 125.
RGB:
(48,71,125)
(19%,28%,49%)

RGB channels and saturation

R 48 of 255 = 19%
G 71 of 255 = 28%
B 125 of 255 = 49%

48
71
125

R + G + B ~ 32%. #30477D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 71 + 125 = 244 (100%)
R 48 of 244 ~ 19.67%
G 71 of 244 ~ 29.1%
B 125 of 244 ~ 51.23%

%19.67
%29.1
%51.23

CMYK color model

#30477D color CMYK value is (62,43,0,51).

  • cyan value is 61.60%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(62,43,0,51)
C62M43Y0K51 
(62%,43%,0%,51%)
(0.62/0.43/0.00/0.51)	

CMYK percentages

%61.6
%43.2
%0
%50.98

Codes

Color #30477D in popluar color models

30477D
RGB4871125
HSL222°44.51%33.92%
HSB/HSV222°61.60%49.02%
CMYK61.60%43.20%0.00%
50.98%

Color #30477D in popluar number systems.

HEX30477D
Decimal4871125
Binary11000010001111111101
Octal60107175

Shades and tints

Shades of #30477D

#30477D
(48,71,125)
#2C4172
(44,65,114)
#283B67
(40,59,103)
#24355C
(36,53,92)
#202F51
(32,47,81)
#1C2946
(28,41,70)
#18233B
(24,35,59)
#141D30
(20,29,48)
#101725
(16,23,37)
#0C111A
(12,17,26)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #30477D

#30477D
(48,71,125)
#425788
(66,87,136)
#546793
(84,103,147)
#66779E
(102,119,158)
#7887A9
(120,135,169)
#8A97B4
(138,151,180)
#9CA7BF
(156,167,191)
#AEB7CA
(174,183,202)
#C0C7D5
(192,199,213)
#D2D7E0
(210,215,224)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30477D color. Also use rgb(48,71,125) instead hex code.

Text Font Color

.myTextColor { color: #30477D; }

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

This text font color is #30477D.


Background Color

.myBgColor { background-color: #30477D; }

<div style="background-color:#30477D">Inner text</div>

This div background color is #30477D.


Border color

.myBorderColor { border: 1px solid #30477D; }

<div style="border:3px solid #30477D">Div</div>

This div border color is #30477D.


Opacity

.myOpacity80 { color: #30477D; opacity: 0.8; }

<p style="color:#30477D;opacity:0.8;">80%</p>

Text with #30477D 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 #30477D;}

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

This text has shadow with #30477D color.

.textShadow {text-shadow: 3px 3px 1px #30477D, 3px 3px 1px red;}

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

This text has shadow with #30477D primary color and red secondary color.


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

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

This text has shadow with #30477D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30477D on black background.


Color preview on white background

This text has color #30477D on white background.



Black color preview on #30477D background

This text has black color on #30477D background.


White color preview on #30477D background

This text has white color on #30477D background.