COLOR #333E58

HEX: #333E58
RGB: (51,62,88)

Color info

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

RGB color model

#333E58 color RGB value is (51,62,88).

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

RGB channels and saturation

R 51 of 255 = 20%
G 62 of 255 = 24%
B 88 of 255 = 35%

51
62
88

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

Portions of RGB colors in percentages

R + G + B =
51 + 62 + 88 = 201 (100%)
R 51 of 201 ~ 25.37%
G 62 of 201 ~ 30.85%
B 88 of 201 ~ 43.78%

%25.37
%30.85
%43.78

CMYK color model

#333E58 color CMYK value is (42,30,0,65).

  • cyan value is 42.05%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(42,30,0,65)
C42M30Y0K65 
(42%,30%,0%,65%)
(0.42/0.30/0.00/0.65)	

CMYK percentages

%42.05
%29.55
%0
%65.49

Codes

Color #333E58 in popluar color models

333E58
RGB516288
HSL222°26.62%27.25%
HSB/HSV222°42.05%34.51%
CMYK42.05%29.55%0.00%
65.49%

Color #333E58 in popluar number systems.

HEX333E58
Decimal516288
Binary1100111111101011000
Octal6376130

Shades and tints

Shades of #333E58

#333E58
(51,62,88)
#2F3950
(47,57,80)
#2B3448
(43,52,72)
#272F40
(39,47,64)
#232A38
(35,42,56)
#1F2530
(31,37,48)
#1B2028
(27,32,40)
#171B20
(23,27,32)
#131618
(19,22,24)
#0F1110
(15,17,16)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #333E58

#333E58
(51,62,88)
#454F67
(69,79,103)
#576076
(87,96,118)
#697185
(105,113,133)
#7B8294
(123,130,148)
#8D93A3
(141,147,163)
#9FA4B2
(159,164,178)
#B1B5C1
(177,181,193)
#C3C6D0
(195,198,208)
#D5D7DF
(213,215,223)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333E58; }

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

This text font color is #333E58.


Background Color

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

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

This div background color is #333E58.


Border color

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

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

This div border color is #333E58.


Opacity

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

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

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

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

This text has shadow with #333E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333E58 on black background.


Color preview on white background

This text has color #333E58 on white background.



Black color preview on #333E58 background

This text has black color on #333E58 background.


White color preview on #333E58 background

This text has white color on #333E58 background.