COLOR #333313

HEX: #333313
RGB: (51,51,19)

Color info

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

RGB color model

#333313 color RGB value is (51,51,19).

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

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 19 of 255 = 7%

51
51
19

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 19 = 121 (100%)
R 51 of 121 ~ 42.15%
G 51 of 121 ~ 42.15%
B 19 of 121 ~ 15.7%

%42.15
%42.15
%15.7

CMYK color model

#333313 color CMYK value is (0,0,63,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(0,0,63,80)
C0M0Y63K80 
(0%,0%,63%,80%)
(0.00/0.00/0.63/0.80)	

CMYK percentages

%0
%0
%62.75
%80

Codes

Color #333313 in popluar color models

333313
RGB515119
HSL60°45.71%13.73%
HSB/HSV60°62.75%20.00%
CMYK0.00%0.00%62.75%
80.00%

Color #333313 in popluar number systems.

HEX333313
Decimal515119
Binary11001111001110011
Octal636323

Shades and tints

Shades of #333313

#333313
(51,51,19)
#2F2F12
(47,47,18)
#2B2B11
(43,43,17)
#272710
(39,39,16)
#23230F
(35,35,15)
#1F1F0E
(31,31,14)
#1B1B0D
(27,27,13)
#17170C
(23,23,12)
#13130B
(19,19,11)
#0F0F0A
(15,15,10)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #333313

#333313
(51,51,19)
#454528
(69,69,40)
#57573D
(87,87,61)
#696952
(105,105,82)
#7B7B67
(123,123,103)
#8D8D7C
(141,141,124)
#9F9F91
(159,159,145)
#B1B1A6
(177,177,166)
#C3C3BB
(195,195,187)
#D5D5D0
(213,213,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333313; }

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

This text font color is #333313.


Background Color

.myBgColor { background-color: #333313; }

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

This div background color is #333313.


Border color

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

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

This div border color is #333313.


Opacity

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

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

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

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

This text has shadow with #333313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333313 on black background.


Color preview on white background

This text has color #333313 on white background.



Black color preview on #333313 background

This text has black color on #333313 background.


White color preview on #333313 background

This text has white color on #333313 background.