COLOR #33332D

HEX: #33332D
RGB: (51,51,45)

Color info

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

RGB color model

#33332D color RGB value is (51,51,45).

  • red value is 51;
  • green value is 51;
  • blue value is 45.
RGB:
(51,51,45)
(20%,20%,18%)

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 45 of 255 = 18%

51
51
45

R + G + B ~ 19%. #33332D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 45 = 147 (100%)
R 51 of 147 ~ 34.69%
G 51 of 147 ~ 34.69%
B 45 of 147 ~ 30.61%

%34.69
%34.69
%30.61

CMYK color model

#33332D color CMYK value is (0,0,12,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 80.00%
CMYK:
(0,0,12,80)
C0M0Y12K80 
(0%,0%,12%,80%)
(0.00/0.00/0.12/0.80)	

CMYK percentages

%0
%0
%11.76
%80

Codes

Color #33332D in popluar color models

33332D
RGB515145
HSL60°6.25%18.82%
HSB/HSV60°11.76%20.00%
CMYK0.00%0.00%11.76%
80.00%

Color #33332D in popluar number systems.

HEX33332D
Decimal515145
Binary110011110011101101
Octal636355

Shades and tints

Shades of #33332D

#33332D
(51,51,45)
#2F2F29
(47,47,41)
#2B2B25
(43,43,37)
#272721
(39,39,33)
#23231D
(35,35,29)
#1F1F19
(31,31,25)
#1B1B15
(27,27,21)
#171711
(23,23,17)
#13130D
(19,19,13)
#0F0F09
(15,15,9)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #33332D

#33332D
(51,51,45)
#454540
(69,69,64)
#575753
(87,87,83)
#696966
(105,105,102)
#7B7B79
(123,123,121)
#8D8D8C
(141,141,140)
#9F9F9F
(159,159,159)
#B1B1B2
(177,177,178)
#C3C3C5
(195,195,197)
#D5D5D8
(213,213,216)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33332D; }

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

This text font color is #33332D.


Background Color

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

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

This div background color is #33332D.


Border color

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

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

This div border color is #33332D.


Opacity

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

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

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

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

This text has shadow with #33332D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33332D on black background.


Color preview on white background

This text has color #33332D on white background.



Black color preview on #33332D background

This text has black color on #33332D background.


White color preview on #33332D background

This text has white color on #33332D background.