COLOR #303A49

HEX: #303A49
RGB: (48,58,73)

Color info

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

RGB color model

#303A49 color RGB value is (48,58,73).

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

RGB channels and saturation

R 48 of 255 = 19%
G 58 of 255 = 23%
B 73 of 255 = 29%

48
58
73

R + G + B ~ 24%. #303A49 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 58 + 73 = 179 (100%)
R 48 of 179 ~ 26.82%
G 58 of 179 ~ 32.4%
B 73 of 179 ~ 40.78%

%26.82
%32.4
%40.78

CMYK color model

#303A49 color CMYK value is (34,21,0,71).

  • cyan value is 34.25%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(34,21,0,71)
C34M21Y0K71 
(34%,21%,0%,71%)
(0.34/0.21/0.00/0.71)	

CMYK percentages

%34.25
%20.55
%0
%71.37

Codes

Color #303A49 in popluar color models

303A49
RGB485873
HSL216°20.66%23.73%
HSB/HSV216°34.25%28.63%
CMYK34.25%20.55%0.00%
71.37%

Color #303A49 in popluar number systems.

HEX303A49
Decimal485873
Binary1100001110101001001
Octal6072111

Shades and tints

Shades of #303A49

#303A49
(48,58,73)
#2C3543
(44,53,67)
#28303D
(40,48,61)
#242B37
(36,43,55)
#202631
(32,38,49)
#1C212B
(28,33,43)
#181C25
(24,28,37)
#14171F
(20,23,31)
#101219
(16,18,25)
#0C0D13
(12,13,19)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #303A49

#303A49
(48,58,73)
#424B59
(66,75,89)
#545C69
(84,92,105)
#666D79
(102,109,121)
#787E89
(120,126,137)
#8A8F99
(138,143,153)
#9CA0A9
(156,160,169)
#AEB1B9
(174,177,185)
#C0C2C9
(192,194,201)
#D2D3D9
(210,211,217)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303A49; }

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

This text font color is #303A49.


Background Color

.myBgColor { background-color: #303A49; }

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

This div background color is #303A49.


Border color

.myBorderColor { border: 1px solid #303A49; }

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

This div border color is #303A49.


Opacity

.myOpacity80 { color: #303A49; opacity: 0.8; }

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

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

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

This text has shadow with #303A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303A49 on black background.


Color preview on white background

This text has color #303A49 on white background.



Black color preview on #303A49 background

This text has black color on #303A49 background.


White color preview on #303A49 background

This text has white color on #303A49 background.