COLOR #332639

HEX: #332639
RGB: (51,38,57)

Color info

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

RGB color model

#332639 color RGB value is (51,38,57).

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

RGB channels and saturation

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

51
38
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 38 + 57 = 146 (100%)
R 51 of 146 ~ 34.93%
G 38 of 146 ~ 26.03%
B 57 of 146 ~ 39.04%

%34.93
%26.03
%39.04

CMYK color model

#332639 color CMYK value is (11,33,0,78).

  • cyan value is 10.53%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(11,33,0,78)
C11M33Y0K78 
(11%,33%,0%,78%)
(0.11/0.33/0.00/0.78)	

CMYK percentages

%10.53
%33.33
%0
%77.65

Codes

Color #332639 in popluar color models

332639
RGB513857
HSL281°20.00%18.63%
HSB/HSV281°33.33%22.35%
CMYK10.53%33.33%0.00%
77.65%

Color #332639 in popluar number systems.

HEX332639
Decimal513857
Binary110011100110111001
Octal634671

Shades and tints

Shades of #332639

#332639
(51,38,57)
#2F2334
(47,35,52)
#2B202F
(43,32,47)
#271D2A
(39,29,42)
#231A25
(35,26,37)
#1F1720
(31,23,32)
#1B141B
(27,20,27)
#171116
(23,17,22)
#130E11
(19,14,17)
#0F0B0C
(15,11,12)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #332639

#332639
(51,38,57)
#45394B
(69,57,75)
#574C5D
(87,76,93)
#695F6F
(105,95,111)
#7B7281
(123,114,129)
#8D8593
(141,133,147)
#9F98A5
(159,152,165)
#B1ABB7
(177,171,183)
#C3BEC9
(195,190,201)
#D5D1DB
(213,209,219)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332639; }

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

This text font color is #332639.


Background Color

.myBgColor { background-color: #332639; }

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

This div background color is #332639.


Border color

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

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

This div border color is #332639.


Opacity

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

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

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

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

This text has shadow with #332639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332639 on black background.


Color preview on white background

This text has color #332639 on white background.



Black color preview on #332639 background

This text has black color on #332639 background.


White color preview on #332639 background

This text has white color on #332639 background.