COLOR #33392F

HEX: #33392F
RGB: (51,57,47)

Color info

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

RGB color model

#33392F color RGB value is (51,57,47).

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

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 47 of 255 = 18%

51
57
47

R + G + B ~ 20%. #33392F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 57 + 47 = 155 (100%)
R 51 of 155 ~ 32.9%
G 57 of 155 ~ 36.77%
B 47 of 155 ~ 30.32%

%32.9
%36.77
%30.32

CMYK color model

#33392F color CMYK value is (11,0,18,78).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 77.65%
CMYK:
(11,0,18,78)
C11M0Y18K78 
(11%,0%,18%,78%)
(0.11/0.00/0.18/0.78)	

CMYK percentages

%10.53
%0
%17.54
%77.65

Codes

Color #33392F in popluar color models

33392F
RGB515747
HSL96°9.62%20.39%
HSB/HSV96°17.54%22.35%
CMYK10.53%0.00%17.54%
77.65%

Color #33392F in popluar number systems.

HEX33392F
Decimal515747
Binary110011111001101111
Octal637157

Shades and tints

Shades of #33392F

#33392F
(51,57,47)
#2F342B
(47,52,43)
#2B2F27
(43,47,39)
#272A23
(39,42,35)
#23251F
(35,37,31)
#1F201B
(31,32,27)
#1B1B17
(27,27,23)
#171613
(23,22,19)
#13110F
(19,17,15)
#0F0C0B
(15,12,11)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #33392F

#33392F
(51,57,47)
#454B41
(69,75,65)
#575D53
(87,93,83)
#696F65
(105,111,101)
#7B8177
(123,129,119)
#8D9389
(141,147,137)
#9FA59B
(159,165,155)
#B1B7AD
(177,183,173)
#C3C9BF
(195,201,191)
#D5DBD1
(213,219,209)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33392F color. Also use rgb(51,57,47) instead hex code.

Text Font Color

.myTextColor { color: #33392F; }

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

This text font color is #33392F.


Background Color

.myBgColor { background-color: #33392F; }

<div style="background-color:#33392F">Inner text</div>

This div background color is #33392F.


Border color

.myBorderColor { border: 1px solid #33392F; }

<div style="border:3px solid #33392F">Div</div>

This div border color is #33392F.


Opacity

.myOpacity80 { color: #33392F; opacity: 0.8; }

<p style="color:#33392F;opacity:0.8;">80%</p>

Text with #33392F 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 #33392F;}

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

This text has shadow with #33392F color.

.textShadow {text-shadow: 3px 3px 1px #33392F, 3px 3px 1px red;}

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

This text has shadow with #33392F primary color and red secondary color.


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

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

This text has shadow with #33392F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33392F on black background.


Color preview on white background

This text has color #33392F on white background.



Black color preview on #33392F background

This text has black color on #33392F background.


White color preview on #33392F background

This text has white color on #33392F background.