COLOR #333135

HEX: #333135
RGB: (51,49,53)

Color info

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

RGB color model

#333135 color RGB value is (51,49,53).

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

RGB channels and saturation

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

51
49
53

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

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 53 = 153 (100%)
R 51 of 153 ~ 33.33%
G 49 of 153 ~ 32.03%
B 53 of 153 ~ 34.64%

%33.33
%32.03
%34.64

CMYK color model

#333135 color CMYK value is (4,8,0,79).

  • cyan value is 3.77%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(4,8,0,79)
C4M8Y0K79 
(4%,8%,0%,79%)
(0.04/0.08/0.00/0.79)	

CMYK percentages

%3.77
%7.55
%0
%79.22

Codes

Color #333135 in popluar color models

333135
RGB514953
HSL270°3.92%20.00%
HSB/HSV270°7.55%20.78%
CMYK3.77%7.55%0.00%
79.22%

Color #333135 in popluar number systems.

HEX333135
Decimal514953
Binary110011110001110101
Octal636165

Shades and tints

Shades of #333135

#333135
(51,49,53)
#2F2D31
(47,45,49)
#2B292D
(43,41,45)
#272529
(39,37,41)
#232125
(35,33,37)
#1F1D21
(31,29,33)
#1B191D
(27,25,29)
#171519
(23,21,25)
#131115
(19,17,21)
#0F0D11
(15,13,17)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #333135

#333135
(51,49,53)
#454347
(69,67,71)
#575559
(87,85,89)
#69676B
(105,103,107)
#7B797D
(123,121,125)
#8D8B8F
(141,139,143)
#9F9DA1
(159,157,161)
#B1AFB3
(177,175,179)
#C3C1C5
(195,193,197)
#D5D3D7
(213,211,215)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333135; }

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

This text font color is #333135.


Background Color

.myBgColor { background-color: #333135; }

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

This div background color is #333135.


Border color

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

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

This div border color is #333135.


Opacity

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

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

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

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

This text has shadow with #333135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333135 on black background.


Color preview on white background

This text has color #333135 on white background.



Black color preview on #333135 background

This text has black color on #333135 background.


White color preview on #333135 background

This text has white color on #333135 background.