COLOR #332539

HEX: #332539
RGB: (51,37,57)

Color info

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

RGB color model

#332539 color RGB value is (51,37,57).

  • red value is 51;
  • green value is 37;
  • blue value is 57.
RGB:
(51,37,57)
(20%,15%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 57 of 255 = 22%

51
37
57

R + G + B ~ 19%. #332539 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 57 = 145 (100%)
R 51 of 145 ~ 35.17%
G 37 of 145 ~ 25.52%
B 57 of 145 ~ 39.31%

%35.17
%25.52
%39.31

CMYK color model

#332539 color CMYK value is (11,35,0,78).

  • cyan value is 10.53%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(11,35,0,78)
C11M35Y0K78 
(11%,35%,0%,78%)
(0.11/0.35/0.00/0.78)	

CMYK percentages

%10.53
%35.09
%0
%77.65

Codes

Color #332539 in popluar color models

332539
RGB513757
HSL282°21.28%18.43%
HSB/HSV282°35.09%22.35%
CMYK10.53%35.09%0.00%
77.65%

Color #332539 in popluar number systems.

HEX332539
Decimal513757
Binary110011100101111001
Octal634571

Shades and tints

Shades of #332539

#332539
(51,37,57)
#2F2234
(47,34,52)
#2B1F2F
(43,31,47)
#271C2A
(39,28,42)
#231925
(35,25,37)
#1F1620
(31,22,32)
#1B131B
(27,19,27)
#171016
(23,16,22)
#130D11
(19,13,17)
#0F0A0C
(15,10,12)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #332539

#332539
(51,37,57)
#45384B
(69,56,75)
#574B5D
(87,75,93)
#695E6F
(105,94,111)
#7B7181
(123,113,129)
#8D8493
(141,132,147)
#9F97A5
(159,151,165)
#B1AAB7
(177,170,183)
#C3BDC9
(195,189,201)
#D5D0DB
(213,208,219)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332539 color. Also use rgb(51,37,57) instead hex code.

Text Font Color

.myTextColor { color: #332539; }

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

This text font color is #332539.


Background Color

.myBgColor { background-color: #332539; }

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

This div background color is #332539.


Border color

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

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

This div border color is #332539.


Opacity

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

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

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

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

This text has shadow with #332539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332539 on black background.


Color preview on white background

This text has color #332539 on white background.



Black color preview on #332539 background

This text has black color on #332539 background.


White color preview on #332539 background

This text has white color on #332539 background.