COLOR #333557

HEX: #333557 RGB: (51,53,87)

Color info

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

RGB color model

#333557 color RGB value is (51,53,87).

RGB: (51,53,87) (20%, 21%, 34%)

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 87 of 255 = 34%

51
53
87

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

Portions of RGB colors in percentages

R + G + B = 51 + 53 + 87 = 191 (100%)
R 51 of 191 ~ 26.7%
G 53 of 191 ~ 27.75%
B 87 of 191 ~ 45.55'%

%26.7
%27.75
%45.55

CMYK color model

#333557 color CMYK value is (41,39,0,66).

  • cyan value is 41.38%
  • magenta value is 39.08%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK: (41,39,0,66) C41M39Y0K66 (41%,39%,0%,66%) (0.41/0.39/0.00/0.66) 

CMYK percentages

%41.38
%39.08
%0
%65.88

Codes

Color #333557 in popluar color models

33 35 57
RGB 51 53 87
HSL 237° 26.09% 27.06%
HSB/HSV 237° 41.38% 34.12%
CMYK 41.38% 39.08% 0.00%
65.88%

Color #333557 in popluar number systems.

HEX 33 35 57
Decimal 51 53 87
Binary 110011 110101 1010111
Octal 63 65 127

Shades and tints

Shades of #333557

#333557
(51,53,87)
#2F3150
(47,49,80)
#2B2D49
(43,45,73)
#272942
(39,41,66)
#23253B
(35,37,59)
#1F2134
(31,33,52)
#1B1D2D
(27,29,45)
#171926
(23,25,38)
#13151F
(19,21,31)
#0F1118
(15,17,24)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #333557

#333557
(51,53,87)
#454766
(69,71,102)
#575975
(87,89,117)
#696B84
(105,107,132)
#7B7D93
(123,125,147)
#8D8FA2
(141,143,162)
#9FA1B1
(159,161,177)
#B1B3C0
(177,179,192)
#C3C5CF
(195,197,207)
#D5D7DE
(213,215,222)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333557 color. Also use rgb(51,53,87) instead hex code.

Text Font Color

.myTextColor { color: #333557; }

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

This text font color is #333557.

Background Color

.myBgColor { background-color: #333557; }

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

This div background color is #333557.

Border color

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

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

This div border color is #333557.

Opacity

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

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

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

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

This text has shadow with #333557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333557.

Preview

Color preview on black background

This text has color #333557 on black background.


Color preview on white background

This text has color #333557 on white background.


Black color preview on #333557 background

This text has black color on #333557 background.


White color preview on #333557 background

This text has white color on #333557 background.


Related colors

Complementary color

Complementary color for #hex is #CCCAA8.


I love getcolorcode.com

Triadic colors

1 #573335 and #355733 with #333557 are triadic colors.

2 #573533 and #353357 with #333557 are triadic colors.