COLOR #333011

HEX: #333011
RGB: (51,48,17)

Color info

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

RGB color model

#333011 color RGB value is (51,48,17).

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

RGB channels and saturation

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

51
48
17

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

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 17 = 116 (100%)
R 51 of 116 ~ 43.97%
G 48 of 116 ~ 41.38%
B 17 of 116 ~ 14.66%

%43.97
%41.38
%14.66

CMYK color model

#333011 color CMYK value is (0,6,67,80).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(0,6,67,80)
C0M6Y67K80 
(0%,6%,67%,80%)
(0.00/0.06/0.67/0.80)	

CMYK percentages

%0
%5.88
%66.67
%80

Codes

Color #333011 in popluar color models

333011
RGB514817
HSL55°50.00%13.33%
HSB/HSV55°66.67%20.00%
CMYK0.00%5.88%66.67%
80.00%

Color #333011 in popluar number systems.

HEX333011
Decimal514817
Binary11001111000010001
Octal636021

Shades and tints

Shades of #333011

#333011
(51,48,17)
#2F2C10
(47,44,16)
#2B280F
(43,40,15)
#27240E
(39,36,14)
#23200D
(35,32,13)
#1F1C0C
(31,28,12)
#1B180B
(27,24,11)
#17140A
(23,20,10)
#131009
(19,16,9)
#0F0C08
(15,12,8)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #333011

#333011
(51,48,17)
#454226
(69,66,38)
#57543B
(87,84,59)
#696650
(105,102,80)
#7B7865
(123,120,101)
#8D8A7A
(141,138,122)
#9F9C8F
(159,156,143)
#B1AEA4
(177,174,164)
#C3C0B9
(195,192,185)
#D5D2CE
(213,210,206)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333011; }

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

This text font color is #333011.


Background Color

.myBgColor { background-color: #333011; }

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

This div background color is #333011.


Border color

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

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

This div border color is #333011.


Opacity

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

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

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

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

This text has shadow with #333011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333011 on black background.


Color preview on white background

This text has color #333011 on white background.



Black color preview on #333011 background

This text has black color on #333011 background.


White color preview on #333011 background

This text has white color on #333011 background.