COLOR #333A44

HEX: #333A44 RGB: (51,58,68)

Color info

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

RGB color model

#333A44 color RGB value is (51,58,68).

RGB: (51,58,68) (20%, 23%, 27%)

RGB channels and saturation

R 51 of 255 = 20%
G 58 of 255 = 23%
B 68 of 255 = 27%

51
58
68

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

Portions of RGB colors in percentages

R + G + B = 51 + 58 + 68 = 177 (100%)
R 51 of 177 ~ 28.81%
G 58 of 177 ~ 32.77%
B 68 of 177 ~ 38.42'%

%28.81
%32.77
%38.42

CMYK color model

#333A44 color CMYK value is (25,15,0,73).

  • cyan value is 25.00%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (25,15,0,73)
C25M15Y0K73 (25%, 15%, 0%, 73%)
(0.25 / 0.15 / 0.00 / 0.73)

CMYK percentages

%25
%14.71
%0
%73.33

Codes

Color #333A44 in popluar color models

33 3A 44
RGB 51 58 68
HSL 215° 14.29% 23.33%
HSB/HSV 215° 25.00% 26.67%
CMYK 25.00% 14.71% 0.00%
73.33%

Color #333A44 in popluar number systems.

HEX 33 3A 44
Decimal 51 58 68
Binary 110011 111010 1000100
Octal 63 72 104

Shades and tints

Shades of #333A44

#333A44
(51,58,68)
#2F353E
(47,53,62)
#2B3038
(43,48,56)
#272B32
(39,43,50)
#23262C
(35,38,44)
#1F2126
(31,33,38)
#1B1C20
(27,28,32)
#17171A
(23,23,26)
#131214
(19,18,20)
#0F0D0E
(15,13,14)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #333A44

#333A44
(51,58,68)
#454B55
(69,75,85)
#575C66
(87,92,102)
#696D77
(105,109,119)
#7B7E88
(123,126,136)
#8D8F99
(141,143,153)
#9FA0AA
(159,160,170)
#B1B1BB
(177,177,187)
#C3C2CC
(195,194,204)
#D5D3DD
(213,211,221)
#E7E4EE
(231,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333A44; }

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

This text font color is #333A44.

Background Color

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

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

This div background color is #333A44.

Border color

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

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

This div border color is #333A44.

Opacity

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

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

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

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

This text has shadow with #333A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333A44.

Preview

Color preview on black background

This text has color #333A44 on black background.


Color preview on white background

This text has color #333A44 on white background.


Black color preview on #333A44 background

This text has black color on #333A44 background.


White color preview on #333A44 background

This text has white color on #333A44 background.


Related colors

Complementary color

Complementary color for #hex is #CCC5BB.


I love getcolorcode.com

Triadic colors

1 #44333A and #3A4433 with #333A44 are triadic colors.

2 #443A33 and #3A3344 with #333A44 are triadic colors.