COLOR #333B63

HEX: #333B63 RGB: (51,59,99)

Color info

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

RGB color model

#333B63 color RGB value is (51,59,99).

RGB: (51,59,99) (20%, 23%, 39%)

RGB channels and saturation

R 51 of 255 = 20%
G 59 of 255 = 23%
B 99 of 255 = 39%

51
59
99

R + G + B ~ 27%. #333B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 59 + 99 = 209 (100%)
R 51 of 209 ~ 24.4%
G 59 of 209 ~ 28.23%
B 99 of 209 ~ 47.37'%

%24.4
%28.23
%47.37

CMYK color model

#333B63 color CMYK value is (48,40,0,61).

  • cyan value is 48.48%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (48,40,0,61)
C48M40Y0K61 (48%, 40%, 0%, 61%)
(0.48 / 0.40 / 0.00 / 0.61)

CMYK percentages

%48.48
%40.4
%0
%61.18

Codes

Color #333B63 in popluar color models

33 3B 63
RGB 51 59 99
HSL 230° 32.00% 29.41%
HSB/HSV 230° 48.48% 38.82%
CMYK 48.48% 40.40% 0.00%
61.18%

Color #333B63 in popluar number systems.

HEX 33 3B 63
Decimal 51 59 99
Binary 110011 111011 1100011
Octal 63 73 143

Shades and tints

Shades of #333B63

#333B63
(51,59,99)
#2F365A
(47,54,90)
#2B3151
(43,49,81)
#272C48
(39,44,72)
#23273F
(35,39,63)
#1F2236
(31,34,54)
#1B1D2D
(27,29,45)
#171824
(23,24,36)
#13131B
(19,19,27)
#0F0E12
(15,14,18)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #333B63

#333B63
(51,59,99)
#454C71
(69,76,113)
#575D7F
(87,93,127)
#696E8D
(105,110,141)
#7B7F9B
(123,127,155)
#8D90A9
(141,144,169)
#9FA1B7
(159,161,183)
#B1B2C5
(177,178,197)
#C3C3D3
(195,195,211)
#D5D4E1
(213,212,225)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333B63 color. Also use rgb(51,59,99) instead hex code.

Text Font Color

.myTextColor { color: #333B63; }

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

This text font color is #333B63.

Background Color

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

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

This div background color is #333B63.

Border color

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

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

This div border color is #333B63.

Opacity

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

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

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

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

This text has shadow with #333B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333B63.

Preview

Color preview on black background

This text has color #333B63 on black background.


Color preview on white background

This text has color #333B63 on white background.


Black color preview on #333B63 background

This text has black color on #333B63 background.


White color preview on #333B63 background

This text has white color on #333B63 background.


Related colors

Complementary color

Complementary color for #hex is #CCC49C.


I love getcolorcode.com

Triadic colors

1 #63333B and #3B6333 with #333B63 are triadic colors.

2 #633B33 and #3B3363 with #333B63 are triadic colors.