COLOR #333F6D

HEX: #333F6D
RGB: (51,63,109)

Color info

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

RGB color model

#333F6D color RGB value is (51,63,109).

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

RGB channels and saturation

R 51 of 255 = 20%
G 63 of 255 = 25%
B 109 of 255 = 43%

51
63
109

R + G + B ~ 29%. #333F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 63 + 109 = 223 (100%)
R 51 of 223 ~ 22.87%
G 63 of 223 ~ 28.25%
B 109 of 223 ~ 48.88%

%22.87
%28.25
%48.88

CMYK color model

#333F6D color CMYK value is (53,42,0,57).

  • cyan value is 53.21%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(53,42,0,57)
C53M42Y0K57 
(53%,42%,0%,57%)
(0.53/0.42/0.00/0.57)	

CMYK percentages

%53.21
%42.2
%0
%57.25

Codes

Color #333F6D in popluar color models

333F6D
RGB5163109
HSL228°36.25%31.37%
HSB/HSV228°53.21%42.75%
CMYK53.21%42.20%0.00%
57.25%

Color #333F6D in popluar number systems.

HEX333F6D
Decimal5163109
Binary1100111111111101101
Octal6377155

Shades and tints

Shades of #333F6D

#333F6D
(51,63,109)
#2F3A64
(47,58,100)
#2B355B
(43,53,91)
#273052
(39,48,82)
#232B49
(35,43,73)
#1F2640
(31,38,64)
#1B2137
(27,33,55)
#171C2E
(23,28,46)
#131725
(19,23,37)
#0F121C
(15,18,28)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #333F6D

#333F6D
(51,63,109)
#45507A
(69,80,122)
#576187
(87,97,135)
#697294
(105,114,148)
#7B83A1
(123,131,161)
#8D94AE
(141,148,174)
#9FA5BB
(159,165,187)
#B1B6C8
(177,182,200)
#C3C7D5
(195,199,213)
#D5D8E2
(213,216,226)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333F6D; }

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

This text font color is #333F6D.


Background Color

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

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

This div background color is #333F6D.


Border color

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

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

This div border color is #333F6D.


Opacity

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

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

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

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

This text has shadow with #333F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333F6D on black background.


Color preview on white background

This text has color #333F6D on white background.



Black color preview on #333F6D background

This text has black color on #333F6D background.


White color preview on #333F6D background

This text has white color on #333F6D background.