COLOR #353539

HEX: #353539
RGB: (53,53,57)

Color info

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

RGB color model

#353539 color RGB value is (53,53,57).

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

RGB channels and saturation

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

53
53
57

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

Portions of RGB colors in percentages

R + G + B =
53 + 53 + 57 = 163 (100%)
R 53 of 163 ~ 32.52%
G 53 of 163 ~ 32.52%
B 57 of 163 ~ 34.97%

%32.52
%32.52
%34.97

CMYK color model

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

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

CMYK percentages

%7.02
%7.02
%0
%77.65

Codes

Color #353539 in popluar color models

353539
RGB535357
HSL240°3.64%21.57%
HSB/HSV240°7.02%22.35%
CMYK7.02%7.02%0.00%
77.65%

Color #353539 in popluar number systems.

HEX353539
Decimal535357
Binary110101110101111001
Octal656571

Shades and tints

Shades of #353539

#353539
(53,53,57)
#313134
(49,49,52)
#2D2D2F
(45,45,47)
#29292A
(41,41,42)
#252525
(37,37,37)
#212120
(33,33,32)
#1D1D1B
(29,29,27)
#191916
(25,25,22)
#151511
(21,21,17)
#11110C
(17,17,12)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #353539

#353539
(53,53,57)
#47474B
(71,71,75)
#59595D
(89,89,93)
#6B6B6F
(107,107,111)
#7D7D81
(125,125,129)
#8F8F93
(143,143,147)
#A1A1A5
(161,161,165)
#B3B3B7
(179,179,183)
#C5C5C9
(197,197,201)
#D7D7DB
(215,215,219)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353539; }

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

This text font color is #353539.


Background Color

.myBgColor { background-color: #353539; }

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

This div background color is #353539.


Border color

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

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

This div border color is #353539.


Opacity

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

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

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

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

This text has shadow with #353539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353539 on black background.


Color preview on white background

This text has color #353539 on white background.



Black color preview on #353539 background

This text has black color on #353539 background.


White color preview on #353539 background

This text has white color on #353539 background.