COLOR #303F59

HEX: #303F59
RGB: (48,63,89)

Color info

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

RGB color model

#303F59 color RGB value is (48,63,89).

  • red value is 48;
  • green value is 63;
  • blue value is 89.
RGB:
(48,63,89)
(19%,25%,35%)

RGB channels and saturation

R 48 of 255 = 19%
G 63 of 255 = 25%
B 89 of 255 = 35%

48
63
89

R + G + B ~ 26%. #303F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 63 + 89 = 200 (100%)
R 48 of 200 ~ 24%
G 63 of 200 ~ 31.5%
B 89 of 200 ~ 44.5%

%24
%31.5
%44.5

CMYK color model

#303F59 color CMYK value is (46,29,0,65).

  • cyan value is 46.07%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(46,29,0,65)
C46M29Y0K65 
(46%,29%,0%,65%)
(0.46/0.29/0.00/0.65)	

CMYK percentages

%46.07
%29.21
%0
%65.1

Codes

Color #303F59 in popluar color models

303F59
RGB486389
HSL218°29.93%26.86%
HSB/HSV218°46.07%34.90%
CMYK46.07%29.21%0.00%
65.10%

Color #303F59 in popluar number systems.

HEX303F59
Decimal486389
Binary1100001111111011001
Octal6077131

Shades and tints

Shades of #303F59

#303F59
(48,63,89)
#2C3A51
(44,58,81)
#283549
(40,53,73)
#243041
(36,48,65)
#202B39
(32,43,57)
#1C2631
(28,38,49)
#182129
(24,33,41)
#141C21
(20,28,33)
#101719
(16,23,25)
#0C1211
(12,18,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #303F59

#303F59
(48,63,89)
#425068
(66,80,104)
#546177
(84,97,119)
#667286
(102,114,134)
#788395
(120,131,149)
#8A94A4
(138,148,164)
#9CA5B3
(156,165,179)
#AEB6C2
(174,182,194)
#C0C7D1
(192,199,209)
#D2D8E0
(210,216,224)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303F59 color. Also use rgb(48,63,89) instead hex code.

Text Font Color

.myTextColor { color: #303F59; }

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

This text font color is #303F59.


Background Color

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

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

This div background color is #303F59.


Border color

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

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

This div border color is #303F59.


Opacity

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

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

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

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

This text has shadow with #303F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303F59 on black background.


Color preview on white background

This text has color #303F59 on white background.



Black color preview on #303F59 background

This text has black color on #303F59 background.


White color preview on #303F59 background

This text has white color on #303F59 background.