COLOR #303E6A

HEX: #303E6A
RGB: (48,62,106)

Color info

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

RGB color model

#303E6A color RGB value is (48,62,106).

  • red value is 48;
  • green value is 62;
  • blue value is 106.
RGB:
(48,62,106)
(19%,24%,42%)

RGB channels and saturation

R 48 of 255 = 19%
G 62 of 255 = 24%
B 106 of 255 = 42%

48
62
106

R + G + B ~ 28%. #303E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 62 + 106 = 216 (100%)
R 48 of 216 ~ 22.22%
G 62 of 216 ~ 28.7%
B 106 of 216 ~ 49.07%

%22.22
%28.7
%49.07

CMYK color model

#303E6A color CMYK value is (55,42,0,58).

  • cyan value is 54.72%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(55,42,0,58)
C55M42Y0K58 
(55%,42%,0%,58%)
(0.55/0.42/0.00/0.58)	

CMYK percentages

%54.72
%41.51
%0
%58.43

Codes

Color #303E6A in popluar color models

303E6A
RGB4862106
HSL226°37.66%30.20%
HSB/HSV226°54.72%41.57%
CMYK54.72%41.51%0.00%
58.43%

Color #303E6A in popluar number systems.

HEX303E6A
Decimal4862106
Binary1100001111101101010
Octal6076152

Shades and tints

Shades of #303E6A

#303E6A
(48,62,106)
#2C3961
(44,57,97)
#283458
(40,52,88)
#242F4F
(36,47,79)
#202A46
(32,42,70)
#1C253D
(28,37,61)
#182034
(24,32,52)
#141B2B
(20,27,43)
#101622
(16,22,34)
#0C1119
(12,17,25)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #303E6A

#303E6A
(48,62,106)
#424F77
(66,79,119)
#546084
(84,96,132)
#667191
(102,113,145)
#78829E
(120,130,158)
#8A93AB
(138,147,171)
#9CA4B8
(156,164,184)
#AEB5C5
(174,181,197)
#C0C6D2
(192,198,210)
#D2D7DF
(210,215,223)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303E6A color. Also use rgb(48,62,106) instead hex code.

Text Font Color

.myTextColor { color: #303E6A; }

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

This text font color is #303E6A.


Background Color

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

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

This div background color is #303E6A.


Border color

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

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

This div border color is #303E6A.


Opacity

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

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

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

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

This text has shadow with #303E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303E6A on black background.


Color preview on white background

This text has color #303E6A on white background.



Black color preview on #303E6A background

This text has black color on #303E6A background.


White color preview on #303E6A background

This text has white color on #303E6A background.