COLOR #333A49

HEX: #333A49
RGB: (51,58,73)

Color info

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

RGB color model

#333A49 color RGB value is (51,58,73).

  • red value is 51;
  • green value is 58;
  • blue value is 73.
RGB: (51,58,73) (20%,23%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 58 of 255 = 23%
B 73 of 255 = 29%

51
58
73

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

Portions of RGB colors in percentages

R + G + B =
51 + 58 + 73 = 182 (100%)
R 51 of 182 ~ 28.02%
G 58 of 182 ~ 31.87%
B 73 of 182 ~ 40.11%

%28.02
%31.87
%40.11

CMYK color model

#333A49 color CMYK value is (30,21,0,71).

  • cyan value is 30.14%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK: (30,21,0,71) C30M21Y0K71 (30%,21%,0%,71%) (0.30/0.21/0.00/0.71)

CMYK percentages

%30.14
%20.55
%0
%71.37

Codes

Color #333A49 in popluar color models

333A49
RGB515873
HSL221°17.74%24.31%
HSB/HSV221°30.14%28.63%
CMYK30.14%20.55%0.00%
71.37%

Color #333A49 in popluar number systems.

HEX333A49
Decimal515873
Binary1100111110101001001
Octal6372111

Shades and tints

Shades of #333A49

#333A49
(51,58,73)
#2F3543
(47,53,67)
#2B303D
(43,48,61)
#272B37
(39,43,55)
#232631
(35,38,49)
#1F212B
(31,33,43)
#1B1C25
(27,28,37)
#17171F
(23,23,31)
#131219
(19,18,25)
#0F0D13
(15,13,19)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #333A49

#333A49
(51,58,73)
#454B59
(69,75,89)
#575C69
(87,92,105)
#696D79
(105,109,121)
#7B7E89
(123,126,137)
#8D8F99
(141,143,153)
#9FA0A9
(159,160,169)
#B1B1B9
(177,177,185)
#C3C2C9
(195,194,201)
#D5D3D9
(213,211,217)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333A49 color. Also use rgb(51,58,73) instead hex code.

Text Font Color

.myTextColor { color: #333A49; }

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

This text font color is #333A49.


Background Color

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

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

This div background color is #333A49.


Border color

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

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

This div border color is #333A49.


Opacity

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

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

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

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

This text has shadow with #333A49 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #333A49 on black background.


Color preview on white background

This text has color #333A49 on white background.



Black color preview on #333A49 background

This text has black color on #333A49 background.


White color preview on #333A49 background

This text has white color on #333A49 background.