COLOR #304677

HEX: #304677
RGB: (48,70,119)

Color info

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

RGB color model

#304677 color RGB value is (48,70,119).

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

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 119 of 255 = 47%

48
70
119

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

Portions of RGB colors in percentages

R + G + B =
48 + 70 + 119 = 237 (100%)
R 48 of 237 ~ 20.25%
G 70 of 237 ~ 29.54%
B 119 of 237 ~ 50.21%

%20.25
%29.54
%50.21

CMYK color model

#304677 color CMYK value is (60,41,0,53).

  • cyan value is 59.66%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(60,41,0,53)
C60M41Y0K53 
(60%,41%,0%,53%)
(0.60/0.41/0.00/0.53)	

CMYK percentages

%59.66
%41.18
%0
%53.33

Codes

Color #304677 in popluar color models

304677
RGB4870119
HSL221°42.51%32.75%
HSB/HSV221°59.66%46.67%
CMYK59.66%41.18%0.00%
53.33%

Color #304677 in popluar number systems.

HEX304677
Decimal4870119
Binary11000010001101110111
Octal60106167

Shades and tints

Shades of #304677

#304677
(48,70,119)
#2C406D
(44,64,109)
#283A63
(40,58,99)
#243459
(36,52,89)
#202E4F
(32,46,79)
#1C2845
(28,40,69)
#18223B
(24,34,59)
#141C31
(20,28,49)
#101627
(16,22,39)
#0C101D
(12,16,29)
#080A13
(8,10,19)
#000000
(0,0,0)

Tints of #304677

#304677
(48,70,119)
#425683
(66,86,131)
#54668F
(84,102,143)
#66769B
(102,118,155)
#7886A7
(120,134,167)
#8A96B3
(138,150,179)
#9CA6BF
(156,166,191)
#AEB6CB
(174,182,203)
#C0C6D7
(192,198,215)
#D2D6E3
(210,214,227)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304677; }

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

This text font color is #304677.


Background Color

.myBgColor { background-color: #304677; }

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

This div background color is #304677.


Border color

.myBorderColor { border: 1px solid #304677; }

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

This div border color is #304677.


Opacity

.myOpacity80 { color: #304677; opacity: 0.8; }

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

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

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

This text has shadow with #304677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304677 on black background.


Color preview on white background

This text has color #304677 on white background.



Black color preview on #304677 background

This text has black color on #304677 background.


White color preview on #304677 background

This text has white color on #304677 background.