COLOR #303C47

HEX: #303C47
RGB: (48,60,71)

Color info

#303C47 contains red, green and blue colors in about the same proportion. Web safe color of #303C47 is #333333 (or #333).

RGB color model

#303C47 color RGB value is (48,60,71).

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

RGB channels and saturation

R 48 of 255 = 19%
G 60 of 255 = 24%
B 71 of 255 = 28%

48
60
71

R + G + B ~ 24%. #303C47 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 71 = 179 (100%)
R 48 of 179 ~ 26.82%
G 60 of 179 ~ 33.52%
B 71 of 179 ~ 39.66%

%26.82
%33.52
%39.66

CMYK color model

#303C47 color CMYK value is (32,15,0,72).

  • cyan value is 32.39%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(32,15,0,72)
C32M15Y0K72 
(32%,15%,0%,72%)
(0.32/0.15/0.00/0.72)	

CMYK percentages

%32.39
%15.49
%0
%72.16

Codes

Color #303C47 in popluar color models

303C47
RGB486071
HSL209°19.33%23.33%
HSB/HSV209°32.39%27.84%
CMYK32.39%15.49%0.00%
72.16%

Color #303C47 in popluar number systems.

HEX303C47
Decimal486071
Binary1100001111001000111
Octal6074107

Shades and tints

Shades of #303C47

#303C47
(48,60,71)
#2C3741
(44,55,65)
#28323B
(40,50,59)
#242D35
(36,45,53)
#20282F
(32,40,47)
#1C2329
(28,35,41)
#181E23
(24,30,35)
#14191D
(20,25,29)
#101417
(16,20,23)
#0C0F11
(12,15,17)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #303C47

#303C47
(48,60,71)
#424D57
(66,77,87)
#545E67
(84,94,103)
#666F77
(102,111,119)
#788087
(120,128,135)
#8A9197
(138,145,151)
#9CA2A7
(156,162,167)
#AEB3B7
(174,179,183)
#C0C4C7
(192,196,199)
#D2D5D7
(210,213,215)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303C47; }

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

This text font color is #303C47.


Background Color

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

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

This div background color is #303C47.


Border color

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

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

This div border color is #303C47.


Opacity

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

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

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

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

This text has shadow with #303C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303C47 on black background.


Color preview on white background

This text has color #303C47 on white background.



Black color preview on #303C47 background

This text has black color on #303C47 background.


White color preview on #303C47 background

This text has white color on #303C47 background.