COLOR #332327

HEX: #332327
RGB: (51,35,39)

Color info

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

RGB color model

#332327 color RGB value is (51,35,39).

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

RGB channels and saturation

R 51 of 255 = 20%
G 35 of 255 = 14%
B 39 of 255 = 15%

51
35
39

R + G + B ~ 16%. #332327 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 35 + 39 = 125 (100%)
R 51 of 125 ~ 40.8%
G 35 of 125 ~ 28%
B 39 of 125 ~ 31.2%

%40.8
%28
%31.2

CMYK color model

#332327 color CMYK value is (0,31,24,80).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(0,31,24,80)
C0M31Y24K80 
(0%,31%,24%,80%)
(0.00/0.31/0.24/0.80)	

CMYK percentages

%0
%31.37
%23.53
%80

Codes

Color #332327 in popluar color models

332327
RGB513539
HSL345°18.60%16.86%
HSB/HSV345°31.37%20.00%
CMYK0.00%31.37%23.53%
80.00%

Color #332327 in popluar number systems.

HEX332327
Decimal513539
Binary110011100011100111
Octal634347

Shades and tints

Shades of #332327

#332327
(51,35,39)
#2F2024
(47,32,36)
#2B1D21
(43,29,33)
#271A1E
(39,26,30)
#23171B
(35,23,27)
#1F1418
(31,20,24)
#1B1115
(27,17,21)
#170E12
(23,14,18)
#130B0F
(19,11,15)
#0F080C
(15,8,12)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #332327

#332327
(51,35,39)
#45373A
(69,55,58)
#574B4D
(87,75,77)
#695F60
(105,95,96)
#7B7373
(123,115,115)
#8D8786
(141,135,134)
#9F9B99
(159,155,153)
#B1AFAC
(177,175,172)
#C3C3BF
(195,195,191)
#D5D7D2
(213,215,210)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332327; }

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

This text font color is #332327.


Background Color

.myBgColor { background-color: #332327; }

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

This div background color is #332327.


Border color

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

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

This div border color is #332327.


Opacity

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

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

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

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

This text has shadow with #332327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332327 on black background.


Color preview on white background

This text has color #332327 on white background.



Black color preview on #332327 background

This text has black color on #332327 background.


White color preview on #332327 background

This text has white color on #332327 background.