COLOR #303950

HEX: #303950 RGB: (48,57,80)

Color info

#303950 contains red, green and blue colors in about the same proportion. Web safe color of #303950 is #333366 (or #336).

RGB color model

#303950 color RGB value is (48,57,80).

RGB: (48,57,80) (19%, 22%, 31%)

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 80 of 255 = 31%

48
57
80

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

Portions of RGB colors in percentages

R + G + B = 48 + 57 + 80 = 185 (100%)
R 48 of 185 ~ 25.95%
G 57 of 185 ~ 30.81%
B 80 of 185 ~ 43.24'%

%25.95
%30.81
%43.24

CMYK color model

#303950 color CMYK value is (40,29,0,69).

  • cyan value is 40.00%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (40,29,0,69)
C40M29Y0K69 (40%, 29%, 0%, 69%)
(0.40 / 0.29 / 0.00 / 0.69)

CMYK percentages

%40
%28.75
%0
%68.63

Codes

Color #303950 in popluar color models

30 39 50
RGB 48 57 80
HSL 223° 25.00% 25.10%
HSB/HSV 223° 40.00% 31.37%
CMYK 40.00% 28.75% 0.00%
68.63%

Color #303950 in popluar number systems.

HEX 30 39 50
Decimal 48 57 80
Binary 110000 111001 1010000
Octal 60 71 120

Shades and tints

Shades of #303950

#303950
(48,57,80)
#2C3449
(44,52,73)
#282F42
(40,47,66)
#242A3B
(36,42,59)
#202534
(32,37,52)
#1C202D
(28,32,45)
#181B26
(24,27,38)
#14161F
(20,22,31)
#101118
(16,17,24)
#0C0C11
(12,12,17)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #303950

#303950
(48,57,80)
#424B5F
(66,75,95)
#545D6E
(84,93,110)
#666F7D
(102,111,125)
#78818C
(120,129,140)
#8A939B
(138,147,155)
#9CA5AA
(156,165,170)
#AEB7B9
(174,183,185)
#C0C9C8
(192,201,200)
#D2DBD7
(210,219,215)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303950 color. Also use rgb(48,57,80) instead hex code.

Text Font Color

.myTextColor { color: #303950; }

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

This text font color is #303950.

Background Color

.myBgColor { background-color: #303950; }

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

This div background color is #303950.

Border color

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

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

This div border color is #303950.

Opacity

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

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

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

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

This text has shadow with #303950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303950.

Preview

Color preview on black background

This text has color #303950 on black background.


Color preview on white background

This text has color #303950 on white background.


Black color preview on #303950 background

This text has black color on #303950 background.


White color preview on #303950 background

This text has white color on #303950 background.


Related colors

Complementary color

Complementary color for #hex is #CFC6AF.


I love getcolorcode.com

Triadic colors

1 #503039 and #395030 with #303950 are triadic colors.

2 #503930 and #393050 with #303950 are triadic colors.