COLOR #333E55

HEX: #333E55 RGB: (51,62,85)

Color info

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

RGB color model

#333E55 color RGB value is (51,62,85).

RGB: (51,62,85) (20%, 24%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 62 of 255 = 24%
B 85 of 255 = 33%

51
62
85

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

Portions of RGB colors in percentages

R + G + B = 51 + 62 + 85 = 198 (100%)
R 51 of 198 ~ 25.76%
G 62 of 198 ~ 31.31%
B 85 of 198 ~ 42.93'%

%25.76
%31.31
%42.93

CMYK color model

#333E55 color CMYK value is (40,27,0,67).

  • cyan value is 40.00%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (40,27,0,67)
C40M27Y0K67 (40%, 27%, 0%, 67%)
(0.40 / 0.27 / 0.00 / 0.67)

CMYK percentages

%40
%27.06
%0
%66.67

Codes

Color #333E55 in popluar color models

33 3E 55
RGB 51 62 85
HSL 221° 25.00% 26.67%
HSB/HSV 221° 40.00% 33.33%
CMYK 40.00% 27.06% 0.00%
66.67%

Color #333E55 in popluar number systems.

HEX 33 3E 55
Decimal 51 62 85
Binary 110011 111110 1010101
Octal 63 76 125

Shades and tints

Shades of #333E55

#333E55
(51,62,85)
#2F394E
(47,57,78)
#2B3447
(43,52,71)
#272F40
(39,47,64)
#232A39
(35,42,57)
#1F2532
(31,37,50)
#1B202B
(27,32,43)
#171B24
(23,27,36)
#13161D
(19,22,29)
#0F1116
(15,17,22)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #333E55

#333E55
(51,62,85)
#454F64
(69,79,100)
#576073
(87,96,115)
#697182
(105,113,130)
#7B8291
(123,130,145)
#8D93A0
(141,147,160)
#9FA4AF
(159,164,175)
#B1B5BE
(177,181,190)
#C3C6CD
(195,198,205)
#D5D7DC
(213,215,220)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333E55 color. Also use rgb(51,62,85) instead hex code.

Text Font Color

.myTextColor { color: #333E55; }

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

This text font color is #333E55.

Background Color

.myBgColor { background-color: #333E55; }

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

This div background color is #333E55.

Border color

.myBorderColor { border: 1px solid #333E55; }

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

This div border color is #333E55.

Opacity

.myOpacity80 { color: #333E55; opacity: 0.8; }

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

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

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

This text has shadow with #333E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333E55.

Preview

Color preview on black background

This text has color #333E55 on black background.


Color preview on white background

This text has color #333E55 on white background.


Black color preview on #333E55 background

This text has black color on #333E55 background.


White color preview on #333E55 background

This text has white color on #333E55 background.


Related colors

Complementary color

Complementary color for #hex is #CCC1AA.


I love getcolorcode.com

Triadic colors

1 #55333E and #3E5533 with #333E55 are triadic colors.

2 #553E33 and #3E3355 with #333E55 are triadic colors.