COLOR #303963

HEX: #303963
RGB: (48,57,99)

Color info

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

RGB color model

#303963 color RGB value is (48,57,99).

  • red value is 48;
  • green value is 57;
  • blue value is 99.
RGB:
(48,57,99)
(19%,22%,39%)

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 99 of 255 = 39%

48
57
99

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

Portions of RGB colors in percentages

R + G + B =
48 + 57 + 99 = 204 (100%)
R 48 of 204 ~ 23.53%
G 57 of 204 ~ 27.94%
B 99 of 204 ~ 48.53%

%23.53
%27.94
%48.53

CMYK color model

#303963 color CMYK value is (52,42,0,61).

  • cyan value is 51.52%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(52,42,0,61)
C52M42Y0K61 
(52%,42%,0%,61%)
(0.52/0.42/0.00/0.61)	

CMYK percentages

%51.52
%42.42
%0
%61.18

Codes

Color #303963 in popluar color models

303963
RGB485799
HSL229°34.69%28.82%
HSB/HSV229°51.52%38.82%
CMYK51.52%42.42%0.00%
61.18%

Color #303963 in popluar number systems.

HEX303963
Decimal485799
Binary1100001110011100011
Octal6071143

Shades and tints

Shades of #303963

#303963
(48,57,99)
#2C345A
(44,52,90)
#282F51
(40,47,81)
#242A48
(36,42,72)
#20253F
(32,37,63)
#1C2036
(28,32,54)
#181B2D
(24,27,45)
#141624
(20,22,36)
#10111B
(16,17,27)
#0C0C12
(12,12,18)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #303963

#303963
(48,57,99)
#424B71
(66,75,113)
#545D7F
(84,93,127)
#666F8D
(102,111,141)
#78819B
(120,129,155)
#8A93A9
(138,147,169)
#9CA5B7
(156,165,183)
#AEB7C5
(174,183,197)
#C0C9D3
(192,201,211)
#D2DBE1
(210,219,225)
#E4EDEF
(228,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303963 color. Also use rgb(48,57,99) instead hex code.

Text Font Color

.myTextColor { color: #303963; }

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

This text font color is #303963.


Background Color

.myBgColor { background-color: #303963; }

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

This div background color is #303963.


Border color

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

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

This div border color is #303963.


Opacity

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

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

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

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

This text has shadow with #303963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303963 on black background.


Color preview on white background

This text has color #303963 on white background.



Black color preview on #303963 background

This text has black color on #303963 background.


White color preview on #303963 background

This text has white color on #303963 background.