COLOR #33342E

HEX: #33342E
RGB: (51,52,46)

Color info

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

RGB color model

#33342E color RGB value is (51,52,46).

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

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 46 of 255 = 18%

51
52
46

R + G + B ~ 19%. #33342E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 52 + 46 = 149 (100%)
R 51 of 149 ~ 34.23%
G 52 of 149 ~ 34.9%
B 46 of 149 ~ 30.87%

%34.23
%34.9
%30.87

CMYK color model

#33342E color CMYK value is (2,0,12,80).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 79.61%
CMYK:
(2,0,12,80)
C2M0Y12K80 
(2%,0%,12%,80%)
(0.02/0.00/0.12/0.80)	

CMYK percentages

%1.92
%0
%11.54
%79.61

Codes

Color #33342E in popluar color models

33342E
RGB515246
HSL70°6.12%19.22%
HSB/HSV70°11.54%20.39%
CMYK1.92%0.00%11.54%
79.61%

Color #33342E in popluar number systems.

HEX33342E
Decimal515246
Binary110011110100101110
Octal636456

Shades and tints

Shades of #33342E

#33342E
(51,52,46)
#2F302A
(47,48,42)
#2B2C26
(43,44,38)
#272822
(39,40,34)
#23241E
(35,36,30)
#1F201A
(31,32,26)
#1B1C16
(27,28,22)
#171812
(23,24,18)
#13140E
(19,20,14)
#0F100A
(15,16,10)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #33342E

#33342E
(51,52,46)
#454641
(69,70,65)
#575854
(87,88,84)
#696A67
(105,106,103)
#7B7C7A
(123,124,122)
#8D8E8D
(141,142,141)
#9FA0A0
(159,160,160)
#B1B2B3
(177,178,179)
#C3C4C6
(195,196,198)
#D5D6D9
(213,214,217)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33342E color. Also use rgb(51,52,46) instead hex code.

Text Font Color

.myTextColor { color: #33342E; }

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

This text font color is #33342E.


Background Color

.myBgColor { background-color: #33342E; }

<div style="background-color:#33342E">Inner text</div>

This div background color is #33342E.


Border color

.myBorderColor { border: 1px solid #33342E; }

<div style="border:3px solid #33342E">Div</div>

This div border color is #33342E.


Opacity

.myOpacity80 { color: #33342E; opacity: 0.8; }

<p style="color:#33342E;opacity:0.8;">80%</p>

Text with #33342E 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 #33342E;}

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

This text has shadow with #33342E color.

.textShadow {text-shadow: 3px 3px 1px #33342E, 3px 3px 1px red;}

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

This text has shadow with #33342E primary color and red secondary color.


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

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

This text has shadow with #33342E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33342E on black background.


Color preview on white background

This text has color #33342E on white background.



Black color preview on #33342E background

This text has black color on #33342E background.


White color preview on #33342E background

This text has white color on #33342E background.