COLOR #332329

HEX: #332329
RGB: (51,35,41)

Color info

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

RGB color model

#332329 color RGB value is (51,35,41).

  • red value is 51;
  • green value is 35;
  • blue value is 41.
RGB:
(51,35,41)
(20%,14%,16%)

RGB channels and saturation

R 51 of 255 = 20%
G 35 of 255 = 14%
B 41 of 255 = 16%

51
35
41

R + G + B ~ 17%. #332329 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 35 + 41 = 127 (100%)
R 51 of 127 ~ 40.16%
G 35 of 127 ~ 27.56%
B 41 of 127 ~ 32.28%

%40.16
%27.56
%32.28

CMYK color model

#332329 color CMYK value is (0,31,20,80).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 19.61%
  • key color value is 80.00%
CMYK:
(0,31,20,80)
C0M31Y20K80 
(0%,31%,20%,80%)
(0.00/0.31/0.20/0.80)	

CMYK percentages

%0
%31.37
%19.61
%80

Codes

Color #332329 in popluar color models

332329
RGB513541
HSL338°18.60%16.86%
HSB/HSV338°31.37%20.00%
CMYK0.00%31.37%19.61%
80.00%

Color #332329 in popluar number systems.

HEX332329
Decimal513541
Binary110011100011101001
Octal634351

Shades and tints

Shades of #332329

#332329
(51,35,41)
#2F2026
(47,32,38)
#2B1D23
(43,29,35)
#271A20
(39,26,32)
#23171D
(35,23,29)
#1F141A
(31,20,26)
#1B1117
(27,17,23)
#170E14
(23,14,20)
#130B11
(19,11,17)
#0F080E
(15,8,14)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #332329

#332329
(51,35,41)
#45373C
(69,55,60)
#574B4F
(87,75,79)
#695F62
(105,95,98)
#7B7375
(123,115,117)
#8D8788
(141,135,136)
#9F9B9B
(159,155,155)
#B1AFAE
(177,175,174)
#C3C3C1
(195,195,193)
#D5D7D4
(213,215,212)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332329 color. Also use rgb(51,35,41) instead hex code.

Text Font Color

.myTextColor { color: #332329; }

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

This text font color is #332329.


Background Color

.myBgColor { background-color: #332329; }

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

This div background color is #332329.


Border color

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

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

This div border color is #332329.


Opacity

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

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

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

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

This text has shadow with #332329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332329 on black background.


Color preview on white background

This text has color #332329 on white background.



Black color preview on #332329 background

This text has black color on #332329 background.


White color preview on #332329 background

This text has white color on #332329 background.