COLOR #333935

HEX: #333935
RGB: (51,57,53)

Color info

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

RGB color model

#333935 color RGB value is (51,57,53).

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

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 53 of 255 = 21%

51
57
53

R + G + B ~ 21%. #333935 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 57 + 53 = 161 (100%)
R 51 of 161 ~ 31.68%
G 57 of 161 ~ 35.4%
B 53 of 161 ~ 32.92%

%31.68
%35.4
%32.92

CMYK color model

#333935 color CMYK value is (11,0,7,78).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 77.65%
CMYK:
(11,0,7,78)
C11M0Y7K78 
(11%,0%,7%,78%)
(0.11/0.00/0.07/0.78)	

CMYK percentages

%10.53
%0
%7.02
%77.65

Codes

Color #333935 in popluar color models

333935
RGB515753
HSL140°5.56%21.18%
HSB/HSV140°10.53%22.35%
CMYK10.53%0.00%7.02%
77.65%

Color #333935 in popluar number systems.

HEX333935
Decimal515753
Binary110011111001110101
Octal637165

Shades and tints

Shades of #333935

#333935
(51,57,53)
#2F3431
(47,52,49)
#2B2F2D
(43,47,45)
#272A29
(39,42,41)
#232525
(35,37,37)
#1F2021
(31,32,33)
#1B1B1D
(27,27,29)
#171619
(23,22,25)
#131115
(19,17,21)
#0F0C11
(15,12,17)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #333935

#333935
(51,57,53)
#454B47
(69,75,71)
#575D59
(87,93,89)
#696F6B
(105,111,107)
#7B817D
(123,129,125)
#8D938F
(141,147,143)
#9FA5A1
(159,165,161)
#B1B7B3
(177,183,179)
#C3C9C5
(195,201,197)
#D5DBD7
(213,219,215)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333935; }

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

This text font color is #333935.


Background Color

.myBgColor { background-color: #333935; }

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

This div background color is #333935.


Border color

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

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

This div border color is #333935.


Opacity

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

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

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

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

This text has shadow with #333935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333935 on black background.


Color preview on white background

This text has color #333935 on white background.



Black color preview on #333935 background

This text has black color on #333935 background.


White color preview on #333935 background

This text has white color on #333935 background.