COLOR #303951

HEX: #303951 RGB: (48,57,81)

Color info

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

RGB color model

#303951 color RGB value is (48,57,81).

RGB: (48,57,81) (19%, 22%, 32%)

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 81 of 255 = 32%

48
57
81

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

Portions of RGB colors in percentages

R + G + B = 48 + 57 + 81 = 186 (100%)
R 48 of 186 ~ 25.81%
G 57 of 186 ~ 30.65%
B 81 of 186 ~ 43.55'%

%25.81
%30.65
%43.55

CMYK color model

#303951 color CMYK value is (41,30,0,68).

  • cyan value is 40.74%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (41,30,0,68)
C41M30Y0K68 (41%, 30%, 0%, 68%)
(0.41 / 0.30 / 0.00 / 0.68)

CMYK percentages

%40.74
%29.63
%0
%68.24

Codes

Color #303951 in popluar color models

30 39 51
RGB 48 57 81
HSL 224° 25.58% 25.29%
HSB/HSV 224° 40.74% 31.76%
CMYK 40.74% 29.63% 0.00%
68.24%

Color #303951 in popluar number systems.

HEX 30 39 51
Decimal 48 57 81
Binary 110000 111001 1010001
Octal 60 71 121

Shades and tints

Shades of #303951

#303951
(48,57,81)
#2C344A
(44,52,74)
#282F43
(40,47,67)
#242A3C
(36,42,60)
#202535
(32,37,53)
#1C202E
(28,32,46)
#181B27
(24,27,39)
#141620
(20,22,32)
#101119
(16,17,25)
#0C0C12
(12,12,18)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #303951

#303951
(48,57,81)
#424B60
(66,75,96)
#545D6F
(84,93,111)
#666F7E
(102,111,126)
#78818D
(120,129,141)
#8A939C
(138,147,156)
#9CA5AB
(156,165,171)
#AEB7BA
(174,183,186)
#C0C9C9
(192,201,201)
#D2DBD8
(210,219,216)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303951; }

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

This text font color is #303951.

Background Color

.myBgColor { background-color: #303951; }

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

This div background color is #303951.

Border color

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

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

This div border color is #303951.

Opacity

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

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

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

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

This text has shadow with #303951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303951.

Preview

Color preview on black background

This text has color #303951 on black background.


Color preview on white background

This text has color #303951 on white background.


Black color preview on #303951 background

This text has black color on #303951 background.


White color preview on #303951 background

This text has white color on #303951 background.


Related colors

Complementary color

Complementary color for #hex is #CFC6AE.


I love getcolorcode.com

Triadic colors

1 #513039 and #395130 with #303951 are triadic colors.

2 #513930 and #393051 with #303951 are triadic colors.