COLOR #333309

HEX: #333309
RGB: (51,51,9)

Color info

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

RGB color model

#333309 color RGB value is (51,51,9).

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

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 9 of 255 = 4%

51
51
9

R + G + B ~ 15%. #333309 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 9 = 111 (100%)
R 51 of 111 ~ 45.95%
G 51 of 111 ~ 45.95%
B 9 of 111 ~ 8.11%

%45.95
%45.95

CMYK color model

#333309 color CMYK value is (0,0,82,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(0,0,82,80)
C0M0Y82K80 
(0%,0%,82%,80%)
(0.00/0.00/0.82/0.80)	

CMYK percentages

%0
%0
%82.35
%80

Codes

Color #333309 in popluar color models

333309
RGB51519
HSL60°70.00%11.76%
HSB/HSV60°82.35%20.00%
CMYK0.00%0.00%82.35%
80.00%

Color #333309 in popluar number systems.

HEX333309
Decimal51519
Binary1100111100111001
Octal636311

Shades and tints

Shades of #333309

#333309
(51,51,9)
#2F2F09
(47,47,9)
#2B2B09
(43,43,9)
#272709
(39,39,9)
#232309
(35,35,9)
#1F1F09
(31,31,9)
#1B1B09
(27,27,9)
#171709
(23,23,9)
#131309
(19,19,9)
#0F0F09
(15,15,9)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #333309

#333309
(51,51,9)
#45451F
(69,69,31)
#575735
(87,87,53)
#69694B
(105,105,75)
#7B7B61
(123,123,97)
#8D8D77
(141,141,119)
#9F9F8D
(159,159,141)
#B1B1A3
(177,177,163)
#C3C3B9
(195,195,185)
#D5D5CF
(213,213,207)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333309; }

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

This text font color is #333309.


Background Color

.myBgColor { background-color: #333309; }

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

This div background color is #333309.


Border color

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

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

This div border color is #333309.


Opacity

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

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

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

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

This text has shadow with #333309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333309 on black background.


Color preview on white background

This text has color #333309 on white background.



Black color preview on #333309 background

This text has black color on #333309 background.


White color preview on #333309 background

This text has white color on #333309 background.