COLOR #332F53

HEX: #332F53 RGB: (51,47,83)

Color info

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

RGB color model

#332F53 color RGB value is (51,47,83).

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

RGB channels and saturation

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

51
47
83

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

Portions of RGB colors in percentages

R + G + B = 51 + 47 + 83 = 181 (100%)
R 51 of 181 ~ 28.18%
G 47 of 181 ~ 25.97%
B 83 of 181 ~ 45.86'%

%28.18
%25.97
%45.86

CMYK color model

#332F53 color CMYK value is (39,43,0,67).

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

CMYK: (39,43,0,67)
C39M43Y0K67 (39%, 43%, 0%, 67%)
(0.39 / 0.43 / 0.00 / 0.67)

CMYK percentages

%38.55
%43.37
%0
%67.45

Codes

Color #332F53 in popluar color models

33 2F 53
RGB 51 47 83
HSL 247° 27.69% 25.49%
HSB/HSV 247° 43.37% 32.55%
CMYK 38.55% 43.37% 0.00%
67.45%

Color #332F53 in popluar number systems.

HEX 33 2F 53
Decimal 51 47 83
Binary 110011 101111 1010011
Octal 63 57 123

Shades and tints

Shades of #332F53

#332F53
(51,47,83)
#2F2B4C
(47,43,76)
#2B2745
(43,39,69)
#27233E
(39,35,62)
#231F37
(35,31,55)
#1F1B30
(31,27,48)
#1B1729
(27,23,41)
#171322
(23,19,34)
#130F1B
(19,15,27)
#0F0B14
(15,11,20)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #332F53

#332F53
(51,47,83)
#454162
(69,65,98)
#575371
(87,83,113)
#696580
(105,101,128)
#7B778F
(123,119,143)
#8D899E
(141,137,158)
#9F9BAD
(159,155,173)
#B1ADBC
(177,173,188)
#C3BFCB
(195,191,203)
#D5D1DA
(213,209,218)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332F53; }

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

This text font color is #332F53.

Background Color

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

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

This div background color is #332F53.

Border color

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

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

This div border color is #332F53.

Opacity

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

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

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

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

This text has shadow with #332F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332F53.

Preview

Color preview on black background

This text has color #332F53 on black background.


Color preview on white background

This text has color #332F53 on white background.


Black color preview on #332F53 background

This text has black color on #332F53 background.


White color preview on #332F53 background

This text has white color on #332F53 background.


Related colors

Complementary color

Complementary color for #hex is #CCD0AC.


I love getcolorcode.com

Triadic colors

1 #53332F and #2F5333 with #332F53 are triadic colors.

2 #532F33 and #2F3353 with #332F53 are triadic colors.