COLOR #33332A

HEX: #33332A
RGB: (51,51,42)

Color info

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

RGB color model

#33332A color RGB value is (51,51,42).

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

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 42 of 255 = 16%

51
51
42

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 42 = 144 (100%)
R 51 of 144 ~ 35.42%
G 51 of 144 ~ 35.42%
B 42 of 144 ~ 29.17%

%35.42
%35.42
%29.17

CMYK color model

#33332A color CMYK value is (0,0,18,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 80.00%
CMYK:
(0,0,18,80)
C0M0Y18K80 
(0%,0%,18%,80%)
(0.00/0.00/0.18/0.80)	

CMYK percentages

%0
%0
%17.65
%80

Codes

Color #33332A in popluar color models

33332A
RGB515142
HSL60°9.68%18.24%
HSB/HSV60°17.65%20.00%
CMYK0.00%0.00%17.65%
80.00%

Color #33332A in popluar number systems.

HEX33332A
Decimal515142
Binary110011110011101010
Octal636352

Shades and tints

Shades of #33332A

#33332A
(51,51,42)
#2F2F27
(47,47,39)
#2B2B24
(43,43,36)
#272721
(39,39,33)
#23231E
(35,35,30)
#1F1F1B
(31,31,27)
#1B1B18
(27,27,24)
#171715
(23,23,21)
#131312
(19,19,18)
#0F0F0F
(15,15,15)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #33332A

#33332A
(51,51,42)
#45453D
(69,69,61)
#575750
(87,87,80)
#696963
(105,105,99)
#7B7B76
(123,123,118)
#8D8D89
(141,141,137)
#9F9F9C
(159,159,156)
#B1B1AF
(177,177,175)
#C3C3C2
(195,195,194)
#D5D5D5
(213,213,213)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33332A; }

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

This text font color is #33332A.


Background Color

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

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

This div background color is #33332A.


Border color

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

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

This div border color is #33332A.


Opacity

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

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

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

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

This text has shadow with #33332A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33332A on black background.


Color preview on white background

This text has color #33332A on white background.



Black color preview on #33332A background

This text has black color on #33332A background.


White color preview on #33332A background

This text has white color on #33332A background.