COLOR #332724

HEX: #332724
RGB: (51,39,36)

Color info

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

RGB color model

#332724 color RGB value is (51,39,36).

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

RGB channels and saturation

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

51
39
36

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

Portions of RGB colors in percentages

R + G + B =
51 + 39 + 36 = 126 (100%)
R 51 of 126 ~ 40.48%
G 39 of 126 ~ 30.95%
B 36 of 126 ~ 28.57%

%40.48
%30.95
%28.57

CMYK color model

#332724 color CMYK value is (0,24,29,80).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(0,24,29,80)
C0M24Y29K80 
(0%,24%,29%,80%)
(0.00/0.24/0.29/0.80)	

CMYK percentages

%0
%23.53
%29.41
%80

Codes

Color #332724 in popluar color models

332724
RGB513936
HSL12°17.24%17.06%
HSB/HSV12°29.41%20.00%
CMYK0.00%23.53%29.41%
80.00%

Color #332724 in popluar number systems.

HEX332724
Decimal513936
Binary110011100111100100
Octal634744

Shades and tints

Shades of #332724

#332724
(51,39,36)
#2F2421
(47,36,33)
#2B211E
(43,33,30)
#271E1B
(39,30,27)
#231B18
(35,27,24)
#1F1815
(31,24,21)
#1B1512
(27,21,18)
#17120F
(23,18,15)
#130F0C
(19,15,12)
#0F0C09
(15,12,9)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #332724

#332724
(51,39,36)
#453A37
(69,58,55)
#574D4A
(87,77,74)
#69605D
(105,96,93)
#7B7370
(123,115,112)
#8D8683
(141,134,131)
#9F9996
(159,153,150)
#B1ACA9
(177,172,169)
#C3BFBC
(195,191,188)
#D5D2CF
(213,210,207)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332724; }

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

This text font color is #332724.


Background Color

.myBgColor { background-color: #332724; }

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

This div background color is #332724.


Border color

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

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

This div border color is #332724.


Opacity

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

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

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

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

This text has shadow with #332724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332724 on black background.


Color preview on white background

This text has color #332724 on white background.



Black color preview on #332724 background

This text has black color on #332724 background.


White color preview on #332724 background

This text has white color on #332724 background.