COLOR #303863

HEX: #303863 RGB: (48,56,99)

Color info

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

RGB color model

#303863 color RGB value is (48,56,99).

RGB: (48,56,99) (19%, 22%, 39%)

RGB channels and saturation

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

48
56
99

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

Portions of RGB colors in percentages

R + G + B = 48 + 56 + 99 = 203 (100%)
R 48 of 203 ~ 23.65%
G 56 of 203 ~ 27.59%
B 99 of 203 ~ 48.77'%

%23.65
%27.59
%48.77

CMYK color model

#303863 color CMYK value is (52,43,0,61).

  • cyan value is 51.52%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (52,43,0,61)
C52M43Y0K61 (52%, 43%, 0%, 61%)
(0.52 / 0.43 / 0.00 / 0.61)

CMYK percentages

%51.52
%43.43
%0
%61.18

Codes

Color #303863 in popluar color models

30 38 63
RGB 48 56 99
HSL 231° 34.69% 28.82%
HSB/HSV 231° 51.52% 38.82%
CMYK 51.52% 43.43% 0.00%
61.18%

Color #303863 in popluar number systems.

HEX 30 38 63
Decimal 48 56 99
Binary 110000 111000 1100011
Octal 60 70 143

Shades and tints

Shades of #303863

#303863
(48,56,99)
#2C335A
(44,51,90)
#282E51
(40,46,81)
#242948
(36,41,72)
#20243F
(32,36,63)
#1C1F36
(28,31,54)
#181A2D
(24,26,45)
#141524
(20,21,36)
#10101B
(16,16,27)
#0C0B12
(12,11,18)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #303863

#303863
(48,56,99)
#424A71
(66,74,113)
#545C7F
(84,92,127)
#666E8D
(102,110,141)
#78809B
(120,128,155)
#8A92A9
(138,146,169)
#9CA4B7
(156,164,183)
#AEB6C5
(174,182,197)
#C0C8D3
(192,200,211)
#D2DAE1
(210,218,225)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303863; }

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

This text font color is #303863.

Background Color

.myBgColor { background-color: #303863; }

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

This div background color is #303863.

Border color

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

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

This div border color is #303863.

Opacity

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

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

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

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

This text has shadow with #303863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303863.

Preview

Color preview on black background

This text has color #303863 on black background.


Color preview on white background

This text has color #303863 on white background.


Black color preview on #303863 background

This text has black color on #303863 background.


White color preview on #303863 background

This text has white color on #303863 background.


Related colors

Complementary color

Complementary color for #hex is #CFC79C.


I love getcolorcode.com

Triadic colors

1 #633038 and #386330 with #303863 are triadic colors.

2 #633830 and #383063 with #303863 are triadic colors.