COLOR #304453

HEX: #304453
RGB: (48,68,83)

Color info

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

RGB color model

#304453 color RGB value is (48,68,83).

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

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 83 of 255 = 33%

48
68
83

R + G + B ~ 26%. #304453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 83 = 199 (100%)
R 48 of 199 ~ 24.12%
G 68 of 199 ~ 34.17%
B 83 of 199 ~ 41.71%

%24.12
%34.17
%41.71

CMYK color model

#304453 color CMYK value is (42,18,0,67).

  • cyan value is 42.17%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(42,18,0,67)
C42M18Y0K67 
(42%,18%,0%,67%)
(0.42/0.18/0.00/0.67)	

CMYK percentages

%42.17
%18.07
%0
%67.45

Codes

Color #304453 in popluar color models

304453
RGB486883
HSL206°26.72%25.69%
HSB/HSV206°42.17%32.55%
CMYK42.17%18.07%0.00%
67.45%

Color #304453 in popluar number systems.

HEX304453
Decimal486883
Binary11000010001001010011
Octal60104123

Shades and tints

Shades of #304453

#304453
(48,68,83)
#2C3E4C
(44,62,76)
#283845
(40,56,69)
#24323E
(36,50,62)
#202C37
(32,44,55)
#1C2630
(28,38,48)
#182029
(24,32,41)
#141A22
(20,26,34)
#10141B
(16,20,27)
#0C0E14
(12,14,20)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #304453

#304453
(48,68,83)
#425562
(66,85,98)
#546671
(84,102,113)
#667780
(102,119,128)
#78888F
(120,136,143)
#8A999E
(138,153,158)
#9CAAAD
(156,170,173)
#AEBBBC
(174,187,188)
#C0CCCB
(192,204,203)
#D2DDDA
(210,221,218)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304453; }

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

This text font color is #304453.


Background Color

.myBgColor { background-color: #304453; }

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

This div background color is #304453.


Border color

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

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

This div border color is #304453.


Opacity

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

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

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

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

This text has shadow with #304453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304453 on black background.


Color preview on white background

This text has color #304453 on white background.



Black color preview on #304453 background

This text has black color on #304453 background.


White color preview on #304453 background

This text has white color on #304453 background.