COLOR #333749

HEX: #333749 RGB: (51,55,73)

Color info

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

RGB color model

#333749 color RGB value is (51,55,73).

RGB: (51,55,73) (20%, 22%, 29%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 73 of 255 = 29%

51
55
73

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

Portions of RGB colors in percentages

R + G + B = 51 + 55 + 73 = 179 (100%)
R 51 of 179 ~ 28.49%
G 55 of 179 ~ 30.73%
B 73 of 179 ~ 40.78'%

%28.49
%30.73
%40.78

CMYK color model

#333749 color CMYK value is (30,25,0,71).

  • cyan value is 30.14%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (30,25,0,71)
C30M25Y0K71 (30%, 25%, 0%, 71%)
(0.30 / 0.25 / 0.00 / 0.71)

CMYK percentages

%30.14
%24.66
%0
%71.37

Codes

Color #333749 in popluar color models

33 37 49
RGB 51 55 73
HSL 229° 17.74% 24.31%
HSB/HSV 229° 30.14% 28.63%
CMYK 30.14% 24.66% 0.00%
71.37%

Color #333749 in popluar number systems.

HEX 33 37 49
Decimal 51 55 73
Binary 110011 110111 1001001
Octal 63 67 111

Shades and tints

Shades of #333749

#333749
(51,55,73)
#2F3243
(47,50,67)
#2B2D3D
(43,45,61)
#272837
(39,40,55)
#232331
(35,35,49)
#1F1E2B
(31,30,43)
#1B1925
(27,25,37)
#17141F
(23,20,31)
#130F19
(19,15,25)
#0F0A13
(15,10,19)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #333749

#333749
(51,55,73)
#454959
(69,73,89)
#575B69
(87,91,105)
#696D79
(105,109,121)
#7B7F89
(123,127,137)
#8D9199
(141,145,153)
#9FA3A9
(159,163,169)
#B1B5B9
(177,181,185)
#C3C7C9
(195,199,201)
#D5D9D9
(213,217,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333749; }

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

This text font color is #333749.

Background Color

.myBgColor { background-color: #333749; }

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

This div background color is #333749.

Border color

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

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

This div border color is #333749.

Opacity

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

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

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

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

This text has shadow with #333749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333749.

Preview

Color preview on black background

This text has color #333749 on black background.


Color preview on white background

This text has color #333749 on white background.


Black color preview on #333749 background

This text has black color on #333749 background.


White color preview on #333749 background

This text has white color on #333749 background.


Related colors

Complementary color

Complementary color for #hex is #CCC8B6.


I love getcolorcode.com

Triadic colors

1 #493337 and #374933 with #333749 are triadic colors.

2 #493733 and #373349 with #333749 are triadic colors.