COLOR #333844

HEX: #333844 RGB: (51,56,68)

Color info

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

RGB color model

#333844 color RGB value is (51,56,68).

RGB: (51,56,68) (20%, 22%, 27%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 68 of 255 = 27%

51
56
68

R + G + B ~ 23%. #333844 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 68 = 175 (100%)
R 51 of 175 ~ 29.14%
G 56 of 175 ~ 32%
B 68 of 175 ~ 38.86'%

%29.14
%32
%38.86

CMYK color model

#333844 color CMYK value is (25,18,0,73).

  • cyan value is 25.00%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK: (25,18,0,73) C25M18Y0K73 (25%,18%,0%,73%) (0.25/0.18/0.00/0.73) 

CMYK percentages

%25
%17.65
%0
%73.33

Codes

Color #333844 in popluar color models

33 38 44
RGB 51 56 68
HSL 222° 14.29% 23.33%
HSB/HSV 222° 25.00% 26.67%
CMYK 25.00% 17.65% 0.00%
73.33%

Color #333844 in popluar number systems.

HEX 33 38 44
Decimal 51 56 68
Binary 110011 111000 1000100
Octal 63 70 104

Shades and tints

Shades of #333844

#333844
(51,56,68)
#2F333E
(47,51,62)
#2B2E38
(43,46,56)
#272932
(39,41,50)
#23242C
(35,36,44)
#1F1F26
(31,31,38)
#1B1A20
(27,26,32)
#17151A
(23,21,26)
#131014
(19,16,20)
#0F0B0E
(15,11,14)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #333844

#333844
(51,56,68)
#454A55
(69,74,85)
#575C66
(87,92,102)
#696E77
(105,110,119)
#7B8088
(123,128,136)
#8D9299
(141,146,153)
#9FA4AA
(159,164,170)
#B1B6BB
(177,182,187)
#C3C8CC
(195,200,204)
#D5DADD
(213,218,221)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333844; }

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

This text font color is #333844.

Background Color

.myBgColor { background-color: #333844; }

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

This div background color is #333844.

Border color

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

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

This div border color is #333844.

Opacity

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

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

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

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

This text has shadow with #333844 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333844.

Preview

Color preview on black background

This text has color #333844 on black background.


Color preview on white background

This text has color #333844 on white background.


Black color preview on #333844 background

This text has black color on #333844 background.


White color preview on #333844 background

This text has white color on #333844 background.


Related colors

Complementary color

Complementary color for #hex is #CCC7BB.


I love getcolorcode.com

Triadic colors

1 #443338 and #384433 with #333844 are triadic colors.

2 #443833 and #383344 with #333844 are triadic colors.