COLOR #333363

HEX: #333363
RGB: (51,51,99)

Color info

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

RGB color model

#333363 color RGB value is (51,51,99).

  • red value is 51;
  • green value is 51;
  • blue value is 99.
RGB:
(51,51,99)
(20%,20%,39%)

RGB channels and saturation

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

51
51
99

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 99 = 201 (100%)
R 51 of 201 ~ 25.37%
G 51 of 201 ~ 25.37%
B 99 of 201 ~ 49.25%

%25.37
%25.37
%49.25

CMYK color model

#333363 color CMYK value is (48,48,0,61).

  • cyan value is 48.48%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,48,0,61)
C48M48Y0K61 
(48%,48%,0%,61%)
(0.48/0.48/0.00/0.61)	

CMYK percentages

%48.48
%48.48
%0
%61.18

Codes

Color #333363 in popluar color models

333363
RGB515199
HSL240°32.00%29.41%
HSB/HSV240°48.48%38.82%
CMYK48.48%48.48%0.00%
61.18%

Color #333363 in popluar number systems.

HEX333363
Decimal515199
Binary1100111100111100011
Octal6363143

Shades and tints

Shades of #333363

#333363
(51,51,99)
#2F2F5A
(47,47,90)
#2B2B51
(43,43,81)
#272748
(39,39,72)
#23233F
(35,35,63)
#1F1F36
(31,31,54)
#1B1B2D
(27,27,45)
#171724
(23,23,36)
#13131B
(19,19,27)
#0F0F12
(15,15,18)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #333363

#333363
(51,51,99)
#454571
(69,69,113)
#57577F
(87,87,127)
#69698D
(105,105,141)
#7B7B9B
(123,123,155)
#8D8DA9
(141,141,169)
#9F9FB7
(159,159,183)
#B1B1C5
(177,177,197)
#C3C3D3
(195,195,211)
#D5D5E1
(213,213,225)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333363; }

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

This text font color is #333363.


Background Color

.myBgColor { background-color: #333363; }

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

This div background color is #333363.


Border color

.myBorderColor { border: 1px solid #333363; }

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

This div border color is #333363.


Opacity

.myOpacity80 { color: #333363; opacity: 0.8; }

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

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

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

This text has shadow with #333363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333363 on black background.


Color preview on white background

This text has color #333363 on white background.



Black color preview on #333363 background

This text has black color on #333363 background.


White color preview on #333363 background

This text has white color on #333363 background.