COLOR #333116

HEX: #333116
RGB: (51,49,22)

Color info

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

RGB color model

#333116 color RGB value is (51,49,22).

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

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 22 of 255 = 9%

51
49
22

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

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 22 = 122 (100%)
R 51 of 122 ~ 41.8%
G 49 of 122 ~ 40.16%
B 22 of 122 ~ 18.03%

%41.8
%40.16
%18.03

CMYK color model

#333116 color CMYK value is (0,4,57,80).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(0,4,57,80)
C0M4Y57K80 
(0%,4%,57%,80%)
(0.00/0.04/0.57/0.80)	

CMYK percentages

%0
%3.92
%56.86
%80

Codes

Color #333116 in popluar color models

333116
RGB514922
HSL56°39.73%14.31%
HSB/HSV56°56.86%20.00%
CMYK0.00%3.92%56.86%
80.00%

Color #333116 in popluar number systems.

HEX333116
Decimal514922
Binary11001111000110110
Octal636126

Shades and tints

Shades of #333116

#333116
(51,49,22)
#2F2D14
(47,45,20)
#2B2912
(43,41,18)
#272510
(39,37,16)
#23210E
(35,33,14)
#1F1D0C
(31,29,12)
#1B190A
(27,25,10)
#171508
(23,21,8)
#131106
(19,17,6)
#0F0D04
(15,13,4)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #333116

#333116
(51,49,22)
#45432B
(69,67,43)
#575540
(87,85,64)
#696755
(105,103,85)
#7B796A
(123,121,106)
#8D8B7F
(141,139,127)
#9F9D94
(159,157,148)
#B1AFA9
(177,175,169)
#C3C1BE
(195,193,190)
#D5D3D3
(213,211,211)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333116; }

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

This text font color is #333116.


Background Color

.myBgColor { background-color: #333116; }

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

This div background color is #333116.


Border color

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

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

This div border color is #333116.


Opacity

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

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

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

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

This text has shadow with #333116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333116 on black background.


Color preview on white background

This text has color #333116 on white background.



Black color preview on #333116 background

This text has black color on #333116 background.


White color preview on #333116 background

This text has white color on #333116 background.