COLOR #333E54

HEX: #333E54
RGB: (51,62,84)

Color info

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

RGB color model

#333E54 color RGB value is (51,62,84).

  • red value is 51;
  • green value is 62;
  • blue value is 84.
RGB:
(51,62,84)
(20%,24%,33%)

RGB channels and saturation

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

51
62
84

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

Portions of RGB colors in percentages

R + G + B =
51 + 62 + 84 = 197 (100%)
R 51 of 197 ~ 25.89%
G 62 of 197 ~ 31.47%
B 84 of 197 ~ 42.64%

%25.89
%31.47
%42.64

CMYK color model

#333E54 color CMYK value is (39,26,0,67).

  • cyan value is 39.29%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(39,26,0,67)
C39M26Y0K67 
(39%,26%,0%,67%)
(0.39/0.26/0.00/0.67)	

CMYK percentages

%39.29
%26.19
%0
%67.06

Codes

Color #333E54 in popluar color models

333E54
RGB516284
HSL220°24.44%26.47%
HSB/HSV220°39.29%32.94%
CMYK39.29%26.19%0.00%
67.06%

Color #333E54 in popluar number systems.

HEX333E54
Decimal516284
Binary1100111111101010100
Octal6376124

Shades and tints

Shades of #333E54

#333E54
(51,62,84)
#2F394D
(47,57,77)
#2B3446
(43,52,70)
#272F3F
(39,47,63)
#232A38
(35,42,56)
#1F2531
(31,37,49)
#1B202A
(27,32,42)
#171B23
(23,27,35)
#13161C
(19,22,28)
#0F1115
(15,17,21)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #333E54

#333E54
(51,62,84)
#454F63
(69,79,99)
#576072
(87,96,114)
#697181
(105,113,129)
#7B8290
(123,130,144)
#8D939F
(141,147,159)
#9FA4AE
(159,164,174)
#B1B5BD
(177,181,189)
#C3C6CC
(195,198,204)
#D5D7DB
(213,215,219)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333E54; }

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

This text font color is #333E54.


Background Color

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

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

This div background color is #333E54.


Border color

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

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

This div border color is #333E54.


Opacity

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

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

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

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

This text has shadow with #333E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333E54 on black background.


Color preview on white background

This text has color #333E54 on white background.



Black color preview on #333E54 background

This text has black color on #333E54 background.


White color preview on #333E54 background

This text has white color on #333E54 background.