COLOR #303C48

HEX: #303C48
RGB: (48,60,72)

Color info

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

RGB color model

#303C48 color RGB value is (48,60,72).

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

RGB channels and saturation

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

48
60
72

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

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 72 = 180 (100%)
R 48 of 180 ~ 26.67%
G 60 of 180 ~ 33.33%
B 72 of 180 ~ 40%

%26.67
%33.33
%40

CMYK color model

#303C48 color CMYK value is (33,17,0,72).

  • cyan value is 33.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(33,17,0,72)
C33M17Y0K72 
(33%,17%,0%,72%)
(0.33/0.17/0.00/0.72)	

CMYK percentages

%33.33
%16.67
%0
%71.76

Codes

Color #303C48 in popluar color models

303C48
RGB486072
HSL210°20.00%23.53%
HSB/HSV210°33.33%28.24%
CMYK33.33%16.67%0.00%
71.76%

Color #303C48 in popluar number systems.

HEX303C48
Decimal486072
Binary1100001111001001000
Octal6074110

Shades and tints

Shades of #303C48

#303C48
(48,60,72)
#2C3742
(44,55,66)
#28323C
(40,50,60)
#242D36
(36,45,54)
#202830
(32,40,48)
#1C232A
(28,35,42)
#181E24
(24,30,36)
#14191E
(20,25,30)
#101418
(16,20,24)
#0C0F12
(12,15,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #303C48

#303C48
(48,60,72)
#424D58
(66,77,88)
#545E68
(84,94,104)
#666F78
(102,111,120)
#788088
(120,128,136)
#8A9198
(138,145,152)
#9CA2A8
(156,162,168)
#AEB3B8
(174,179,184)
#C0C4C8
(192,196,200)
#D2D5D8
(210,213,216)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303C48; }

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

This text font color is #303C48.


Background Color

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

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

This div background color is #303C48.


Border color

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

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

This div border color is #303C48.


Opacity

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

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

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

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

This text has shadow with #303C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303C48 on black background.


Color preview on white background

This text has color #303C48 on white background.



Black color preview on #303C48 background

This text has black color on #303C48 background.


White color preview on #303C48 background

This text has white color on #303C48 background.