COLOR #303E4B

HEX: #303E4B
RGB: (48,62,75)

Color info

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

RGB color model

#303E4B color RGB value is (48,62,75).

  • red value is 48;
  • green value is 62;
  • blue value is 75.
RGB:
(48,62,75)
(19%,24%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 62 of 255 = 24%
B 75 of 255 = 29%

48
62
75

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

Portions of RGB colors in percentages

R + G + B =
48 + 62 + 75 = 185 (100%)
R 48 of 185 ~ 25.95%
G 62 of 185 ~ 33.51%
B 75 of 185 ~ 40.54%

%25.95
%33.51
%40.54

CMYK color model

#303E4B color CMYK value is (36,17,0,71).

  • cyan value is 36.00%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(36,17,0,71)
C36M17Y0K71 
(36%,17%,0%,71%)
(0.36/0.17/0.00/0.71)	

CMYK percentages

%36
%17.33
%0
%70.59

Codes

Color #303E4B in popluar color models

303E4B
RGB486275
HSL209°21.95%24.12%
HSB/HSV209°36.00%29.41%
CMYK36.00%17.33%0.00%
70.59%

Color #303E4B in popluar number systems.

HEX303E4B
Decimal486275
Binary1100001111101001011
Octal6076113

Shades and tints

Shades of #303E4B

#303E4B
(48,62,75)
#2C3945
(44,57,69)
#28343F
(40,52,63)
#242F39
(36,47,57)
#202A33
(32,42,51)
#1C252D
(28,37,45)
#182027
(24,32,39)
#141B21
(20,27,33)
#10161B
(16,22,27)
#0C1115
(12,17,21)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #303E4B

#303E4B
(48,62,75)
#424F5B
(66,79,91)
#54606B
(84,96,107)
#66717B
(102,113,123)
#78828B
(120,130,139)
#8A939B
(138,147,155)
#9CA4AB
(156,164,171)
#AEB5BB
(174,181,187)
#C0C6CB
(192,198,203)
#D2D7DB
(210,215,219)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303E4B color. Also use rgb(48,62,75) instead hex code.

Text Font Color

.myTextColor { color: #303E4B; }

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

This text font color is #303E4B.


Background Color

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

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

This div background color is #303E4B.


Border color

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

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

This div border color is #303E4B.


Opacity

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

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

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

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

This text has shadow with #303E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303E4B on black background.


Color preview on white background

This text has color #303E4B on white background.



Black color preview on #303E4B background

This text has black color on #303E4B background.


White color preview on #303E4B background

This text has white color on #303E4B background.