COLOR #303367

HEX: #303367
RGB: (48,51,103)

Color info

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

RGB color model

#303367 color RGB value is (48,51,103).

  • red value is 48;
  • green value is 51;
  • blue value is 103.
RGB:
(48,51,103)
(19%,20%,40%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 103 of 255 = 40%

48
51
103

R + G + B ~ 26%. #303367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 103 = 202 (100%)
R 48 of 202 ~ 23.76%
G 51 of 202 ~ 25.25%
B 103 of 202 ~ 50.99%

%23.76
%25.25
%50.99

CMYK color model

#303367 color CMYK value is (53,50,0,60).

  • cyan value is 53.40%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(53,50,0,60)
C53M50Y0K60 
(53%,50%,0%,60%)
(0.53/0.50/0.00/0.60)	

CMYK percentages

%53.4
%50.49
%0
%59.61

Codes

Color #303367 in popluar color models

303367
RGB4851103
HSL237°36.42%29.61%
HSB/HSV237°53.40%40.39%
CMYK53.40%50.49%0.00%
59.61%

Color #303367 in popluar number systems.

HEX303367
Decimal4851103
Binary1100001100111100111
Octal6063147

Shades and tints

Shades of #303367

#303367
(48,51,103)
#2C2F5E
(44,47,94)
#282B55
(40,43,85)
#24274C
(36,39,76)
#202343
(32,35,67)
#1C1F3A
(28,31,58)
#181B31
(24,27,49)
#141728
(20,23,40)
#10131F
(16,19,31)
#0C0F16
(12,15,22)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #303367

#303367
(48,51,103)
#424574
(66,69,116)
#545781
(84,87,129)
#66698E
(102,105,142)
#787B9B
(120,123,155)
#8A8DA8
(138,141,168)
#9C9FB5
(156,159,181)
#AEB1C2
(174,177,194)
#C0C3CF
(192,195,207)
#D2D5DC
(210,213,220)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303367 color. Also use rgb(48,51,103) instead hex code.

Text Font Color

.myTextColor { color: #303367; }

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

This text font color is #303367.


Background Color

.myBgColor { background-color: #303367; }

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

This div background color is #303367.


Border color

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

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

This div border color is #303367.


Opacity

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

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

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

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

This text has shadow with #303367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303367 on black background.


Color preview on white background

This text has color #303367 on white background.



Black color preview on #303367 background

This text has black color on #303367 background.


White color preview on #303367 background

This text has white color on #303367 background.