COLOR #333459

HEX: #333459 RGB: (51,52,89)

Color info

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

RGB color model

#333459 color RGB value is (51,52,89).

RGB: (51,52,89) (20%, 20%, 35%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 89 of 255 = 35%

51
52
89

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

Portions of RGB colors in percentages

R + G + B = 51 + 52 + 89 = 192 (100%)
R 51 of 192 ~ 26.56%
G 52 of 192 ~ 27.08%
B 89 of 192 ~ 46.35'%

%26.56
%27.08
%46.35

CMYK color model

#333459 color CMYK value is (43,42,0,65).

  • cyan value is 42.70%
  • magenta value is 41.57%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (43,42,0,65)
C43M42Y0K65 (43%, 42%, 0%, 65%)
(0.43 / 0.42 / 0.00 / 0.65)

CMYK percentages

%42.7
%41.57
%0
%65.1

Codes

Color #333459 in popluar color models

33 34 59
RGB 51 52 89
HSL 238° 27.14% 27.45%
HSB/HSV 238° 42.70% 34.90%
CMYK 42.70% 41.57% 0.00%
65.10%

Color #333459 in popluar number systems.

HEX 33 34 59
Decimal 51 52 89
Binary 110011 110100 1011001
Octal 63 64 131

Shades and tints

Shades of #333459

#333459
(51,52,89)
#2F3051
(47,48,81)
#2B2C49
(43,44,73)
#272841
(39,40,65)
#232439
(35,36,57)
#1F2031
(31,32,49)
#1B1C29
(27,28,41)
#171821
(23,24,33)
#131419
(19,20,25)
#0F1011
(15,16,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #333459

#333459
(51,52,89)
#454668
(69,70,104)
#575877
(87,88,119)
#696A86
(105,106,134)
#7B7C95
(123,124,149)
#8D8EA4
(141,142,164)
#9FA0B3
(159,160,179)
#B1B2C2
(177,178,194)
#C3C4D1
(195,196,209)
#D5D6E0
(213,214,224)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333459; }

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

This text font color is #333459.

Background Color

.myBgColor { background-color: #333459; }

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

This div background color is #333459.

Border color

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

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

This div border color is #333459.

Opacity

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

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

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

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

This text has shadow with #333459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333459.

Preview

Color preview on black background

This text has color #333459 on black background.


Color preview on white background

This text has color #333459 on white background.


Black color preview on #333459 background

This text has black color on #333459 background.


White color preview on #333459 background

This text has white color on #333459 background.


Related colors

Complementary color

Complementary color for #hex is #CCCBA6.


I love getcolorcode.com

Triadic colors

1 #593334 and #345933 with #333459 are triadic colors.

2 #593433 and #343359 with #333459 are triadic colors.