COLOR #304458

HEX: #304458
RGB: (48,68,88)

Color info

#304458 contains red, green and blue colors in about the same proportion. Web safe color of #304458 is #333366 (or #336).

RGB color model

#304458 color RGB value is (48,68,88).

  • red value is 48;
  • green value is 68;
  • blue value is 88.
RGB:
(48,68,88)
(19%,27%,35%)

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 88 of 255 = 35%

48
68
88

R + G + B ~ 27%. #304458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 88 = 204 (100%)
R 48 of 204 ~ 23.53%
G 68 of 204 ~ 33.33%
B 88 of 204 ~ 43.14%

%23.53
%33.33
%43.14

CMYK color model

#304458 color CMYK value is (45,23,0,65).

  • cyan value is 45.45%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(45,23,0,65)
C45M23Y0K65 
(45%,23%,0%,65%)
(0.45/0.23/0.00/0.65)	

CMYK percentages

%45.45
%22.73
%0
%65.49

Codes

Color #304458 in popluar color models

304458
RGB486888
HSL210°29.41%26.67%
HSB/HSV210°45.45%34.51%
CMYK45.45%22.73%0.00%
65.49%

Color #304458 in popluar number systems.

HEX304458
Decimal486888
Binary11000010001001011000
Octal60104130

Shades and tints

Shades of #304458

#304458
(48,68,88)
#2C3E50
(44,62,80)
#283848
(40,56,72)
#243240
(36,50,64)
#202C38
(32,44,56)
#1C2630
(28,38,48)
#182028
(24,32,40)
#141A20
(20,26,32)
#101418
(16,20,24)
#0C0E10
(12,14,16)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #304458

#304458
(48,68,88)
#425567
(66,85,103)
#546676
(84,102,118)
#667785
(102,119,133)
#788894
(120,136,148)
#8A99A3
(138,153,163)
#9CAAB2
(156,170,178)
#AEBBC1
(174,187,193)
#C0CCD0
(192,204,208)
#D2DDDF
(210,221,223)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304458 color. Also use rgb(48,68,88) instead hex code.

Text Font Color

.myTextColor { color: #304458; }

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

This text font color is #304458.


Background Color

.myBgColor { background-color: #304458; }

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

This div background color is #304458.


Border color

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

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

This div border color is #304458.


Opacity

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

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

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

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

This text has shadow with #304458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304458 on black background.


Color preview on white background

This text has color #304458 on white background.



Black color preview on #304458 background

This text has black color on #304458 background.


White color preview on #304458 background

This text has white color on #304458 background.