COLOR #303243

HEX: #303243
RGB: (48,50,67)

Color info

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

RGB color model

#303243 color RGB value is (48,50,67).

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

RGB channels and saturation

R 48 of 255 = 19%
G 50 of 255 = 20%
B 67 of 255 = 26%

48
50
67

R + G + B ~ 22%. #303243 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 50 + 67 = 165 (100%)
R 48 of 165 ~ 29.09%
G 50 of 165 ~ 30.3%
B 67 of 165 ~ 40.61%

%29.09
%30.3
%40.61

CMYK color model

#303243 color CMYK value is (28,25,0,74).

  • cyan value is 28.36%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(28,25,0,74)
C28M25Y0K74 
(28%,25%,0%,74%)
(0.28/0.25/0.00/0.74)	

CMYK percentages

%28.36
%25.37
%0
%73.73

Codes

Color #303243 in popluar color models

303243
RGB485067
HSL234°16.52%22.55%
HSB/HSV234°28.36%26.27%
CMYK28.36%25.37%0.00%
73.73%

Color #303243 in popluar number systems.

HEX303243
Decimal485067
Binary1100001100101000011
Octal6062103

Shades and tints

Shades of #303243

#303243
(48,50,67)
#2C2E3D
(44,46,61)
#282A37
(40,42,55)
#242631
(36,38,49)
#20222B
(32,34,43)
#1C1E25
(28,30,37)
#181A1F
(24,26,31)
#141619
(20,22,25)
#101213
(16,18,19)
#0C0E0D
(12,14,13)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #303243

#303243
(48,50,67)
#424454
(66,68,84)
#545665
(84,86,101)
#666876
(102,104,118)
#787A87
(120,122,135)
#8A8C98
(138,140,152)
#9C9EA9
(156,158,169)
#AEB0BA
(174,176,186)
#C0C2CB
(192,194,203)
#D2D4DC
(210,212,220)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303243; }

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

This text font color is #303243.


Background Color

.myBgColor { background-color: #303243; }

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

This div background color is #303243.


Border color

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

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

This div border color is #303243.


Opacity

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

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

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

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

This text has shadow with #303243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303243 on black background.


Color preview on white background

This text has color #303243 on white background.



Black color preview on #303243 background

This text has black color on #303243 background.


White color preview on #303243 background

This text has white color on #303243 background.