COLOR #304E63

HEX: #304E63 RGB: (48,78,99)

Color info

#304E63 contains red, green and blue colors in about the same proportion. Web safe color of #304E63 is #336666 (or #366).

RGB color model

#304E63 color RGB value is (48,78,99).

RGB: (48,78,99) (19%, 31%, 39%)

RGB channels and saturation

R 48 of 255 = 19%
G 78 of 255 = 31%
B 99 of 255 = 39%

48
78
99

R + G + B ~ 30%. #304E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 78 + 99 = 225 (100%)
R 48 of 225 ~ 21.33%
G 78 of 225 ~ 34.67%
B 99 of 225 ~ 44'%

%21.33
%34.67
%44

CMYK color model

#304E63 color CMYK value is (52,21,0,61).

  • cyan value is 51.52%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (52,21,0,61)
C52M21Y0K61 (52%, 21%, 0%, 61%)
(0.52 / 0.21 / 0.00 / 0.61)

CMYK percentages

%51.52
%21.21
%0
%61.18

Codes

Color #304E63 in popluar color models

30 4E 63
RGB 48 78 99
HSL 205° 34.69% 28.82%
HSB/HSV 205° 51.52% 38.82%
CMYK 51.52% 21.21% 0.00%
61.18%

Color #304E63 in popluar number systems.

HEX 30 4E 63
Decimal 48 78 99
Binary 110000 1001110 1100011
Octal 60 116 143

Shades and tints

Shades of #304E63

#304E63
(48,78,99)
#2C475A
(44,71,90)
#284051
(40,64,81)
#243948
(36,57,72)
#20323F
(32,50,63)
#1C2B36
(28,43,54)
#18242D
(24,36,45)
#141D24
(20,29,36)
#10161B
(16,22,27)
#0C0F12
(12,15,18)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #304E63

#304E63
(48,78,99)
#425E71
(66,94,113)
#546E7F
(84,110,127)
#667E8D
(102,126,141)
#788E9B
(120,142,155)
#8A9EA9
(138,158,169)
#9CAEB7
(156,174,183)
#AEBEC5
(174,190,197)
#C0CED3
(192,206,211)
#D2DEE1
(210,222,225)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304E63; }

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

This text font color is #304E63.

Background Color

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

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

This div background color is #304E63.

Border color

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

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

This div border color is #304E63.

Opacity

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

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

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

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

This text has shadow with #304E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304E63.

Preview

Color preview on black background

This text has color #304E63 on black background.


Color preview on white background

This text has color #304E63 on white background.


Black color preview on #304E63 background

This text has black color on #304E63 background.


White color preview on #304E63 background

This text has white color on #304E63 background.


Related colors

Complementary color

Complementary color for #hex is #CFB19C.


I love getcolorcode.com

Triadic colors

1 #63304E and #4E6330 with #304E63 are triadic colors.

2 #634E30 and #4E3063 with #304E63 are triadic colors.