COLOR #332D57

HEX: #332D57 RGB: (51,45,87)

Color info

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

RGB color model

#332D57 color RGB value is (51,45,87).

RGB: (51,45,87) (20%, 18%, 34%)

RGB channels and saturation

R 51 of 255 = 20%
G 45 of 255 = 18%
B 87 of 255 = 34%

51
45
87

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

Portions of RGB colors in percentages

R + G + B = 51 + 45 + 87 = 183 (100%)
R 51 of 183 ~ 27.87%
G 45 of 183 ~ 24.59%
B 87 of 183 ~ 47.54'%

%27.87
%24.59
%47.54

CMYK color model

#332D57 color CMYK value is (41,48,0,66).

  • cyan value is 41.38%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (41,48,0,66)
C41M48Y0K66 (41%, 48%, 0%, 66%)
(0.41 / 0.48 / 0.00 / 0.66)

CMYK percentages

%41.38
%48.28
%0
%65.88

Codes

Color #332D57 in popluar color models

33 2D 57
RGB 51 45 87
HSL 249° 31.82% 25.88%
HSB/HSV 249° 48.28% 34.12%
CMYK 41.38% 48.28% 0.00%
65.88%

Color #332D57 in popluar number systems.

HEX 33 2D 57
Decimal 51 45 87
Binary 110011 101101 1010111
Octal 63 55 127

Shades and tints

Shades of #332D57

#332D57
(51,45,87)
#2F2950
(47,41,80)
#2B2549
(43,37,73)
#272142
(39,33,66)
#231D3B
(35,29,59)
#1F1934
(31,25,52)
#1B152D
(27,21,45)
#171126
(23,17,38)
#130D1F
(19,13,31)
#0F0918
(15,9,24)
#0B0511
(11,5,17)
#000000
(0,0,0)

Tints of #332D57

#332D57
(51,45,87)
#454066
(69,64,102)
#575375
(87,83,117)
#696684
(105,102,132)
#7B7993
(123,121,147)
#8D8CA2
(141,140,162)
#9F9FB1
(159,159,177)
#B1B2C0
(177,178,192)
#C3C5CF
(195,197,207)
#D5D8DE
(213,216,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332D57; }

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

This text font color is #332D57.

Background Color

.myBgColor { background-color: #332D57; }

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

This div background color is #332D57.

Border color

.myBorderColor { border: 1px solid #332D57; }

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

This div border color is #332D57.

Opacity

.myOpacity80 { color: #332D57; opacity: 0.8; }

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

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

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

This text has shadow with #332D57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332D57.

Preview

Color preview on black background

This text has color #332D57 on black background.


Color preview on white background

This text has color #332D57 on white background.


Black color preview on #332D57 background

This text has black color on #332D57 background.


White color preview on #332D57 background

This text has white color on #332D57 background.


Related colors

Complementary color

Complementary color for #hex is #CCD2A8.


I love getcolorcode.com

Triadic colors

1 #57332D and #2D5733 with #332D57 are triadic colors.

2 #572D33 and #2D3357 with #332D57 are triadic colors.