COLOR #304E5F

HEX: #304E5F
RGB: (48,78,95)

Color info

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

RGB color model

#304E5F color RGB value is (48,78,95).

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

RGB channels and saturation

R 48 of 255 = 19%
G 78 of 255 = 31%
B 95 of 255 = 37%

48
78
95

R + G + B ~ 29%. #304E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 78 + 95 = 221 (100%)
R 48 of 221 ~ 21.72%
G 78 of 221 ~ 35.29%
B 95 of 221 ~ 42.99%

%21.72
%35.29
%42.99

CMYK color model

#304E5F color CMYK value is (49,18,0,63).

  • cyan value is 49.47%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(49,18,0,63)
C49M18Y0K63 
(49%,18%,0%,63%)
(0.49/0.18/0.00/0.63)	

CMYK percentages

%49.47
%17.89
%0
%62.75

Codes

Color #304E5F in popluar color models

304E5F
RGB487895
HSL202°32.87%28.04%
HSB/HSV202°49.47%37.25%
CMYK49.47%17.89%0.00%
62.75%

Color #304E5F in popluar number systems.

HEX304E5F
Decimal487895
Binary11000010011101011111
Octal60116137

Shades and tints

Shades of #304E5F

#304E5F
(48,78,95)
#2C4757
(44,71,87)
#28404F
(40,64,79)
#243947
(36,57,71)
#20323F
(32,50,63)
#1C2B37
(28,43,55)
#18242F
(24,36,47)
#141D27
(20,29,39)
#10161F
(16,22,31)
#0C0F17
(12,15,23)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #304E5F

#304E5F
(48,78,95)
#425E6D
(66,94,109)
#546E7B
(84,110,123)
#667E89
(102,126,137)
#788E97
(120,142,151)
#8A9EA5
(138,158,165)
#9CAEB3
(156,174,179)
#AEBEC1
(174,190,193)
#C0CECF
(192,206,207)
#D2DEDD
(210,222,221)
#E4EEEB
(228,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304E5F; }

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

This text font color is #304E5F.


Background Color

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

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

This div background color is #304E5F.


Border color

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

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

This div border color is #304E5F.


Opacity

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

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

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

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

This text has shadow with #304E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304E5F on black background.


Color preview on white background

This text has color #304E5F on white background.



Black color preview on #304E5F background

This text has black color on #304E5F background.


White color preview on #304E5F background

This text has white color on #304E5F background.