COLOR #333053

HEX: #333053 RGB: (51,48,83)

Color info

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

RGB color model

#333053 color RGB value is (51,48,83).

RGB: (51,48,83) (20%, 19%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 83 of 255 = 33%

51
48
83

R + G + B ~ 24%. #333053 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 83 = 182 (100%)
R 51 of 182 ~ 28.02%
G 48 of 182 ~ 26.37%
B 83 of 182 ~ 45.6'%

%28.02
%26.37
%45.6

CMYK color model

#333053 color CMYK value is (39,42,0,67).

  • cyan value is 38.55%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (39,42,0,67)
C39M42Y0K67 (39%, 42%, 0%, 67%)
(0.39 / 0.42 / 0.00 / 0.67)

CMYK percentages

%38.55
%42.17
%0
%67.45

Codes

Color #333053 in popluar color models

33 30 53
RGB 51 48 83
HSL 245° 26.72% 25.69%
HSB/HSV 245° 42.17% 32.55%
CMYK 38.55% 42.17% 0.00%
67.45%

Color #333053 in popluar number systems.

HEX 33 30 53
Decimal 51 48 83
Binary 110011 110000 1010011
Octal 63 60 123

Shades and tints

Shades of #333053

#333053
(51,48,83)
#2F2C4C
(47,44,76)
#2B2845
(43,40,69)
#27243E
(39,36,62)
#232037
(35,32,55)
#1F1C30
(31,28,48)
#1B1829
(27,24,41)
#171422
(23,20,34)
#13101B
(19,16,27)
#0F0C14
(15,12,20)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #333053

#333053
(51,48,83)
#454262
(69,66,98)
#575471
(87,84,113)
#696680
(105,102,128)
#7B788F
(123,120,143)
#8D8A9E
(141,138,158)
#9F9CAD
(159,156,173)
#B1AEBC
(177,174,188)
#C3C0CB
(195,192,203)
#D5D2DA
(213,210,218)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333053; }

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

This text font color is #333053.

Background Color

.myBgColor { background-color: #333053; }

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

This div background color is #333053.

Border color

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

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

This div border color is #333053.

Opacity

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

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

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

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

This text has shadow with #333053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333053.

Preview

Color preview on black background

This text has color #333053 on black background.


Color preview on white background

This text has color #333053 on white background.


Black color preview on #333053 background

This text has black color on #333053 background.


White color preview on #333053 background

This text has white color on #333053 background.


Related colors

Complementary color

Complementary color for #hex is #CCCFAC.


I love getcolorcode.com

Triadic colors

1 #533330 and #305333 with #333053 are triadic colors.

2 #533033 and #303353 with #333053 are triadic colors.