COLOR #303335

HEX: #303335
RGB: (48,51,53)

Color info

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

RGB color model

#303335 color RGB value is (48,51,53).

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

RGB channels and saturation

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

48
51
53

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

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 53 = 152 (100%)
R 48 of 152 ~ 31.58%
G 51 of 152 ~ 33.55%
B 53 of 152 ~ 34.87%

%31.58
%33.55
%34.87

CMYK color model

#303335 color CMYK value is (9,4,0,79).

  • cyan value is 9.43%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(9,4,0,79)
C9M4Y0K79 
(9%,4%,0%,79%)
(0.09/0.04/0.00/0.79)	

CMYK percentages

%9.43
%3.77
%0
%79.22

Codes

Color #303335 in popluar color models

303335
RGB485153
HSL204°4.95%19.80%
HSB/HSV204°9.43%20.78%
CMYK9.43%3.77%0.00%
79.22%

Color #303335 in popluar number systems.

HEX303335
Decimal485153
Binary110000110011110101
Octal606365

Shades and tints

Shades of #303335

#303335
(48,51,53)
#2C2F31
(44,47,49)
#282B2D
(40,43,45)
#242729
(36,39,41)
#202325
(32,35,37)
#1C1F21
(28,31,33)
#181B1D
(24,27,29)
#141719
(20,23,25)
#101315
(16,19,21)
#0C0F11
(12,15,17)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #303335

#303335
(48,51,53)
#424547
(66,69,71)
#545759
(84,87,89)
#66696B
(102,105,107)
#787B7D
(120,123,125)
#8A8D8F
(138,141,143)
#9C9FA1
(156,159,161)
#AEB1B3
(174,177,179)
#C0C3C5
(192,195,197)
#D2D5D7
(210,213,215)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303335; }

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

This text font color is #303335.


Background Color

.myBgColor { background-color: #303335; }

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

This div background color is #303335.


Border color

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

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

This div border color is #303335.


Opacity

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

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

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

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

This text has shadow with #303335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303335 on black background.


Color preview on white background

This text has color #303335 on white background.



Black color preview on #303335 background

This text has black color on #303335 background.


White color preview on #303335 background

This text has white color on #303335 background.