COLOR #333A4F

HEX: #333A4F
RGB: (51,58,79)

Color info

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

RGB color model

#333A4F color RGB value is (51,58,79).

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

RGB channels and saturation

R 51 of 255 = 20%
G 58 of 255 = 23%
B 79 of 255 = 31%

51
58
79

R + G + B ~ 25%. #333A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 58 + 79 = 188 (100%)
R 51 of 188 ~ 27.13%
G 58 of 188 ~ 30.85%
B 79 of 188 ~ 42.02%

%27.13
%30.85
%42.02

CMYK color model

#333A4F color CMYK value is (35,27,0,69).

  • cyan value is 35.44%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (35,27,0,69) C35M27Y0K69 (35%,27%,0%,69%) (0.35/0.27/0.00/0.69)

CMYK percentages

%35.44
%26.58
%0
%69.02

Codes

Color #333A4F in popluar color models

333A4F
RGB515879
HSL225°21.54%25.49%
HSB/HSV225°35.44%30.98%
CMYK35.44%26.58%0.00%
69.02%

Color #333A4F in popluar number systems.

HEX333A4F
Decimal515879
Binary1100111110101001111
Octal6372117

Shades and tints

Shades of #333A4F

#333A4F
(51,58,79)
#2F3548
(47,53,72)
#2B3041
(43,48,65)
#272B3A
(39,43,58)
#232633
(35,38,51)
#1F212C
(31,33,44)
#1B1C25
(27,28,37)
#17171E
(23,23,30)
#131217
(19,18,23)
#0F0D10
(15,13,16)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #333A4F

#333A4F
(51,58,79)
#454B5F
(69,75,95)
#575C6F
(87,92,111)
#696D7F
(105,109,127)
#7B7E8F
(123,126,143)
#8D8F9F
(141,143,159)
#9FA0AF
(159,160,175)
#B1B1BF
(177,177,191)
#C3C2CF
(195,194,207)
#D5D3DF
(213,211,223)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333A4F; }

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

This text font color is #333A4F.


Background Color

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

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

This div background color is #333A4F.


Border color

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

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

This div border color is #333A4F.


Opacity

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

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

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

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

This text has shadow with #333A4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #333A4F on black background.


Color preview on white background

This text has color #333A4F on white background.



Black color preview on #333A4F background

This text has black color on #333A4F background.


White color preview on #333A4F background

This text has white color on #333A4F background.