COLOR #333F4E

HEX: #333F4E
RGB: (51,63,78)

Color info

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

RGB color model

#333F4E color RGB value is (51,63,78).

  • red value is 51;
  • green value is 63;
  • blue value is 78.
RGB:
(51,63,78)
(20%,25%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 63 of 255 = 25%
B 78 of 255 = 31%

51
63
78

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

Portions of RGB colors in percentages

R + G + B =
51 + 63 + 78 = 192 (100%)
R 51 of 192 ~ 26.56%
G 63 of 192 ~ 32.81%
B 78 of 192 ~ 40.63%

%26.56
%32.81
%40.63

CMYK color model

#333F4E color CMYK value is (35,19,0,69).

  • cyan value is 34.62%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(35,19,0,69)
C35M19Y0K69 
(35%,19%,0%,69%)
(0.35/0.19/0.00/0.69)	

CMYK percentages

%34.62
%19.23
%0
%69.41

Codes

Color #333F4E in popluar color models

333F4E
RGB516378
HSL213°20.93%25.29%
HSB/HSV213°34.62%30.59%
CMYK34.62%19.23%0.00%
69.41%

Color #333F4E in popluar number systems.

HEX333F4E
Decimal516378
Binary1100111111111001110
Octal6377116

Shades and tints

Shades of #333F4E

#333F4E
(51,63,78)
#2F3A47
(47,58,71)
#2B3540
(43,53,64)
#273039
(39,48,57)
#232B32
(35,43,50)
#1F262B
(31,38,43)
#1B2124
(27,33,36)
#171C1D
(23,28,29)
#131716
(19,23,22)
#0F120F
(15,18,15)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #333F4E

#333F4E
(51,63,78)
#45505E
(69,80,94)
#57616E
(87,97,110)
#69727E
(105,114,126)
#7B838E
(123,131,142)
#8D949E
(141,148,158)
#9FA5AE
(159,165,174)
#B1B6BE
(177,182,190)
#C3C7CE
(195,199,206)
#D5D8DE
(213,216,222)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333F4E color. Also use rgb(51,63,78) instead hex code.

Text Font Color

.myTextColor { color: #333F4E; }

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

This text font color is #333F4E.


Background Color

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

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

This div background color is #333F4E.


Border color

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

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

This div border color is #333F4E.


Opacity

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

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

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

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

This text has shadow with #333F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333F4E on black background.


Color preview on white background

This text has color #333F4E on white background.



Black color preview on #333F4E background

This text has black color on #333F4E background.


White color preview on #333F4E background

This text has white color on #333F4E background.