COLOR #333159

HEX: #333159
RGB: (51,49,89)

Color info

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

RGB color model

#333159 color RGB value is (51,49,89).

  • red value is 51;
  • green value is 49;
  • blue value is 89.
RGB:
(51,49,89)
(20%,19%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 89 of 255 = 35%

51
49
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 89 = 189 (100%)
R 51 of 189 ~ 26.98%
G 49 of 189 ~ 25.93%
B 89 of 189 ~ 47.09%

%26.98
%25.93
%47.09

CMYK color model

#333159 color CMYK value is (43,45,0,65).

  • cyan value is 42.70%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,45,0,65)
C43M45Y0K65 
(43%,45%,0%,65%)
(0.43/0.45/0.00/0.65)	

CMYK percentages

%42.7
%44.94
%0
%65.1

Codes

Color #333159 in popluar color models

333159
RGB514989
HSL243°28.99%27.06%
HSB/HSV243°44.94%34.90%
CMYK42.70%44.94%0.00%
65.10%

Color #333159 in popluar number systems.

HEX333159
Decimal514989
Binary1100111100011011001
Octal6361131

Shades and tints

Shades of #333159

#333159
(51,49,89)
#2F2D51
(47,45,81)
#2B2949
(43,41,73)
#272541
(39,37,65)
#232139
(35,33,57)
#1F1D31
(31,29,49)
#1B1929
(27,25,41)
#171521
(23,21,33)
#131119
(19,17,25)
#0F0D11
(15,13,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #333159

#333159
(51,49,89)
#454368
(69,67,104)
#575577
(87,85,119)
#696786
(105,103,134)
#7B7995
(123,121,149)
#8D8BA4
(141,139,164)
#9F9DB3
(159,157,179)
#B1AFC2
(177,175,194)
#C3C1D1
(195,193,209)
#D5D3E0
(213,211,224)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333159 color. Also use rgb(51,49,89) instead hex code.

Text Font Color

.myTextColor { color: #333159; }

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

This text font color is #333159.


Background Color

.myBgColor { background-color: #333159; }

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

This div background color is #333159.


Border color

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

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

This div border color is #333159.


Opacity

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

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

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

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

This text has shadow with #333159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333159 on black background.


Color preview on white background

This text has color #333159 on white background.



Black color preview on #333159 background

This text has black color on #333159 background.


White color preview on #333159 background

This text has white color on #333159 background.