COLOR #353531

HEX: #353531 RGB: (53,53,49)

Color info

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

RGB color model

#353531 color RGB value is (53,53,49).

RGB: (53,53,49) (21%, 21%, 19%)

RGB channels and saturation

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

53
53
49

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

Portions of RGB colors in percentages

R + G + B = 53 + 53 + 49 = 155 (100%)
R 53 of 155 ~ 34.19%
G 53 of 155 ~ 34.19%
B 49 of 155 ~ 31.61'%

%34.19
%34.19
%31.61

CMYK color model

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

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

CMYK percentages

%0
%0
%7.55
%79.22

Codes

Color #353531 in popluar color models

35 35 31
RGB 53 53 49
HSL 60° 3.92% 20.00%
HSB/HSV 60° 7.55% 20.78%
CMYK 0.00% 0.00% 7.55%
79.22%

Color #353531 in popluar number systems.

HEX 35 35 31
Decimal 53 53 49
Binary 110101 110101 110001
Octal 65 65 61

Shades and tints

Shades of #353531

#353531
(53,53,49)
#31312D
(49,49,45)
#2D2D29
(45,45,41)
#292925
(41,41,37)
#252521
(37,37,33)
#21211D
(33,33,29)
#1D1D19
(29,29,25)
#191915
(25,25,21)
#151511
(21,21,17)
#11110D
(17,17,13)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #353531

#353531
(53,53,49)
#474743
(71,71,67)
#595955
(89,89,85)
#6B6B67
(107,107,103)
#7D7D79
(125,125,121)
#8F8F8B
(143,143,139)
#A1A19D
(161,161,157)
#B3B3AF
(179,179,175)
#C5C5C1
(197,197,193)
#D7D7D3
(215,215,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353531; }

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

This text font color is #353531.

Background Color

.myBgColor { background-color: #353531; }

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

This div background color is #353531.

Border color

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

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

This div border color is #353531.

Opacity

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

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

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

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

This text has shadow with #353531 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353531.

Preview

Color preview on black background

This text has color #353531 on black background.


Color preview on white background

This text has color #353531 on white background.


Black color preview on #353531 background

This text has black color on #353531 background.


White color preview on #353531 background

This text has white color on #353531 background.


Related colors

Complementary color

Complementary color for #hex is #CACACE.


I love getcolorcode.com