COLOR #303C5D

HEX: #303C5D
RGB: (48,60,93)

Color info

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

RGB color model

#303C5D color RGB value is (48,60,93).

  • red value is 48;
  • green value is 60;
  • blue value is 93.
RGB:
(48,60,93)
(19%,24%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 60 of 255 = 24%
B 93 of 255 = 36%

48
60
93

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

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 93 = 201 (100%)
R 48 of 201 ~ 23.88%
G 60 of 201 ~ 29.85%
B 93 of 201 ~ 46.27%

%23.88
%29.85
%46.27

CMYK color model

#303C5D color CMYK value is (48,35,0,64).

  • cyan value is 48.39%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(48,35,0,64)
C48M35Y0K64 
(48%,35%,0%,64%)
(0.48/0.35/0.00/0.64)	

CMYK percentages

%48.39
%35.48
%0
%63.53

Codes

Color #303C5D in popluar color models

303C5D
RGB486093
HSL224°31.91%27.65%
HSB/HSV224°48.39%36.47%
CMYK48.39%35.48%0.00%
63.53%

Color #303C5D in popluar number systems.

HEX303C5D
Decimal486093
Binary1100001111001011101
Octal6074135

Shades and tints

Shades of #303C5D

#303C5D
(48,60,93)
#2C3755
(44,55,85)
#28324D
(40,50,77)
#242D45
(36,45,69)
#20283D
(32,40,61)
#1C2335
(28,35,53)
#181E2D
(24,30,45)
#141925
(20,25,37)
#10141D
(16,20,29)
#0C0F15
(12,15,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #303C5D

#303C5D
(48,60,93)
#424D6B
(66,77,107)
#545E79
(84,94,121)
#666F87
(102,111,135)
#788095
(120,128,149)
#8A91A3
(138,145,163)
#9CA2B1
(156,162,177)
#AEB3BF
(174,179,191)
#C0C4CD
(192,196,205)
#D2D5DB
(210,213,219)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303C5D color. Also use rgb(48,60,93) instead hex code.

Text Font Color

.myTextColor { color: #303C5D; }

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

This text font color is #303C5D.


Background Color

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

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

This div background color is #303C5D.


Border color

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

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

This div border color is #303C5D.


Opacity

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

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

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

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

This text has shadow with #303C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303C5D on black background.


Color preview on white background

This text has color #303C5D on white background.



Black color preview on #303C5D background

This text has black color on #303C5D background.


White color preview on #303C5D background

This text has white color on #303C5D background.