COLOR #303D4F

HEX: #303D4F
RGB: (48,61,79)

Color info

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

RGB color model

#303D4F color RGB value is (48,61,79).

  • red value is 48;
  • green value is 61;
  • blue value is 79.
RGB:
(48,61,79)
(19%,24%,31%)

RGB channels and saturation

R 48 of 255 = 19%
G 61 of 255 = 24%
B 79 of 255 = 31%

48
61
79

R + G + B ~ 25%. #303D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 61 + 79 = 188 (100%)
R 48 of 188 ~ 25.53%
G 61 of 188 ~ 32.45%
B 79 of 188 ~ 42.02%

%25.53
%32.45
%42.02

CMYK color model

#303D4F color CMYK value is (39,23,0,69).

  • cyan value is 39.24%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(39,23,0,69)
C39M23Y0K69 
(39%,23%,0%,69%)
(0.39/0.23/0.00/0.69)	

CMYK percentages

%39.24
%22.78
%0
%69.02

Codes

Color #303D4F in popluar color models

303D4F
RGB486179
HSL215°24.41%24.90%
HSB/HSV215°39.24%30.98%
CMYK39.24%22.78%0.00%
69.02%

Color #303D4F in popluar number systems.

HEX303D4F
Decimal486179
Binary1100001111011001111
Octal6075117

Shades and tints

Shades of #303D4F

#303D4F
(48,61,79)
#2C3848
(44,56,72)
#283341
(40,51,65)
#242E3A
(36,46,58)
#202933
(32,41,51)
#1C242C
(28,36,44)
#181F25
(24,31,37)
#141A1E
(20,26,30)
#101517
(16,21,23)
#0C1010
(12,16,16)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #303D4F

#303D4F
(48,61,79)
#424E5F
(66,78,95)
#545F6F
(84,95,111)
#66707F
(102,112,127)
#78818F
(120,129,143)
#8A929F
(138,146,159)
#9CA3AF
(156,163,175)
#AEB4BF
(174,180,191)
#C0C5CF
(192,197,207)
#D2D6DF
(210,214,223)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303D4F color. Also use rgb(48,61,79) instead hex code.

Text Font Color

.myTextColor { color: #303D4F; }

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

This text font color is #303D4F.


Background Color

.myBgColor { background-color: #303D4F; }

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

This div background color is #303D4F.


Border color

.myBorderColor { border: 1px solid #303D4F; }

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

This div border color is #303D4F.


Opacity

.myOpacity80 { color: #303D4F; opacity: 0.8; }

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

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

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

This text has shadow with #303D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303D4F on black background.


Color preview on white background

This text has color #303D4F on white background.



Black color preview on #303D4F background

This text has black color on #303D4F background.


White color preview on #303D4F background

This text has white color on #303D4F background.