COLOR #33321D

HEX: #33321D
RGB: (51,50,29)

Color info

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

RGB color model

#33321D color RGB value is (51,50,29).

  • red value is 51;
  • green value is 50;
  • blue value is 29.
RGB:
(51,50,29)
(20%,20%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 29 of 255 = 11%

51
50
29

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

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 29 = 130 (100%)
R 51 of 130 ~ 39.23%
G 50 of 130 ~ 38.46%
B 29 of 130 ~ 22.31%

%39.23
%38.46
%22.31

CMYK color model

#33321D color CMYK value is (0,2,43,80).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 43.14%
  • key color value is 80.00%
CMYK:
(0,2,43,80)
C0M2Y43K80 
(0%,2%,43%,80%)
(0.00/0.02/0.43/0.80)	

CMYK percentages

%0
%1.96
%43.14
%80

Codes

Color #33321D in popluar color models

33321D
RGB515029
HSL57°27.50%15.69%
HSB/HSV57°43.14%20.00%
CMYK0.00%1.96%43.14%
80.00%

Color #33321D in popluar number systems.

HEX33321D
Decimal515029
Binary11001111001011101
Octal636235

Shades and tints

Shades of #33321D

#33321D
(51,50,29)
#2F2E1B
(47,46,27)
#2B2A19
(43,42,25)
#272617
(39,38,23)
#232215
(35,34,21)
#1F1E13
(31,30,19)
#1B1A11
(27,26,17)
#17160F
(23,22,15)
#13120D
(19,18,13)
#0F0E0B
(15,14,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #33321D

#33321D
(51,50,29)
#454431
(69,68,49)
#575645
(87,86,69)
#696859
(105,104,89)
#7B7A6D
(123,122,109)
#8D8C81
(141,140,129)
#9F9E95
(159,158,149)
#B1B0A9
(177,176,169)
#C3C2BD
(195,194,189)
#D5D4D1
(213,212,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33321D color. Also use rgb(51,50,29) instead hex code.

Text Font Color

.myTextColor { color: #33321D; }

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

This text font color is #33321D.


Background Color

.myBgColor { background-color: #33321D; }

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

This div background color is #33321D.


Border color

.myBorderColor { border: 1px solid #33321D; }

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

This div border color is #33321D.


Opacity

.myOpacity80 { color: #33321D; opacity: 0.8; }

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

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

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

This text has shadow with #33321D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33321D on black background.


Color preview on white background

This text has color #33321D on white background.



Black color preview on #33321D background

This text has black color on #33321D background.


White color preview on #33321D background

This text has white color on #33321D background.