COLOR #332C29

HEX: #332C29 RGB: (51,44,41)

Color info

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

RGB color model

#332C29 color RGB value is (51,44,41).

RGB: (51,44,41) (20%, 17%, 16%)

RGB channels and saturation

R 51 of 255 = 20%
G 44 of 255 = 17%
B 41 of 255 = 16%

51
44
41

R + G + B ~ 18%. #332C29 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 44 + 41 = 136 (100%)
R 51 of 136 ~ 37.5%
G 44 of 136 ~ 32.35%
B 41 of 136 ~ 30.15'%

%37.5
%32.35
%30.15

CMYK color model

#332C29 color CMYK value is (0,14,20,80).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 19.61%
  • key color value is 80.00%

CMYK: (0,14,20,80)
C0M14Y20K80 (0%, 14%, 20%, 80%)
(0.00 / 0.14 / 0.20 / 0.80)

CMYK percentages

%0
%13.73
%19.61
%80

Codes

Color #332C29 in popluar color models

33 2C 29
RGB 51 44 41
HSL 18° 10.87% 18.04%
HSB/HSV 18° 19.61% 20.00%
CMYK 0.00% 13.73% 19.61%
80.00%

Color #332C29 in popluar number systems.

HEX 33 2C 29
Decimal 51 44 41
Binary 110011 101100 101001
Octal 63 54 51

Shades and tints

Shades of #332C29

#332C29
(51,44,41)
#2F2826
(47,40,38)
#2B2423
(43,36,35)
#272020
(39,32,32)
#231C1D
(35,28,29)
#1F181A
(31,24,26)
#1B1417
(27,20,23)
#171014
(23,16,20)
#130C11
(19,12,17)
#0F080E
(15,8,14)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #332C29

#332C29
(51,44,41)
#453F3C
(69,63,60)
#57524F
(87,82,79)
#696562
(105,101,98)
#7B7875
(123,120,117)
#8D8B88
(141,139,136)
#9F9E9B
(159,158,155)
#B1B1AE
(177,177,174)
#C3C4C1
(195,196,193)
#D5D7D4
(213,215,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332C29; }

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

This text font color is #332C29.

Background Color

.myBgColor { background-color: #332C29; }

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

This div background color is #332C29.

Border color

.myBorderColor { border: 1px solid #332C29; }

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

This div border color is #332C29.

Opacity

.myOpacity80 { color: #332C29; opacity: 0.8; }

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

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

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

This text has shadow with #332C29 color.


.textShadow {text-shadow: 3px 3px 1px #332C29', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #332C29; -webkit-box-shadow: 1px 1px 3px 2px #332C29; box-shadow:1px 1px 3px 2px #332C29;">
Div content here
</div>

This div box has shadow with color #332C29.

Preview

Color preview on black background

This text has color #332C29 on black background.


Color preview on white background

This text has color #332C29 on white background.


Black color preview on #332C29 background

This text has black color on #332C29 background.


White color preview on #332C29 background

This text has white color on #332C29 background.


Related colors

Complementary color

Complementary color for #hex is #CCD3D6.


I love getcolorcode.com

Triadic colors

1 #29332C and #2C2933 with #332C29 are triadic colors.

2 #292C33 and #2C3329 with #332C29 are triadic colors.