COLOR #332537

HEX: #332537
RGB: (51,37,55)

Color info

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

RGB color model

#332537 color RGB value is (51,37,55).

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

RGB channels and saturation

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

51
37
55

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

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 55 = 143 (100%)
R 51 of 143 ~ 35.66%
G 37 of 143 ~ 25.87%
B 55 of 143 ~ 38.46%

%35.66
%25.87
%38.46

CMYK color model

#332537 color CMYK value is (7,33,0,78).

  • cyan value is 7.27%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(7,33,0,78)
C7M33Y0K78 
(7%,33%,0%,78%)
(0.07/0.33/0.00/0.78)	

CMYK percentages

%7.27
%32.73
%0
%78.43

Codes

Color #332537 in popluar color models

332537
RGB513755
HSL287°19.57%18.04%
HSB/HSV287°32.73%21.57%
CMYK7.27%32.73%0.00%
78.43%

Color #332537 in popluar number systems.

HEX332537
Decimal513755
Binary110011100101110111
Octal634567

Shades and tints

Shades of #332537

#332537
(51,37,55)
#2F2232
(47,34,50)
#2B1F2D
(43,31,45)
#271C28
(39,28,40)
#231923
(35,25,35)
#1F161E
(31,22,30)
#1B1319
(27,19,25)
#171014
(23,16,20)
#130D0F
(19,13,15)
#0F0A0A
(15,10,10)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #332537

#332537
(51,37,55)
#453849
(69,56,73)
#574B5B
(87,75,91)
#695E6D
(105,94,109)
#7B717F
(123,113,127)
#8D8491
(141,132,145)
#9F97A3
(159,151,163)
#B1AAB5
(177,170,181)
#C3BDC7
(195,189,199)
#D5D0D9
(213,208,217)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332537; }

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

This text font color is #332537.


Background Color

.myBgColor { background-color: #332537; }

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

This div background color is #332537.


Border color

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

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

This div border color is #332537.


Opacity

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

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

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

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

This text has shadow with #332537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332537 on black background.


Color preview on white background

This text has color #332537 on white background.



Black color preview on #332537 background

This text has black color on #332537 background.


White color preview on #332537 background

This text has white color on #332537 background.