COLOR #304E77

HEX: #304E77
RGB: (48,78,119)

Color info

#304E77 contains mainly green and blue colors. Web safe color of #304E77 is #336666 (or #366).

RGB color model

#304E77 color RGB value is (48,78,119).

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

RGB channels and saturation

R 48 of 255 = 19%
G 78 of 255 = 31%
B 119 of 255 = 47%

48
78
119

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

Portions of RGB colors in percentages

R + G + B =
48 + 78 + 119 = 245 (100%)
R 48 of 245 ~ 19.59%
G 78 of 245 ~ 31.84%
B 119 of 245 ~ 48.57%

%19.59
%31.84
%48.57

CMYK color model

#304E77 color CMYK value is (60,34,0,53).

  • cyan value is 59.66%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(60,34,0,53)
C60M34Y0K53 
(60%,34%,0%,53%)
(0.60/0.34/0.00/0.53)	

CMYK percentages

%59.66
%34.45
%0
%53.33

Codes

Color #304E77 in popluar color models

304E77
RGB4878119
HSL215°42.51%32.75%
HSB/HSV215°59.66%46.67%
CMYK59.66%34.45%0.00%
53.33%

Color #304E77 in popluar number systems.

HEX304E77
Decimal4878119
Binary11000010011101110111
Octal60116167

Shades and tints

Shades of #304E77

#304E77
(48,78,119)
#2C476D
(44,71,109)
#284063
(40,64,99)
#243959
(36,57,89)
#20324F
(32,50,79)
#1C2B45
(28,43,69)
#18243B
(24,36,59)
#141D31
(20,29,49)
#101627
(16,22,39)
#0C0F1D
(12,15,29)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #304E77

#304E77
(48,78,119)
#425E83
(66,94,131)
#546E8F
(84,110,143)
#667E9B
(102,126,155)
#788EA7
(120,142,167)
#8A9EB3
(138,158,179)
#9CAEBF
(156,174,191)
#AEBECB
(174,190,203)
#C0CED7
(192,206,215)
#D2DEE3
(210,222,227)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304E77; }

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

This text font color is #304E77.


Background Color

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

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

This div background color is #304E77.


Border color

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

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

This div border color is #304E77.


Opacity

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

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

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

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

This text has shadow with #304E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304E77 on black background.


Color preview on white background

This text has color #304E77 on white background.



Black color preview on #304E77 background

This text has black color on #304E77 background.


White color preview on #304E77 background

This text has white color on #304E77 background.