COLOR #333033

HEX: #333033
RGB: (51,48,51)

Color info

#333033 contains red, green and blue colors in about the same proportion. Web safe color of #333033 is #333333 (or #333).

RGB color model

#333033 color RGB value is (51,48,51).

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

RGB channels and saturation

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

51
48
51

R + G + B ~ 20%. #333033 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 51 = 150 (100%)
R 51 of 150 ~ 34%
G 48 of 150 ~ 32%
B 51 of 150 ~ 34%

%34
%32
%34

CMYK color model

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

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

CMYK percentages

%0
%5.88
%0
%80

Codes

Color #333033 in popluar color models

333033
RGB514851
HSL300°3.03%19.41%
HSB/HSV300°5.88%20.00%
CMYK0.00%5.88%0.00%
80.00%

Color #333033 in popluar number systems.

HEX333033
Decimal514851
Binary110011110000110011
Octal636063

Shades and tints

Shades of #333033

#333033
(51,48,51)
#2F2C2F
(47,44,47)
#2B282B
(43,40,43)
#272427
(39,36,39)
#232023
(35,32,35)
#1F1C1F
(31,28,31)
#1B181B
(27,24,27)
#171417
(23,20,23)
#131013
(19,16,19)
#0F0C0F
(15,12,15)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #333033

#333033
(51,48,51)
#454245
(69,66,69)
#575457
(87,84,87)
#696669
(105,102,105)
#7B787B
(123,120,123)
#8D8A8D
(141,138,141)
#9F9C9F
(159,156,159)
#B1AEB1
(177,174,177)
#C3C0C3
(195,192,195)
#D5D2D5
(213,210,213)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333033; }

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

This text font color is #333033.


Background Color

.myBgColor { background-color: #333033; }

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

This div background color is #333033.


Border color

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

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

This div border color is #333033.


Opacity

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

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

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

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

This text has shadow with #333033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333033 on black background.


Color preview on white background

This text has color #333033 on white background.



Black color preview on #333033 background

This text has black color on #333033 background.


White color preview on #333033 background

This text has white color on #333033 background.