COLOR #303648

HEX: #303648
RGB: (48,54,72)

Color info

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

RGB color model

#303648 color RGB value is (48,54,72).

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

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 72 of 255 = 28%

48
54
72

R + G + B ~ 23%. #303648 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 72 = 174 (100%)
R 48 of 174 ~ 27.59%
G 54 of 174 ~ 31.03%
B 72 of 174 ~ 41.38%

%27.59
%31.03
%41.38

CMYK color model

#303648 color CMYK value is (33,25,0,72).

  • cyan value is 33.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(33,25,0,72)
C33M25Y0K72 
(33%,25%,0%,72%)
(0.33/0.25/0.00/0.72)	

CMYK percentages

%33.33
%25
%0
%71.76

Codes

Color #303648 in popluar color models

303648
RGB485472
HSL225°20.00%23.53%
HSB/HSV225°33.33%28.24%
CMYK33.33%25.00%0.00%
71.76%

Color #303648 in popluar number systems.

HEX303648
Decimal485472
Binary1100001101101001000
Octal6066110

Shades and tints

Shades of #303648

#303648
(48,54,72)
#2C3242
(44,50,66)
#282E3C
(40,46,60)
#242A36
(36,42,54)
#202630
(32,38,48)
#1C222A
(28,34,42)
#181E24
(24,30,36)
#141A1E
(20,26,30)
#101618
(16,22,24)
#0C1212
(12,18,18)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #303648

#303648
(48,54,72)
#424858
(66,72,88)
#545A68
(84,90,104)
#666C78
(102,108,120)
#787E88
(120,126,136)
#8A9098
(138,144,152)
#9CA2A8
(156,162,168)
#AEB4B8
(174,180,184)
#C0C6C8
(192,198,200)
#D2D8D8
(210,216,216)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303648; }

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

This text font color is #303648.


Background Color

.myBgColor { background-color: #303648; }

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

This div background color is #303648.


Border color

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

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

This div border color is #303648.


Opacity

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

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

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

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

This text has shadow with #303648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303648 on black background.


Color preview on white background

This text has color #303648 on white background.



Black color preview on #303648 background

This text has black color on #303648 background.


White color preview on #303648 background

This text has white color on #303648 background.