COLOR #304449

HEX: #304449
RGB: (48,68,73)

Color info

#304449 contains red, green and blue colors in about the same proportion. Web safe color of #304449 is #333333 (or #333).

RGB color model

#304449 color RGB value is (48,68,73).

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

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 73 of 255 = 29%

48
68
73

R + G + B ~ 25%. #304449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 73 = 189 (100%)
R 48 of 189 ~ 25.4%
G 68 of 189 ~ 35.98%
B 73 of 189 ~ 38.62%

%25.4
%35.98
%38.62

CMYK color model

#304449 color CMYK value is (34,7,0,71).

  • cyan value is 34.25%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(34,7,0,71)
C34M7Y0K71 
(34%,7%,0%,71%)
(0.34/0.07/0.00/0.71)	

CMYK percentages

%34.25
%6.85
%0
%71.37

Codes

Color #304449 in popluar color models

304449
RGB486873
HSL192°20.66%23.73%
HSB/HSV192°34.25%28.63%
CMYK34.25%6.85%0.00%
71.37%

Color #304449 in popluar number systems.

HEX304449
Decimal486873
Binary11000010001001001001
Octal60104111

Shades and tints

Shades of #304449

#304449
(48,68,73)
#2C3E43
(44,62,67)
#28383D
(40,56,61)
#243237
(36,50,55)
#202C31
(32,44,49)
#1C262B
(28,38,43)
#182025
(24,32,37)
#141A1F
(20,26,31)
#101419
(16,20,25)
#0C0E13
(12,14,19)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #304449

#304449
(48,68,73)
#425559
(66,85,89)
#546669
(84,102,105)
#667779
(102,119,121)
#788889
(120,136,137)
#8A9999
(138,153,153)
#9CAAA9
(156,170,169)
#AEBBB9
(174,187,185)
#C0CCC9
(192,204,201)
#D2DDD9
(210,221,217)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304449; }

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

This text font color is #304449.


Background Color

.myBgColor { background-color: #304449; }

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

This div background color is #304449.


Border color

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

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

This div border color is #304449.


Opacity

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

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

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

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

This text has shadow with #304449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304449 on black background.


Color preview on white background

This text has color #304449 on white background.



Black color preview on #304449 background

This text has black color on #304449 background.


White color preview on #304449 background

This text has white color on #304449 background.