COLOR #304E65

HEX: #304E65
RGB: (48,78,101)

Color info

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

RGB color model

#304E65 color RGB value is (48,78,101).

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

RGB channels and saturation

R 48 of 255 = 19%
G 78 of 255 = 31%
B 101 of 255 = 40%

48
78
101

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

Portions of RGB colors in percentages

R + G + B =
48 + 78 + 101 = 227 (100%)
R 48 of 227 ~ 21.15%
G 78 of 227 ~ 34.36%
B 101 of 227 ~ 44.49%

%21.15
%34.36
%44.49

CMYK color model

#304E65 color CMYK value is (52,23,0,60).

  • cyan value is 52.48%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(52,23,0,60)
C52M23Y0K60 
(52%,23%,0%,60%)
(0.52/0.23/0.00/0.60)	

CMYK percentages

%52.48
%22.77
%0
%60.39

Codes

Color #304E65 in popluar color models

304E65
RGB4878101
HSL206°35.57%29.22%
HSB/HSV206°52.48%39.61%
CMYK52.48%22.77%0.00%
60.39%

Color #304E65 in popluar number systems.

HEX304E65
Decimal4878101
Binary11000010011101100101
Octal60116145

Shades and tints

Shades of #304E65

#304E65
(48,78,101)
#2C475C
(44,71,92)
#284053
(40,64,83)
#24394A
(36,57,74)
#203241
(32,50,65)
#1C2B38
(28,43,56)
#18242F
(24,36,47)
#141D26
(20,29,38)
#10161D
(16,22,29)
#0C0F14
(12,15,20)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #304E65

#304E65
(48,78,101)
#425E73
(66,94,115)
#546E81
(84,110,129)
#667E8F
(102,126,143)
#788E9D
(120,142,157)
#8A9EAB
(138,158,171)
#9CAEB9
(156,174,185)
#AEBEC7
(174,190,199)
#C0CED5
(192,206,213)
#D2DEE3
(210,222,227)
#E4EEF1
(228,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304E65; }

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

This text font color is #304E65.


Background Color

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

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

This div background color is #304E65.


Border color

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

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

This div border color is #304E65.


Opacity

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

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

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

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

This text has shadow with #304E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304E65 on black background.


Color preview on white background

This text has color #304E65 on white background.



Black color preview on #304E65 background

This text has black color on #304E65 background.


White color preview on #304E65 background

This text has white color on #304E65 background.