COLOR #332D53

HEX: #332D53 RGB: (51,45,83)

Color info

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

RGB color model

#332D53 color RGB value is (51,45,83).

RGB: (51,45,83) (20%, 18%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 45 of 255 = 18%
B 83 of 255 = 33%

51
45
83

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

Portions of RGB colors in percentages

R + G + B = 51 + 45 + 83 = 179 (100%)
R 51 of 179 ~ 28.49%
G 45 of 179 ~ 25.14%
B 83 of 179 ~ 46.37'%

%28.49
%25.14
%46.37

CMYK color model

#332D53 color CMYK value is (39,46,0,67).

  • cyan value is 38.55%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (39,46,0,67)
C39M46Y0K67 (39%, 46%, 0%, 67%)
(0.39 / 0.46 / 0.00 / 0.67)

CMYK percentages

%38.55
%45.78
%0
%67.45

Codes

Color #332D53 in popluar color models

33 2D 53
RGB 51 45 83
HSL 249° 29.69% 25.10%
HSB/HSV 249° 45.78% 32.55%
CMYK 38.55% 45.78% 0.00%
67.45%

Color #332D53 in popluar number systems.

HEX 33 2D 53
Decimal 51 45 83
Binary 110011 101101 1010011
Octal 63 55 123

Shades and tints

Shades of #332D53

#332D53
(51,45,83)
#2F294C
(47,41,76)
#2B2545
(43,37,69)
#27213E
(39,33,62)
#231D37
(35,29,55)
#1F1930
(31,25,48)
#1B1529
(27,21,41)
#171122
(23,17,34)
#130D1B
(19,13,27)
#0F0914
(15,9,20)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #332D53

#332D53
(51,45,83)
#454062
(69,64,98)
#575371
(87,83,113)
#696680
(105,102,128)
#7B798F
(123,121,143)
#8D8C9E
(141,140,158)
#9F9FAD
(159,159,173)
#B1B2BC
(177,178,188)
#C3C5CB
(195,197,203)
#D5D8DA
(213,216,218)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332D53; }

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

This text font color is #332D53.

Background Color

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

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

This div background color is #332D53.

Border color

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

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

This div border color is #332D53.

Opacity

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

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

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

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

This text has shadow with #332D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332D53.

Preview

Color preview on black background

This text has color #332D53 on black background.


Color preview on white background

This text has color #332D53 on white background.


Black color preview on #332D53 background

This text has black color on #332D53 background.


White color preview on #332D53 background

This text has white color on #332D53 background.


Related colors

Complementary color

Complementary color for #hex is #CCD2AC.


I love getcolorcode.com

Triadic colors

1 #53332D and #2D5333 with #332D53 are triadic colors.

2 #532D33 and #2D3353 with #332D53 are triadic colors.