COLOR #332B29

HEX: #332B29
RGB: (51,43,41)

Color info

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

RGB color model

#332B29 color RGB value is (51,43,41).

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

RGB channels and saturation

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

51
43
41

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

Portions of RGB colors in percentages

R + G + B =
51 + 43 + 41 = 135 (100%)
R 51 of 135 ~ 37.78%
G 43 of 135 ~ 31.85%
B 41 of 135 ~ 30.37%

%37.78
%31.85
%30.37

CMYK color model

#332B29 color CMYK value is (0,16,20,80).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 19.61%
  • key color value is 80.00%
CMYK: (0,16,20,80) C0M16Y20K80 (0%,16%,20%,80%) (0.00/0.16/0.20/0.80)

CMYK percentages

%0
%15.69
%19.61
%80

Codes

Color #332B29 in popluar color models

332B29
RGB514341
HSL12°10.87%18.04%
HSB/HSV12°19.61%20.00%
CMYK0.00%15.69%19.61%
80.00%

Color #332B29 in popluar number systems.

HEX332B29
Decimal514341
Binary110011101011101001
Octal635351

Shades and tints

Shades of #332B29

#332B29
(51,43,41)
#2F2826
(47,40,38)
#2B2523
(43,37,35)
#272220
(39,34,32)
#231F1D
(35,31,29)
#1F1C1A
(31,28,26)
#1B1917
(27,25,23)
#171614
(23,22,20)
#131311
(19,19,17)
#0F100E
(15,16,14)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #332B29

#332B29
(51,43,41)
#453E3C
(69,62,60)
#57514F
(87,81,79)
#696462
(105,100,98)
#7B7775
(123,119,117)
#8D8A88
(141,138,136)
#9F9D9B
(159,157,155)
#B1B0AE
(177,176,174)
#C3C3C1
(195,195,193)
#D5D6D4
(213,214,212)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332B29; }

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

This text font color is #332B29.


Background Color

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

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

This div background color is #332B29.


Border color

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

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

This div border color is #332B29.


Opacity

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

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

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

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

This text has shadow with #332B29 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #332B29 on black background.


Color preview on white background

This text has color #332B29 on white background.



Black color preview on #332B29 background

This text has black color on #332B29 background.


White color preview on #332B29 background

This text has white color on #332B29 background.