COLOR #333959

HEX: #333959
RGB: (51,57,89)

Color info

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

RGB color model

#333959 color RGB value is (51,57,89).

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

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 89 of 255 = 35%

51
57
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 57 + 89 = 197 (100%)
R 51 of 197 ~ 25.89%
G 57 of 197 ~ 28.93%
B 89 of 197 ~ 45.18%

%25.89
%28.93
%45.18

CMYK color model

#333959 color CMYK value is (43,36,0,65).

  • cyan value is 42.70%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,36,0,65)
C43M36Y0K65 
(43%,36%,0%,65%)
(0.43/0.36/0.00/0.65)	

CMYK percentages

%42.7
%35.96
%0
%65.1

Codes

Color #333959 in popluar color models

333959
RGB515789
HSL231°27.14%27.45%
HSB/HSV231°42.70%34.90%
CMYK42.70%35.96%0.00%
65.10%

Color #333959 in popluar number systems.

HEX333959
Decimal515789
Binary1100111110011011001
Octal6371131

Shades and tints

Shades of #333959

#333959
(51,57,89)
#2F3451
(47,52,81)
#2B2F49
(43,47,73)
#272A41
(39,42,65)
#232539
(35,37,57)
#1F2031
(31,32,49)
#1B1B29
(27,27,41)
#171621
(23,22,33)
#131119
(19,17,25)
#0F0C11
(15,12,17)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #333959

#333959
(51,57,89)
#454B68
(69,75,104)
#575D77
(87,93,119)
#696F86
(105,111,134)
#7B8195
(123,129,149)
#8D93A4
(141,147,164)
#9FA5B3
(159,165,179)
#B1B7C2
(177,183,194)
#C3C9D1
(195,201,209)
#D5DBE0
(213,219,224)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333959; }

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

This text font color is #333959.


Background Color

.myBgColor { background-color: #333959; }

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

This div background color is #333959.


Border color

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

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

This div border color is #333959.


Opacity

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

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

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

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

This text has shadow with #333959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333959 on black background.


Color preview on white background

This text has color #333959 on white background.



Black color preview on #333959 background

This text has black color on #333959 background.


White color preview on #333959 background

This text has white color on #333959 background.