COLOR #333979

HEX: #333979
RGB: (51,57,121)

Color info

#333979 contains mainly blue color. Web safe color of #333979 is #333366 (or #336).

RGB color model

#333979 color RGB value is (51,57,121).

  • red value is 51;
  • green value is 57;
  • blue value is 121.
RGB:
(51,57,121)
(20%,22%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 121 of 255 = 47%

51
57
121

R + G + B ~ 30%. #333979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 57 + 121 = 229 (100%)
R 51 of 229 ~ 22.27%
G 57 of 229 ~ 24.89%
B 121 of 229 ~ 52.84%

%22.27
%24.89
%52.84

CMYK color model

#333979 color CMYK value is (58,53,0,53).

  • cyan value is 57.85%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(58,53,0,53)
C58M53Y0K53 
(58%,53%,0%,53%)
(0.58/0.53/0.00/0.53)	

CMYK percentages

%57.85
%52.89
%0
%52.55

Codes

Color #333979 in popluar color models

333979
RGB5157121
HSL235°40.70%33.73%
HSB/HSV235°57.85%47.45%
CMYK57.85%52.89%0.00%
52.55%

Color #333979 in popluar number systems.

HEX333979
Decimal5157121
Binary1100111110011111001
Octal6371171

Shades and tints

Shades of #333979

#333979
(51,57,121)
#2F346E
(47,52,110)
#2B2F63
(43,47,99)
#272A58
(39,42,88)
#23254D
(35,37,77)
#1F2042
(31,32,66)
#1B1B37
(27,27,55)
#17162C
(23,22,44)
#131121
(19,17,33)
#0F0C16
(15,12,22)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #333979

#333979
(51,57,121)
#454B85
(69,75,133)
#575D91
(87,93,145)
#696F9D
(105,111,157)
#7B81A9
(123,129,169)
#8D93B5
(141,147,181)
#9FA5C1
(159,165,193)
#B1B7CD
(177,183,205)
#C3C9D9
(195,201,217)
#D5DBE5
(213,219,229)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333979 color. Also use rgb(51,57,121) instead hex code.

Text Font Color

.myTextColor { color: #333979; }

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

This text font color is #333979.


Background Color

.myBgColor { background-color: #333979; }

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

This div background color is #333979.


Border color

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

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

This div border color is #333979.


Opacity

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

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

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

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

This text has shadow with #333979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333979 on black background.


Color preview on white background

This text has color #333979 on white background.



Black color preview on #333979 background

This text has black color on #333979 background.


White color preview on #333979 background

This text has white color on #333979 background.