COLOR #303033

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
48
51

R + G + B ~ 19%. #303033 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 51 = 147 (100%)
R 48 of 147 ~ 32.65%
G 48 of 147 ~ 32.65%
B 51 of 147 ~ 34.69%

%32.65
%32.65
%34.69

CMYK color model

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

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

CMYK percentages

%5.88
%5.88
%0
%80

Codes

Color #303033 in popluar color models

303033
RGB484851
HSL240°3.03%19.41%
HSB/HSV240°5.88%20.00%
CMYK5.88%5.88%0.00%
80.00%

Color #303033 in popluar number systems.

HEX303033
Decimal484851
Binary110000110000110011
Octal606063

Shades and tints

Shades of #303033

#303033
(48,48,51)
#2C2C2F
(44,44,47)
#28282B
(40,40,43)
#242427
(36,36,39)
#202023
(32,32,35)
#1C1C1F
(28,28,31)
#18181B
(24,24,27)
#141417
(20,20,23)
#101013
(16,16,19)
#0C0C0F
(12,12,15)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #303033

#303033
(48,48,51)
#424245
(66,66,69)
#545457
(84,84,87)
#666669
(102,102,105)
#78787B
(120,120,123)
#8A8A8D
(138,138,141)
#9C9C9F
(156,156,159)
#AEAEB1
(174,174,177)
#C0C0C3
(192,192,195)
#D2D2D5
(210,210,213)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303033; }

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

This text font color is #303033.


Background Color

.myBgColor { background-color: #303033; }

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

This div background color is #303033.


Border color

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

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

This div border color is #303033.


Opacity

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

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

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

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

This text has shadow with #303033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303033 on black background.


Color preview on white background

This text has color #303033 on white background.



Black color preview on #303033 background

This text has black color on #303033 background.


White color preview on #303033 background

This text has white color on #303033 background.