COLOR #303449

HEX: #303449
RGB: (48,52,73)

Color info

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

RGB color model

#303449 color RGB value is (48,52,73).

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

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 73 of 255 = 29%

48
52
73

R + G + B ~ 23%. #303449 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 73 = 173 (100%)
R 48 of 173 ~ 27.75%
G 52 of 173 ~ 30.06%
B 73 of 173 ~ 42.2%

%27.75
%30.06
%42.2

CMYK color model

#303449 color CMYK value is (34,29,0,71).

  • cyan value is 34.25%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(34,29,0,71)
C34M29Y0K71 
(34%,29%,0%,71%)
(0.34/0.29/0.00/0.71)	

CMYK percentages

%34.25
%28.77
%0
%71.37

Codes

Color #303449 in popluar color models

303449
RGB485273
HSL230°20.66%23.73%
HSB/HSV230°34.25%28.63%
CMYK34.25%28.77%0.00%
71.37%

Color #303449 in popluar number systems.

HEX303449
Decimal485273
Binary1100001101001001001
Octal6064111

Shades and tints

Shades of #303449

#303449
(48,52,73)
#2C3043
(44,48,67)
#282C3D
(40,44,61)
#242837
(36,40,55)
#202431
(32,36,49)
#1C202B
(28,32,43)
#181C25
(24,28,37)
#14181F
(20,24,31)
#101419
(16,20,25)
#0C1013
(12,16,19)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #303449

#303449
(48,52,73)
#424659
(66,70,89)
#545869
(84,88,105)
#666A79
(102,106,121)
#787C89
(120,124,137)
#8A8E99
(138,142,153)
#9CA0A9
(156,160,169)
#AEB2B9
(174,178,185)
#C0C4C9
(192,196,201)
#D2D6D9
(210,214,217)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303449; }

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

This text font color is #303449.


Background Color

.myBgColor { background-color: #303449; }

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

This div background color is #303449.


Border color

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

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

This div border color is #303449.


Opacity

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

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

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

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

This text has shadow with #303449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303449 on black background.


Color preview on white background

This text has color #303449 on white background.



Black color preview on #303449 background

This text has black color on #303449 background.


White color preview on #303449 background

This text has white color on #303449 background.