COLOR #303961

HEX: #303961
RGB: (48,57,97)

Color info

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

RGB color model

#303961 color RGB value is (48,57,97).

  • red value is 48;
  • green value is 57;
  • blue value is 97.
RGB:
(48,57,97)
(19%,22%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 97 of 255 = 38%

48
57
97

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

Portions of RGB colors in percentages

R + G + B =
48 + 57 + 97 = 202 (100%)
R 48 of 202 ~ 23.76%
G 57 of 202 ~ 28.22%
B 97 of 202 ~ 48.02%

%23.76
%28.22
%48.02

CMYK color model

#303961 color CMYK value is (51,41,0,62).

  • cyan value is 50.52%
  • magenta value is 41.24%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(51,41,0,62)
C51M41Y0K62 
(51%,41%,0%,62%)
(0.51/0.41/0.00/0.62)	

CMYK percentages

%50.52
%41.24
%0
%61.96

Codes

Color #303961 in popluar color models

303961
RGB485797
HSL229°33.79%28.43%
HSB/HSV229°50.52%38.04%
CMYK50.52%41.24%0.00%
61.96%

Color #303961 in popluar number systems.

HEX303961
Decimal485797
Binary1100001110011100001
Octal6071141

Shades and tints

Shades of #303961

#303961
(48,57,97)
#2C3459
(44,52,89)
#282F51
(40,47,81)
#242A49
(36,42,73)
#202541
(32,37,65)
#1C2039
(28,32,57)
#181B31
(24,27,49)
#141629
(20,22,41)
#101121
(16,17,33)
#0C0C19
(12,12,25)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #303961

#303961
(48,57,97)
#424B6F
(66,75,111)
#545D7D
(84,93,125)
#666F8B
(102,111,139)
#788199
(120,129,153)
#8A93A7
(138,147,167)
#9CA5B5
(156,165,181)
#AEB7C3
(174,183,195)
#C0C9D1
(192,201,209)
#D2DBDF
(210,219,223)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303961; }

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

This text font color is #303961.


Background Color

.myBgColor { background-color: #303961; }

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

This div background color is #303961.


Border color

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

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

This div border color is #303961.


Opacity

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

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

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

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

This text has shadow with #303961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303961 on black background.


Color preview on white background

This text has color #303961 on white background.



Black color preview on #303961 background

This text has black color on #303961 background.


White color preview on #303961 background

This text has white color on #303961 background.