COLOR #303659

HEX: #303659
RGB: (48,54,89)

Color info

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

RGB color model

#303659 color RGB value is (48,54,89).

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

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 89 of 255 = 35%

48
54
89

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

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 89 = 191 (100%)
R 48 of 191 ~ 25.13%
G 54 of 191 ~ 28.27%
B 89 of 191 ~ 46.6%

%25.13
%28.27
%46.6

CMYK color model

#303659 color CMYK value is (46,39,0,65).

  • cyan value is 46.07%
  • magenta value is 39.33%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(46,39,0,65)
C46M39Y0K65 
(46%,39%,0%,65%)
(0.46/0.39/0.00/0.65)	

CMYK percentages

%46.07
%39.33
%0
%65.1

Codes

Color #303659 in popluar color models

303659
RGB485489
HSL231°29.93%26.86%
HSB/HSV231°46.07%34.90%
CMYK46.07%39.33%0.00%
65.10%

Color #303659 in popluar number systems.

HEX303659
Decimal485489
Binary1100001101101011001
Octal6066131

Shades and tints

Shades of #303659

#303659
(48,54,89)
#2C3251
(44,50,81)
#282E49
(40,46,73)
#242A41
(36,42,65)
#202639
(32,38,57)
#1C2231
(28,34,49)
#181E29
(24,30,41)
#141A21
(20,26,33)
#101619
(16,22,25)
#0C1211
(12,18,17)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #303659

#303659
(48,54,89)
#424868
(66,72,104)
#545A77
(84,90,119)
#666C86
(102,108,134)
#787E95
(120,126,149)
#8A90A4
(138,144,164)
#9CA2B3
(156,162,179)
#AEB4C2
(174,180,194)
#C0C6D1
(192,198,209)
#D2D8E0
(210,216,224)
#E4EAEF
(228,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303659; }

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

This text font color is #303659.


Background Color

.myBgColor { background-color: #303659; }

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

This div background color is #303659.


Border color

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

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

This div border color is #303659.


Opacity

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

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

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

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

This text has shadow with #303659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303659 on black background.


Color preview on white background

This text has color #303659 on white background.



Black color preview on #303659 background

This text has black color on #303659 background.


White color preview on #303659 background

This text has white color on #303659 background.