COLOR #353235

HEX: #353235
RGB: (53,50,53)

Color info

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

RGB color model

#353235 color RGB value is (53,50,53).

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

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 53 of 255 = 21%

53
50
53

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

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 53 = 156 (100%)
R 53 of 156 ~ 33.97%
G 50 of 156 ~ 32.05%
B 53 of 156 ~ 33.97%

%33.97
%32.05
%33.97

CMYK color model

#353235 color CMYK value is (0,6,0,79).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(0,6,0,79)
C0M6Y0K79 
(0%,6%,0%,79%)
(0.00/0.06/0.00/0.79)	

CMYK percentages

%0
%5.66
%0
%79.22

Codes

Color #353235 in popluar color models

353235
RGB535053
HSL300°2.91%20.20%
HSB/HSV300°5.66%20.78%
CMYK0.00%5.66%0.00%
79.22%

Color #353235 in popluar number systems.

HEX353235
Decimal535053
Binary110101110010110101
Octal656265

Shades and tints

Shades of #353235

#353235
(53,50,53)
#312E31
(49,46,49)
#2D2A2D
(45,42,45)
#292629
(41,38,41)
#252225
(37,34,37)
#211E21
(33,30,33)
#1D1A1D
(29,26,29)
#191619
(25,22,25)
#151215
(21,18,21)
#110E11
(17,14,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #353235

#353235
(53,50,53)
#474447
(71,68,71)
#595659
(89,86,89)
#6B686B
(107,104,107)
#7D7A7D
(125,122,125)
#8F8C8F
(143,140,143)
#A19EA1
(161,158,161)
#B3B0B3
(179,176,179)
#C5C2C5
(197,194,197)
#D7D4D7
(215,212,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353235; }

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

This text font color is #353235.


Background Color

.myBgColor { background-color: #353235; }

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

This div background color is #353235.


Border color

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

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

This div border color is #353235.


Opacity

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

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

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

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

This text has shadow with #353235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353235 on black background.


Color preview on white background

This text has color #353235 on white background.



Black color preview on #353235 background

This text has black color on #353235 background.


White color preview on #353235 background

This text has white color on #353235 background.