COLOR #303240

HEX: #303240
RGB: (48,50,64)

Color info

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

RGB color model

#303240 color RGB value is (48,50,64).

  • red value is 48;
  • green value is 50;
  • blue value is 64.
RGB:
(48,50,64)
(19%,20%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 50 of 255 = 20%
B 64 of 255 = 25%

48
50
64

R + G + B ~ 21%. #303240 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 50 + 64 = 162 (100%)
R 48 of 162 ~ 29.63%
G 50 of 162 ~ 30.86%
B 64 of 162 ~ 39.51%

%29.63
%30.86
%39.51

CMYK color model

#303240 color CMYK value is (25,22,0,75).

  • cyan value is 25.00%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(25,22,0,75)
C25M22Y0K75 
(25%,22%,0%,75%)
(0.25/0.22/0.00/0.75)	

CMYK percentages

%25
%21.88
%0
%74.9

Codes

Color #303240 in popluar color models

303240
RGB485064
HSL233°14.29%21.96%
HSB/HSV233°25.00%25.10%
CMYK25.00%21.88%0.00%
74.90%

Color #303240 in popluar number systems.

HEX303240
Decimal485064
Binary1100001100101000000
Octal6062100

Shades and tints

Shades of #303240

#303240
(48,50,64)
#2C2E3B
(44,46,59)
#282A36
(40,42,54)
#242631
(36,38,49)
#20222C
(32,34,44)
#1C1E27
(28,30,39)
#181A22
(24,26,34)
#14161D
(20,22,29)
#101218
(16,18,24)
#0C0E13
(12,14,19)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #303240

#303240
(48,50,64)
#424451
(66,68,81)
#545662
(84,86,98)
#666873
(102,104,115)
#787A84
(120,122,132)
#8A8C95
(138,140,149)
#9C9EA6
(156,158,166)
#AEB0B7
(174,176,183)
#C0C2C8
(192,194,200)
#D2D4D9
(210,212,217)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303240 color. Also use rgb(48,50,64) instead hex code.

Text Font Color

.myTextColor { color: #303240; }

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

This text font color is #303240.


Background Color

.myBgColor { background-color: #303240; }

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

This div background color is #303240.


Border color

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

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

This div border color is #303240.


Opacity

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

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

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

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

This text has shadow with #303240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303240 on black background.


Color preview on white background

This text has color #303240 on white background.



Black color preview on #303240 background

This text has black color on #303240 background.


White color preview on #303240 background

This text has white color on #303240 background.