COLOR #333217

HEX: #333217
RGB: (51,50,23)

Color info

#333217 contains red, green and blue colors in about the same proportion. Web safe color of #333217 is #333300 (or #330).

RGB color model

#333217 color RGB value is (51,50,23).

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

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 23 of 255 = 9%

51
50
23

R + G + B ~ 16%. #333217 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 23 = 124 (100%)
R 51 of 124 ~ 41.13%
G 50 of 124 ~ 40.32%
B 23 of 124 ~ 18.55%

%41.13
%40.32
%18.55

CMYK color model

#333217 color CMYK value is (0,2,55,80).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 54.90%
  • key color value is 80.00%
CMYK:
(0,2,55,80)
C0M2Y55K80 
(0%,2%,55%,80%)
(0.00/0.02/0.55/0.80)	

CMYK percentages

%0
%1.96
%54.9
%80

Codes

Color #333217 in popluar color models

333217
RGB515023
HSL58°37.84%14.51%
HSB/HSV58°54.90%20.00%
CMYK0.00%1.96%54.90%
80.00%

Color #333217 in popluar number systems.

HEX333217
Decimal515023
Binary11001111001010111
Octal636227

Shades and tints

Shades of #333217

#333217
(51,50,23)
#2F2E15
(47,46,21)
#2B2A13
(43,42,19)
#272611
(39,38,17)
#23220F
(35,34,15)
#1F1E0D
(31,30,13)
#1B1A0B
(27,26,11)
#171609
(23,22,9)
#131207
(19,18,7)
#0F0E05
(15,14,5)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #333217

#333217
(51,50,23)
#45442C
(69,68,44)
#575641
(87,86,65)
#696856
(105,104,86)
#7B7A6B
(123,122,107)
#8D8C80
(141,140,128)
#9F9E95
(159,158,149)
#B1B0AA
(177,176,170)
#C3C2BF
(195,194,191)
#D5D4D4
(213,212,212)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333217; }

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

This text font color is #333217.


Background Color

.myBgColor { background-color: #333217; }

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

This div background color is #333217.


Border color

.myBorderColor { border: 1px solid #333217; }

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

This div border color is #333217.


Opacity

.myOpacity80 { color: #333217; opacity: 0.8; }

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

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

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

This text has shadow with #333217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333217 on black background.


Color preview on white background

This text has color #333217 on white background.



Black color preview on #333217 background

This text has black color on #333217 background.


White color preview on #333217 background

This text has white color on #333217 background.