COLOR #304D77

HEX: #304D77
RGB: (48,77,119)

Color info

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

RGB color model

#304D77 color RGB value is (48,77,119).

  • red value is 48;
  • green value is 77;
  • blue value is 119.
RGB:
(48,77,119)
(19%,30%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 77 of 255 = 30%
B 119 of 255 = 47%

48
77
119

R + G + B ~ 32%. #304D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 77 + 119 = 244 (100%)
R 48 of 244 ~ 19.67%
G 77 of 244 ~ 31.56%
B 119 of 244 ~ 48.77%

%19.67
%31.56
%48.77

CMYK color model

#304D77 color CMYK value is (60,35,0,53).

  • cyan value is 59.66%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(60,35,0,53)
C60M35Y0K53 
(60%,35%,0%,53%)
(0.60/0.35/0.00/0.53)	

CMYK percentages

%59.66
%35.29
%0
%53.33

Codes

Color #304D77 in popluar color models

304D77
RGB4877119
HSL215°42.51%32.75%
HSB/HSV215°59.66%46.67%
CMYK59.66%35.29%0.00%
53.33%

Color #304D77 in popluar number systems.

HEX304D77
Decimal4877119
Binary11000010011011110111
Octal60115167

Shades and tints

Shades of #304D77

#304D77
(48,77,119)
#2C466D
(44,70,109)
#283F63
(40,63,99)
#243859
(36,56,89)
#20314F
(32,49,79)
#1C2A45
(28,42,69)
#18233B
(24,35,59)
#141C31
(20,28,49)
#101527
(16,21,39)
#0C0E1D
(12,14,29)
#080713
(8,7,19)
#000000
(0,0,0)

Tints of #304D77

#304D77
(48,77,119)
#425D83
(66,93,131)
#546D8F
(84,109,143)
#667D9B
(102,125,155)
#788DA7
(120,141,167)
#8A9DB3
(138,157,179)
#9CADBF
(156,173,191)
#AEBDCB
(174,189,203)
#C0CDD7
(192,205,215)
#D2DDE3
(210,221,227)
#E4EDEF
(228,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304D77 color. Also use rgb(48,77,119) instead hex code.

Text Font Color

.myTextColor { color: #304D77; }

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

This text font color is #304D77.


Background Color

.myBgColor { background-color: #304D77; }

<div style="background-color:#304D77">Inner text</div>

This div background color is #304D77.


Border color

.myBorderColor { border: 1px solid #304D77; }

<div style="border:3px solid #304D77">Div</div>

This div border color is #304D77.


Opacity

.myOpacity80 { color: #304D77; opacity: 0.8; }

<p style="color:#304D77;opacity:0.8;">80%</p>

Text with #304D77 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 #304D77;}

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

This text has shadow with #304D77 color.

.textShadow {text-shadow: 3px 3px 1px #304D77, 3px 3px 1px red;}

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

This text has shadow with #304D77 primary color and red secondary color.


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

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

This text has shadow with #304D77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304D77 on black background.


Color preview on white background

This text has color #304D77 on white background.



Black color preview on #304D77 background

This text has black color on #304D77 background.


White color preview on #304D77 background

This text has white color on #304D77 background.